problem install the PHP-FPM in ubuntu 12.10

Discussion in 'Installation/Configuration' started by Landi20, Dec 8, 2012.

  1. Landi20

    Landi20 New Member

    hello i using the tutorial The Perfect Server - Ubuntu 12.10 (Apache2, BIND, Dovecot, ISPConfig 3)
    14.3.1 PHP-FPM

    ./configure \
    --prefix=/opt/php-5.3.18 \
    --with-pdo-pgsql \
    --with-zlib-dir \
    --with-freetype-dir \
    --enable-fpm \
    --enable-mbstring \
    --with-libxml-dir=/usr \
    --enable-soap \
    --enable-calendar \
    --with-curl --with-mcrypt \
    --with-zlib \
    --with-gd \
    --with-pgsql \
    --disable-rpath \
    --enable-inline-optimization \
    --with-bz2 \
    --with-zlib \
    --enable-sockets \
    --enable-sysvsem \
    --enable-sysvshm \
    --enable-pcntl \
    --enable-mbregex \
    --with-mhash \
    --enable-zip \
    --with-pcre-regex \
    --with-mysql \
    --with-pdo-mysql \
    --with-mysqli \
    --with-jpeg-dir=/usr \
    --with-png-dir=/usr \
    --enable-gd-native-ttf \
    --with-openssl \
    --with-fpm-user=www-data \
    --with-fpm-group=www-data \
    --with-libdir=/lib/x86_64-linux-gnu
    ---------------------------------------------------
    make
    make install
    when i use the comand make and make install send me this message make: *** No targets specified and no makefile found. Stop.
    how i solve the problem
     
  2. djnoodles

    djnoodles New Member

    Try with 5.3.19 version :)
     
  3. Landi20

    Landi20 New Member

    thanks for the help
    the comand insserv php-5.3.19-fpm dont work
    say unknown command
     
    Last edited: Dec 8, 2012
  4. pititis

    pititis Member

    Try it:

    Code:
    update-rc.d php-5.3.19-fpm defaults
    
     
  5. Landi20

    Landi20 New Member

    topic can be close becouse i find the problem
     
    Last edited: Dec 9, 2012

Share This Page