ID: 16541 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: *Configuration Issues Operating System: Linux 2.2.19 PHP Version: 4.0CVS-2002-04-11 New Comment:
Upgrading to the latest GNU tools solved the configuration problem. Thanks. Previous Comments: ------------------------------------------------------------------------ [2002-04-11 04:20:42] [EMAIL PROTECTED] Update automake to version 2.52 and try again. Derick ------------------------------------------------------------------------ [2002-04-11 03:58:36] [EMAIL PROTECTED] Configure command stops before complete execution of script, and thus never builds the internals files. Configure command is: ./configure --with-apxs2 --with-mcrypt --with-mhash --with-openssl --with-mysql This configure command does not build all necessary files on the latest CVS tree. Configure stops after creating main/php_config.h. Exit with status 0. As in: [...] Generating files checking for working mkdir -p... yes configure: creating ./config.status creating number.c creating number.h config.status: creating php4.spec config.status: creating main/build-defs.h config.status: creating pear/scripts/pear config.status: creating pear/scripts/phpize config.status: creating pear/scripts/php-config config.status: creating pear/scripts/pearize config.status: creating pear/scripts/phptar config.status: creating main/php_config.h [root@devbox /usr/src/php4/] config.log: [...] #define PHP_UNAME "Linux devbox 2.2.19 #93 Thu Jun 21 01:09:03 PDT 2001 i686 un #define PHP_OS "Linux" configure: exit 0 make output: [...] make: *** No rule to make target `main/internal_functions.c', needed by `main/internal_functions.lo'. Stop. [root@devbox /usr/src/php4/] buildconf output: buildconf: checking installation... buildconf: autoconf version 2.50 (ok) buildconf: automake version 1.4-p4 (ok) buildconf: libtool version 1.4 (ok) rebuilding configure rebuilding acconfig.h rebuilding main/php_config.h.in [root@devbox /usr/src/php4/] Further information furnished upon request. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16541&edit=1
