/usr/local/php-5.2.14/sbin/php-fpm start Starting php_fpm –fpm-config

1.将fpm打包放到php源代码中

gzip -cd php-5.2.8-fpm-0.5.10.diff.gz | patch -d php-5.2.8 -p1

2.编译安装php 记得带上

–enable-cgi –enable-fpm 两个参数哦。

遇到以下问题: 问题1,接以下参数编译时, ./configure –prefix=/usr/local/php-5.2.14 –with-config-file-path=/usr/local/php-5.2.14/etc –enable-fastcgi –with-mysql –with-mysqli=/usr/lib/mysql/mysql_config -with-freetype-dir –with-jpeg-dir –with-png-dir –with-zlib –with-libxml-dir –enable-xml –with-curl –enable-force-cgi-redirect –enable-mbstring –with-mcrypt make

的时候出现以下错误, /usr/bin/ld: cannot find -lltdl collect2: ld returned 1 exit status make: *** [sapi/cgi/php-cgi] 错误 1

解决方法: 去掉这个参数–with-mcrypt 或者 安装mcrypt包。这个包主要用于加密。

遇到问题: 问题2 /usr/local/php-5.2.14/sbin/php-fpm start

Starting php_fpm –fpm-config /usr/local/php-5.2.14/etc/php-fpm.conf

Error in argument 1, char 1: no argument for option -

Usage: php-cgi [-q] [-h] [-s] [-v] [-i] [-f <file>]

解决方案:

重装编译安装php

参数如下: 注意加红部分

./configure –prefix=/usr/local/php-5.2.14 –with-mysql –with-mysqli=/usr/lib/mysql/mysql_config –with-freetype-dir –with-jpeg-dir –with-png-dir -with-zlib –enable-xml –disable-rpath –enable-discard-path –enable-safe-mode –enable-bcmath –enable-shmop –enable-sysvsem –enable-inline-optimization –with-curl –with-curlwrappers –enable-mbregex –enable-fastcgi –enable-fpm –enable-force-cgi-redirect –enable-mbstring –with-gd –enable-gd-native-ttf –with-openssl –with-mhash –enable-pcntl –enable-sockets –with-ldap –with-ldap-sasl

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值