php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16541 Configure Stops Prematurely
Submitted: 2002-04-11 03:58 UTC Modified: 2002-04-11 05:26 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: gpneujah at foxpaws dot net Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.0CVS-2002-04-11 OS: Linux 2.2.19
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gpneujah at foxpaws dot net
New email:
PHP Version: OS:

 

 [2002-04-11 03:58 UTC] gpneujah at foxpaws dot net
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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-11 04:20 UTC] derick@php.net
Update automake to version 2.52 and try again.

Derick
 [2002-04-11 05:26 UTC] gpneujah at foxpaws dot net
Upgrading to the latest GNU tools solved the configuration problem. Thanks.
 [2002-04-11 05:26 UTC] gpneujah at foxpaws dot net
Upgrading to the latest GNU tools solved the configuration problem. Thanks.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 13:01:28 2025 UTC