php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13166 ./buildconf fails to build a correct configure file
Submitted: 2001-09-06 02:53 UTC Modified: 2001-09-06 11:50 UTC
From: randall at isber dot ucsb dot edu Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0CVS-2001-09-06 OS: freebsd 4.3 - stable
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: randall at isber dot ucsb dot edu
New email:
PHP Version: OS:

 

 [2001-09-06 02:53 UTC] randall at isber dot ucsb dot edu
i downloaded the latest cvs (11:30 pm pacific USA time), and upon trying to compile got the following error:

root@isber[/www/php4/php4]% ./buildconf
rebuilding Makefile templates
rebuilding configure
configure.in:124: warning: AC_PROG_LEX invoked multiple times
configure.in:88: error: possibly undefined macro: AC_MSG_RESULT
configure.in:220: error: possibly undefined macro: AC_DEFINE
configure:60877: error: possibly undefined macro: _LT_AC_TRY_DLOPEN_SELF
rebuilding main/php_config.h.in

upon running a ./configure i get the following error:

Configuring Zend
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
./ltconfig: Can't open ./ltconfig: No such file or directory
configure: error: libtool configure failed

i'm using libtool-1.4.1, automake-1.4.5, autoconf-2.52

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-06 02:57 UTC] derick@php.net
Was this a fresh checkout?

Derick
 [2001-09-06 03:05 UTC] randall at isber dot ucsb dot edu
yes, i just updated again and reproduced the exact same error. (i updated Zend and TSRM as well)

each time i've updated, i do a 'rm configure', then a './buildconf' - and the same errors occur during the build.
 [2001-09-06 03:07 UTC] randall at isber dot ucsb dot edu
yes, i just updated again and reproduced the exact same error. (i updated Zend and TSRM as well)

each time i've updated, i do a 'rm configure', then a './buildconf' - and the same errors occur during the build.
 [2001-09-06 06:49 UTC] mfischer@php.net
Did you try libtool 1.4 (no .1) ?

- Markus
 [2001-09-06 11:50 UTC] sniper@php.net
I don't know what automake 1.4.5 is but with automake 1.5 
this works just fine:

buildconf: checking installation...
buildconf: autoconf version 2.52 (ok)
buildconf: automake version 1.5 (ok)
buildconf: libtool version 1.4.1 (ok)
rebuilding Makefile templates
rebuilding configure
configure.in:124: warning: AC_PROG_LEX invoked multiple times
rebuilding acconfig.h
rebuilding main/php_config.h.in


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 15:01:31 2025 UTC