支持:mysql,gd,apache,jpeg,freetype
需求:
先要下载编译apache,jpeg库,freetype库,libxml库
让php支持mysql,gd,apache,jpeg,freetype的编译配置指令
./configure  --with-mysql --with-gd --with-apxs=/usr/local/apache/bin/apxs --with-jpeg-dir=/usr/local/lib --with-freetype-dir=/usr/local/include/freetype2/freetype --with-openssl

apache
./configure --enable-module=so --enable-module=rewrite --enable-shared=rewrite

相关文章:

  • 2021-07-04
  • 2022-02-17
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
猜你喜欢
  • 2021-08-30
  • 2021-05-23
  • 2021-12-24
  • 2022-01-16
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
相关资源
相似解决方案