问题描述
- 【php-fpm的安装】源码安装php-fpm,最后找不到php-fpm文件
-
配置make时写明产生php-fpm
但是make all install之后,发现在/usr/local/php/etc/下没有php-fpm.conf.default文件,而且也没有/usr/local/php/sbin/php-fpm,请问该如何处理,在线等,急,谢谢
解决方案
你在编译前配置的时候有没有加上启用选项./configure -–enable-fpm?
解决方案二:
php+php-fpm+nginx 源码安装
ngnix + php-fpm 安装
nginx + php ( php-fpm )编译安装
解决方案三:
php编译的配置项
./configure --with-apxs2=/usr/sbin/apxs --prefix=/usr/local/server/php --with-config-file-path=/etc --with-mysql=/usr/local/server/mysql --with-mysqli=/usr/local/server/mysql/bin/mysql_config --with-mysql-sock=/server/mysql/mysql.sock --with-iconv --with-zlib --with-libxml-dir --enable-xml --disable-debug --disable-rpath --enable-discard-path --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex --enable-fastcgi --enable-fpm --enable-mbstring --enable-ftp --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --with-mcrypt --enable-force-cgi-redirect
看我的博客