install php with php-fpm

From WebHostingNeeds.com
Revision as of 10:55, 19 June 2009 by Admin (talk | contribs)
Jump to: navigation, search
cd /usr/local/src
wget http://php-fpm.org/downloads/php-5.2.10-fpm-0.5.10.diff.gz
wget http://us2.php.net/get/php-5.2.10.tar.gz/from/us.php.net/mirror
tar -zxvf php-5.2.8.tar.gz
gzip -cd php-5.2.10-fpm-0.5.10.diff.gz | patch -d php-5.2.10 -p1
cd php-5.2.10
mkdir /usr/local/nginx-php

./configure -prefix=/usr/local/nginx-php -enable-fastcgi -enable-fpm -with-mcrypt -with-zlib -enable-mbstring -with-openssl -with-mysql -with-mysqli -with-gd -with-jpeg-dir -enable-gd-native-ttf -without-sqlite -disable-pdo -disable-reflection -with-curl -with-curlwrappers -enable-inline-optimization -disable-debug -disable-ipv6
make
make install


I have faced problem with curl, so i install url from source as per Install php from source