I have a compiled 5.2.9 with this options:
./configure --prefix=/host/php5 --with-mcrypt --with-zlib --enable-
mbstring --with-openssl --with-mysql --with-mysql-sock --with-gd --
with-jpeg-dir=/usr/lib --enable-gd-native-ttf --without-sqlite --
disable-pdo --disable-reflection --with-zlib-dir=/root/install/
zlib-1.2.3 --with-curl --with-pcre-dir=/root/install/pcre-7.9 --enable-
sockets --with-openssl=/usr/local/ssl/ --enable-cgi --with-snmp --
enable-fpm --enable-fastcgi
But php-fpm wont start normally. It start the processes, but ... :
root@server:/host# /host/php5/sbin/php-fpm start
Starting php_fpm ................................... failed
Any ideas why it is happened ?