[PHP-DEV] PHP 4.0 Bug #3018: Can't complete installation from CVS From: intra <email protected>
Date: 12/21/99

From: intra <email protected>
Operating system: Linux 6.1
PHP version: 4.0 Latest CVS (21/12/1999)
PHP Bug Type: Installation problem
Bug description: Can't complete installation from CVS

[intra <email protected> php4]$ ./buildconf
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)
buildconf: automake version 1.4 (ok)
buildconf: libtool version 1.3.3 (ok)
rebuilding Makefile.in's
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
configure.in: 62: required file `./php_config.h.in' not found
rebuilding acconfig.h
[intra <email protected> php4]$ ./configure --enable-memory-limit --with-pgsql --enable-track-vars --enable-low-memory --with-apache=../../apache_1.3.9rusPL29.2/ --with-mod_charset
...
configure works without any error, and I can see license notification when configure finish

[intra <email protected> php4]$ make
make all-recursive
make[1]: Entering directory `/home/intra/distr/php4'
Making all in Zend
make[2]: Entering directory `/home/intra/distr/Zend'
make[2]: *** No rule to make target `../config.status', needed by `Makefile'. Stop.
make[2]: Leaving directory `/home/intra/distr/Zend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/intra/distr/php4'
make: *** [all-recursive-am] Error 2
[intra <email protected> php4]$

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>