php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16785 ./buildconf fails
Submitted: 2002-04-24 05:08 UTC Modified: 2002-04-25 03:38 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: thahn dot 76 at gmx dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2002-04-24 OS: SuSE Linux 7.1
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: thahn dot 76 at gmx dot de
New email:
PHP Version: OS:

 

 [2002-04-24 05:08 UTC] thahn dot 76 at gmx dot de
./buildconf fails with this cvs version

output:

rebuilding configure
/usr/bin/m4: configure.in: 842: Undefined name 
`AC_PROG_LIBTOOL'
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_TRY_DLOPEN_SELF
configure.in:1062:AC_PROG_LIBTOOL
configure.in:168:AC_MSG_RESULT([$php_cv_cc_dashr])
configure.in:179:  AC_MSG_RESULT([$php_cv_cc_rpath])
configure.in:199:    AC_MSG_RESULT(${1}.${2} (ok))
configure.in:262:AC_MSG_RESULT([$PHP_SAPI])
configure.in:303: AC_DEFINE(HAVE_LIBSOCKET,1,[ ]) ], [
configure.in:329: AC_DEFINE(HAVE_LIBNSL,1,[ ]) ],[
configure.in:332:  AC_DEFINE(HAVE_LIBNSL,1,[ ]) ], [])
configure.in:358: AC_DEFINE(HAVE_LIBSOCKET,1,[ ]) ], [
configure.in:361:  AC_DEFINE(HAVE_LIBRESOLV,1,[ ])
configure.in:465:  
AC_DEFINE(HAVE_SOCKADDR_STORAGE,1,[Whether you have struct 
sockaddr_storage])
configure.in:475:  AC_DEFINE(HAVE_IPV6,1,[Whether you have 
IPv6 support])
configure.in:554:  AC_DEFINE(HAVE_GETADDRINFO,1,[Define if 
you have the getaddrinfo function])
configure.in:580:dnl AC_MSG_RESULT([$ac_cv_type_in_addr_t])
configure.in:582:  AC_DEFINE(in_addr_t, u_int, [ ])
configure.in:664:  AC_DEFINE(PHP_SAFE_MODE,1,[ ])
configure.in:666:  AC_DEFINE(PHP_SAFE_MODE,0,[ ])
configure.in:676:      
AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
configure.in:677:      AC_MSG_RESULT([/usr/local/php/bin])
configure.in:679:      
AC_DEFINE_UNQUOTED(PHP_SAFE_MODE_EXEC_DIR,"$withval", [ ])
configure.in:680:      AC_MSG_RESULT([$withval])
configure.in:683:    
AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
configure.in:684:    AC_MSG_RESULT([/usr/local/php/bin])
configure.in:687:  
AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
configure.in:688:  AC_MSG_RESULT([/usr/local/php/bin])
configure.in:703:  AC_DEFINE(PHP_SIGCHILD, 1, [ ])
configure.in:705:  AC_DEFINE(PHP_SIGCHILD, 0, [ ])
configure.in:712:  AC_DEFINE(MAGIC_QUOTES, 1, [ ])
configure.in:714:  AC_DEFINE(MAGIC_QUOTES, 0, [ ])
configure.in:737:  AC_DEFINE(DEFAULT_SHORT_OPEN_TAG,"1",[ 
])
configure.in:739:  AC_DEFINE(DEFAULT_SHORT_OPEN_TAG,"0",[ 
])
configure.in:750:    AC_DEFINE(HAVE_DMALLOC,1,[Whether you 
have dmalloc])
configure.in:760:  AC_DEFINE(HAVE_CRYPT,1,[ ])
configure.in:806:AC_MSG_RESULT([$PHP_VERSIONING])
configure.in:850:  AC_DEFINE(ZTS,1,[ ])
configure.in:963:AC_DEFINE_UNQUOTED(PHP_BUILD_DATE,"$PHP_BUILD_DATE",[PHP 
build date])
configure.in:965:AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname 
-a output])
configure.in:967:AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname 
output])
rebuilding acconfig.h
rebuilding main/php_config.h.in
/usr/bin/m4: configure.in: 842: Undefined name 
`AC_PROG_LIBTOOL'


After this, the build configure script didnt work:

checking whether dlsym() requires a leading underscore in 
symbol names... ./configure: line 72061: syntax error near 
unexpected token `_LT_AC_TRY_DLOPEN_SELF('
./configure: line 72061: `_LT_AC_TRY_DLOPEN_SELF('


I use libtool 1.4.2 if this helps ...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-24 05:21 UTC] derick@php.net
Which versions of automake and autoconf do you use?

Derick
 [2002-04-24 05:37 UTC] thahn dot 76 at gmx dot de
automake --version
>> automake (GNU automake) 1.4
autoconf --version
>> Autoconf version 2.13
 [2002-04-24 05:47 UTC] derick@php.net
Try removing the three utilities, and reinstall them.
It's something in your build tools...

Derick
 [2002-04-25 03:38 UTC] thahn dot 76 at gmx dot de
I have done a new cvs checkout, now it works.
No idea what was the reason.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 27 10:00:02 2025 UTC