CentOS5安装Nginx1.4+PHP5.5 FastCGI(2)


[plain] view plaincopyprint?
[root@lnmp software]# tar zxvf php-5.5.6.tar.gz 
[root@lnmp software]# cd php-5.5.6 
[root@lnmp php-5.5.6]# groupadd webroot 
[root@lnmp php-5.5.6]# useradd -g webroot -s /sbin/nologin webroot 
[root@lnmp php-5.5.6]# ./configure --prefix=/service/php --with-config-file-path=/service/php/etc --with-gd --enable-gd-native-ttf --enable-gd-jis-conv --with-jpeg-dir --with-png-dir --with-freetype-dir --with-mcrypt --with-zlib-dir --with-xpm-dir --enable-xml --with-curl --with-zlib --enable-exif --with-zlib-dir --with-bz2 --with-libxml-dir --enable-mbstring --enable-sockets --enable-zip --enable-ftp --with-iconv-dir=/service/libiconv --disable-rpath --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --enable-mbregex --enable-fpm --with-fpm-user=webroot --with-fpm-group=webroot  --with-pdo-mysql=mysqlnd --with-mysqli=mysqlnd --with-mysql=mysqlnd --enable-dom --with-libdir=lib64 
[root@lnmp php-5.5.6]# make && make install 
Installing shared extensions:    /service/php/lib/php/extensions/no-debug-non-zts-20121212/ 
Installing PHP CLI binary:        /service/php/bin/ 
Installing PHP CLI man page:      /service/php/php/man/man1/ 
Installing PHP FPM binary:        /service/php/sbin/ 
Installing PHP FPM config:        /service/php/etc/ 
Installing PHP FPM man page:      /service/php/php/man/man8/ 
Installing PHP FPM status page:      /service/php/php/fpm/ 
Installing PHP CGI binary:        /service/php/bin/ 
Installing PHP CGI man page:      /service/php/php/man/man1/ 
Installing build environment:    /service/php/lib/php/build/ 
Installing header files:          /service/php/include/php/ 
Installing helper programs:      /service/php/bin/ 
  program: phpize 
  program: php-config 
Installing man pages:            /service/php/php/man/man1/ 
  page: phpize.1 
  page: php-config.1 
Installing PEAR environment:      /service/php/lib/php/ 
[PEAR] Archive_Tar    - installed: 1.3.11 
[PEAR] Console_Getopt - installed: 1.3.1 
warning: pear/PEAR requires package "pear/Structures_Graph" (recommended version 1.0.4) 
warning: pear/PEAR requires package "pear/XML_Util" (recommended version 1.2.1) 
[PEAR] PEAR          - installed: 1.9.4 
Wrote PEAR system config file at: /service/php/etc/pear.conf 
You may want to add: /service/php/lib/php to your php.ini include_path 
[PEAR] Structures_Graph- installed: 1.0.4 
[PEAR] XML_Util      - installed: 1.2.1 
/service/software/php-5.5.6/build/shtool install -c ext/phar/phar.phar /service/php/bin 
ln -s -f /service/php/bin/phar.phar /service/php/bin/phar 
Installing PDO headers:          /service/php/include/php/ext/pdo/ 
[root@lnmp php-5.5.6]# cp php.ini-production /service/php/etc/php.ini 
[root@lnmp php-5.5.6]# cp /service/php/etc/php-fpm.conf.default /service/php/etc/php-fpm.conf 
[root@lnmp php-5.5.6]# /service/php/sbin/php-fpm 
[root@lnmp php-5.5.6]# netstat -lanp|grep php-fpm 
tcp        0      0 127.0.0.1:9000              0.0.0.0:*                  LISTEN      5483/php-fpm.conf)   
unix  3      [ ]        STREAM    CONNECTED    459737 5483/php-fpm.conf)   
unix  3      [ ]        STREAM    CONNECTED    459736 5483/php-fpm.conf)   
[root@lnmp php-5.5.6]# ps -ef|grep php 
root      5483    1  0 23:19 ?        00:00:00 php-fpm: master process (/service/php/etc/php-fpm.conf) 
webroot  5484  5483  0 23:19 ?        00:00:00 php-fpm: pool www         
webroot  5485  5483  0 23:19 ?        00:00:00 php-fpm: pool www         
root      5497 24209  0 23:21 pts/0    00:00:00 grep php 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/7cc398d699e4fbdc91fb5682958a52a8.html