php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19773 A little problem with buildconf
Submitted: 2002-10-05 16:42 UTC Modified: 2002-10-07 12:14 UTC
From: nicos@php.net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2002-10-05 OS: FreeBSD4.5
Private report: No CVE-ID: None
 [2002-10-05 16:42 UTC] nicos@php.net
I just cvsuped the branch 4_3 and I got the following error on the buildconf:


# ./buildconf  
using default Zend directory
rebuilding configure
configure.in:802: /usr/local/bin/gm4: Undefined macro `AC_PROG_LIBTOOL'
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_TRY_DLOPEN_SELF
configure.in:1028:AC_PROG_LIBTOOL
configure.in:142:    AC_MSG_RESULT(${1}.${2} (ok))
configure.in:231:AC_MSG_RESULT([$PHP_SAPI])
configure.in:404:  AC_DEFINE(HAVE_SOCKADDR_STORAGE,1,[Whether you have struct sockaddr_storage])
configure.in:489:  AC_DEFINE(HAVE_GETADDRINFO,1,[Define if you have the getaddrinfo function])
configure.in:516:dnl AC_MSG_RESULT([$ac_cv_type_in_addr_t])
configure.in:518:  AC_DEFINE(in_addr_t, u_int, [ ])
configure.in:606:  AC_DEFINE(PHP_SAFE_MODE,1,[ ])
configure.in:608:  AC_DEFINE(PHP_SAFE_MODE,0,[ ])
configure.in:618:      AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
configure.in:619:      AC_MSG_RESULT([/usr/local/php/bin])
configure.in:621:      AC_DEFINE_UNQUOTED(PHP_SAFE_MODE_EXEC_DIR,"$withval", [ ])
configure.in:622:      AC_MSG_RESULT([$withval])
configure.in:625:    AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
configure.in:626:    AC_MSG_RESULT([/usr/local/php/bin])
configure.in:629:  AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
configure.in:630:  AC_MSG_RESULT([/usr/local/php/bin])
configure.in:637:  AC_DEFINE(PHP_SIGCHILD, 1, [ ])
configure.in:639:  AC_DEFINE(PHP_SIGCHILD, 0, [ ])
configure.in:646:  AC_DEFINE(MAGIC_QUOTES, 1, [ ])
configure.in:648:  AC_DEFINE(MAGIC_QUOTES, 0, [ ])
configure.in:671:  AC_DEFINE(DEFAULT_SHORT_OPEN_TAG,"1",[ ])
configure.in:673:  AC_DEFINE(DEFAULT_SHORT_OPEN_TAG,"0",[ ])
configure.in:683:    AC_DEFINE(HAVE_DMALLOC,1,[Whether you have dmalloc])
configure.in:694:  AC_DEFINE(HAVE_IPV6,1,[Whether to enable IPv6 support])
configure.in:713:  AC_DEFINE(HAVE_CRYPT,1,[ ]) 
configure.in:766:AC_MSG_RESULT([$PHP_VERSIONING])
configure.in:810:  AC_DEFINE(ZTS,1,[ ])
configure.in:925:AC_DEFINE_UNQUOTED(PHP_BUILD_DATE,"$PHP_BUILD_DATE",[PHP build date])
configure.in:927:AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output])
configure.in:929:AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
rebuilding main/php_config.h.in
configure.in:802: /usr/local/bin/gm4: Undefined macro `AC_PROG_LIBTOOL'

and then the script ends without finishing itself.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-05 16:49 UTC] nicos@php.net
Btw I use:

using default Zend directory
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)
buildconf: automake version 1.4-p5 (ok)
buildconf: libtool version 1.4.2 (ok)
 [2002-10-05 17:03 UTC] nicos@php.net
It looks fixed when you upgrade autoconf and automake.
 [2002-10-07 12:13 UTC] sniper@php.net
Your autoconf/libtool were installed wrong places..or something similar. Not a bug -> bogus.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 16:01:28 2024 UTC