Multiple PHP problem - Centos 6.5, ISPConfig3, NGINX

Discussion in 'Installation/Configuration' started by UniqBuy, Feb 14, 2015.

  1. UniqBuy

    UniqBuy New Member

    I am using this guide:
    https://www.howtoforge.com/how-to-u...p-fpm-and-fastcgi-with-ispconfig-3-centos-6.3

    The only error in running .configure was enable ftp not found. I have got to the make install section fine. php-fpm.conf.default didn't exist and I got it from github or somewhere.

    I am at /etc/init.d/php-5.3.22-fpm start and it fails with:

    "Starting php-fpm /etc/init.d/php-5.3.22-fpm: line 41: /opt/php-5.3.22/sbin/php-fpm: No such file or directory failed"

    I have gone through the init script and I do not even have the sbin or var folder for these lines: php_fpm_BIN=/opt/php-5.3.22/sbin/php-fpm or the php_fpm_PID=/opt/php-5.3.22/var/run/php-fpm.pid

    I have tried with PHP v. 5.4.33 as well and 5.4.12 and I am having the same issue.

    Can anyone help?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This means that the php did not compile. you must have got an error during compilation.
     

Share This Page