On Tue, 25 Sep 2001, Jeroen van Wolffelaar wrote:
> [jeroen@richard]~/scratch/tmp/php4-cvs> ./buildconf
> buildconf: checking installation...
> buildconf: autoconf version 2.13 (ok)
> buildconf: automake version 1.4-p4 (ok)
> buildconf: libtool version 1.4 (ok)
> WARNING: automake and libtool are installed in different
> directories. This may cause aclocal to fail.
> continuing anyway
so don't do that... install them into the same dir. This causes the errors
below probably.
Derick
> rebuilding Makefile templates
> automake: configure.in: installing `Zend/ylwrap'
> rebuilding configure
> autoconf: Undefined macros:
> ***BUG in Autoconf--please report*** AC_TRY_DLOPEN_SELF
> configure.in:162:AC_MSG_RESULT([$PHP_SAPI])
> configure.in:182:AC_MSG_RESULT([$php_cv_cc_dashr])
> configure.in:192: AC_MSG_RESULT([$php_cv_cc_rpath])
> configure.in:220: AC_DEFINE(HAVE_LIBSOCKET,1,[ ]) ], [
> configure.in:238: AC_DEFINE(HAVE_LIBNSL,1,[ ]) ],[
> configure.in:241: AC_DEFINE(HAVE_LIBNSL,1,[ ]) ], [])
> configure.in:267: AC_DEFINE(HAVE_LIBSOCKET,1,[ ]) ], [
> configure.in:270: AC_DEFINE(HAVE_LIBRESOLV,1,[ ])
> configure.in:363: AC_DEFINE(HAVE_IPV6,1,[Whether you have IPv6
> support])
> configure.in:437: AC_DEFINE(HAVE_GETADDRINFO,1,[Define if you have the
> getaddrinfo function])
> configure.in:463:dnl AC_MSG_RESULT([$ac_cv_type_in_addr_t])
> configure.in:465: AC_DEFINE(in_addr_t, u_int, [ ])
> configure.in:528: AC_DEFINE(PHP_SAFE_MODE,1,[ ])
> configure.in:530: AC_DEFINE(PHP_SAFE_MODE,0,[ ])
> configure.in:540:
> AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
> configure.in:541: AC_MSG_RESULT([/usr/local/php/bin])
> configure.in:543:
> AC_DEFINE_UNQUOTED(PHP_SAFE_MODE_EXEC_DIR,"$withval", [ ])
> configure.in:544: AC_MSG_RESULT([$withval])
> configure.in:547:
> AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
> configure.in:548: AC_MSG_RESULT([/usr/local/php/bin])
> configure.in:551:
> AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
> configure.in:552: AC_MSG_RESULT([/usr/local/php/bin])
> configure.in:569: AC_DEFINE(PHP_SIGCHILD, 1, [ ])
> configure.in:571: AC_DEFINE(PHP_SIGCHILD, 0, [ ])
> configure.in:578: AC_DEFINE(MAGIC_QUOTES, 1, [ ])
> configure.in:580: AC_DEFINE(MAGIC_QUOTES, 0, [ ])
> configure.in:603: AC_DEFINE(DEFAULT_SHORT_OPEN_TAG,"1",[ ])
> configure.in:605: AC_DEFINE(DEFAULT_SHORT_OPEN_TAG,"0",[ ])
> configure.in:616: AC_DEFINE(HAVE_DMALLOC,1,[Whether you have
> dmalloc])
> configure.in:629: AC_DEFINE(HAVE_PHP_STREAM, 1, [Whether to use php
> streams])
> configure.in:635: AC_DEFINE(HAVE_CRYPT,1,[ ])
> configure.in:655:AC_MSG_RESULT([$PHP_VERSIONING])
> configure.in:704: AC_DEFINE(ZTS,1,[ ])
> configure.in:817:AC_DEFINE_UNQUOTED(PHP_BUILD_DATE,"$PHP_BUILD_DATE",[PHP
> build date])
> configure.in:819:AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a
> output])
> configure.in:821:AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
> configure.in:88: AC_MSG_RESULT([$1.$2 (ok)])
> rebuilding acconfig.h
> rebuilding main/php_config.h.in
> [jeroen@richard]~/scratch/tmp/php4-cvs>
>
>
> Note: after I solved that warning about automake & libtool not being in
> the same dir, the error remainded the same.
>
> This is a fresh CVS of 3 minutes ago.
>
>
> When I run configure arterwards:
>
> ./configure
> <snip>
> Configuring Zend
> checking build system type... i686-pc-linux-gnu
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD-compatible nm... /usr/bin/nm -B
> updating cache ./config.cache
> ./ltconfig: ./ltconfig: No such file or directory
> configure: error: libtool configure failed
>
> (indeed, 'ltconfig' doesn't exist)
>
> Also note that I didn't ever succesfully build PHP directly from CVS - I
> didn't have libtool 1.4 till yesterday
>
> --Jeroen
>
> Jeroen van Wolffelaar
> [EMAIL PROTECTED]
> http://www.A-Eskwadraat.nl/~jeroen
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
Derick Rethans
---------------------------------------------------------------------
PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
SRM: Site Resource Manager - www.vl-srm.net
---------------------------------------------------------------------
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]