本人编译的代码

./configure --prefix=/usr/local/fastphp \
--with-mysql=mysqlnd \
--enable-mysqlnd \
--enable-fpm



sudo yum install php-gd2 png jpeg freetype //YUM安装扩展
cd /app/php-5.4.13/ext/gd //这里的php-5.4.13/文件夹是我当初解压PHP安装包得到的。
phpize

./configure --with-php-config=/usr/local/fastphp/bin/php-config --with-png-dir --with-freetype-dir --with-jpeg-dir --with-gd

sudo vi /app/php5/etc/php.ini //修改PHP配置文件
extension=gd.so //添加这一行,重启PHP服务


/usr/local/fastphp/lib/php/extensions/no-debug-non-zts-20100525/
/usr/local/fastphp/lib/php/extensions/no-debug-non-zts-20100525/
/usr/local/fastphp/lib/php/extensions/no-debug-non-zts-20100525/

 

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2021-12-02
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
猜你喜欢
  • 2021-10-19
  • 2022-02-27
  • 2021-08-30
  • 2021-09-06
  • 2022-12-23
  • 2022-02-21
相关资源
相似解决方案