Perfect Ubuntu 12.10 Server Install Issue

Discussion in 'HOWTO-Related Questions' started by shesalady, Feb 13, 2013.

  1. shesalady

    shesalady New Member

    Hello,
    I am stuck on Step 14.3.1 PHP-FPM at:
    Copy php.ini and php-fpm.conf (if you've compiled PHP with FPM) to the correct locations:

    cp /usr/local/src/php5-build/php-5.3.18/php.ini-production /opt/php-5.3.18/lib/php.ini
    Error msg: cp cannot stat '/usr/local/src/php5-build/php-5.3.18/php.ini-production': No such file or directory.

    I have re-done everything from beginning twice and I still get stuck here. Please advise!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Did you notice any errors during the setup? Is your PHP version 5.3.18?
     
  3. darinpeterson

    darinpeterson Member

    Make sure the directories exist.

    When I performed this install, I noticed that I had to create the directories. They didn't exist. So maybe try:
    • mkdir /opt/php-5.3.18
    • mkdir /opt/php-5.3.18/lib

    After that, try copying the file again.
     
    Last edited: Feb 24, 2013

Share This Page