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