虚心使人进步

虚心学习,天天向上......
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

centos 5,php5.2 fpm 源码安装

Posted on 2022-05-12 16:26  Showker  阅读(42)  评论(0)    收藏  举报

老古董了。yum 不行,源码编辑安装缺少的组件,最后fastcgi上还碰到点问题

 

编译参数:红色的3个缺一不可,否则php-fpm不能启动

 ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --enable-fastcgi --enable-fpm --enable-force-cgi-redirect --with-mysql=/alidata/server/mysql --with-mysqli=/alidata/server/mysql/bin/mysql_config --with-pdo-mysql=/alidata/server/mysql/bin/mysql_config  --enable-static --enable-maintainer-zts --enable-zend-multibyte --enable-sockets --enable-wddx --enable-zip --enable-calendar --enable-bcmath --enable-soap --with-zlib --with-iconv --with-gd --with-xmlrpc --enable-mbstring --without-sqlite --with-curl=/usr/local/curl --enable-ftp --with-mcrypt --with-freetype-dir=/usr/local/freetype.2.1.10 --with-jpeg-dir=/usr/local/jpeg.6 --with-png-dir=/usr/local/libpng.1.2.50 --disable-ipv6 --disable-debug --with-openssl=/usr/local/openssl

 

几个文件

 service php-fpm restart