search

Home  >  Q&A  >  body text

linux - How many ways to install php extensions in lnmp environment?

I feel like phpize is a bit complicated. Is there a simpler installation method?

天蓬老师天蓬老师2774 days ago366

reply all(5)I'll reply

  • 世界只因有你

    世界只因有你2017-05-16 13:01:44

    phpizeInstallation is very simple

    $ phpize
    $ ./configure
    $ make && make install

    It’s done :)

    reply
    0
  • 迷茫

    迷茫2017-05-16 13:01:44

    There are two ways to install PHP extensions:
    One is put in during compilation
    The other is dynamically expanded using phpize (phpize is not complicated either)
    There is also the pecl install method

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-05-16 13:01:44

    It is recommended to compile the source code and install the extension

    reply
    0
  • ringa_lee

    ringa_lee2017-05-16 13:01:44

    /a/11...
    Reading my article may be helpful to you

    reply
    0
  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-16 13:01:44

    It’s very well written here https://www.36nu.com/question/19

    reply
    0
  • Cancelreply