Click to See Complete Forum and Search --> : No such file or directory


Anon
10-31-2001, 05:06 PM
./configure error on PHP
Running out of places to look for the problem. "No such file or directory"

Thank you for using PHP.

./myphpmakefile: --with-apache=/usr/local/src/apache/apache_1.3.22: No such file or directory
./myphpmakefile: --with-config-file-path=/www/conf: No such file or directory
./myphpmakefile: --with-apxs=/www/bin: No such file or directory
./myphpmakefile: --with-db3=/usr/local/BerkeleyDB.3.3/build: No such file or directory
./myphpmakefile: --enable-track-vars: command not found
Making clean in Zend
make[1]: Entering directory `/usr/local/src/php/php-4.0.6/Zend'
test -z "libZend_c.la libZend.la" || rm -f libZend_c.la libZend.la
rm -rf .libs _libs
rm -f *.o core *.core
rm -f *.lo
make[1]: Leaving directory `/usr/local/src/php/php-4.0.6/Zend'
Making clean in main

Anon
11-06-2001, 02:56 PM
This error seems to be caused by executing configure options as a script file. When the script file has comments between the options.
When the comments are removed the error disappears.