1.进入php源码包中,找到需要安装的扩展模块目录。
cd /root/php-5.6.26/ext/mbstring

2.在扩展模块目录,运行phpize程序。
/usr/local/bin/phpize

3.进行编译安装。
./configure --with-php-config=/usr/local/bin/php-config
make
make install

相关文章:

  • 2021-09-13
  • 2022-02-08
  • 2021-08-23
  • 2022-02-02
  • 2021-09-20
  • 2022-12-23
  • 2022-01-08
  • 2021-09-06
猜你喜欢
  • 2022-12-23
  • 2022-02-26
  • 2021-09-13
  • 2021-12-12
  • 2022-12-23
相关资源
相似解决方案