Re: [PHP-DEV] fwd: buildconf troubles

2001-10-03 Thread Doug MacEachern

On Mon, 17 Sep 2001, Hartmut Holzgraefe wrote:

 on one of the boxes everything worked fine again after
 commenting out the DLOPEN_SELF stuff in Zend/Zend.m4
 while the other one still gives lots of undefined macros

i tried this, all undefined macros go away and php is building for me
again.  thanks!



-- 
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]




Re: [PHP-DEV] fwd: buildconf troubles

2001-09-19 Thread Hartmut Holzgraefe

Doug MacEachern wrote:
 
 still stuck on this with current cvs, anybody else seeing this?
 
 From [EMAIL PROTECTED] Thu Aug 30 09:47:20 2001 -0700
 Status:
 X-Status:
 X-Keywords:
 Date: Thu, 30 Aug 2001 09:47:20 -0700 (PDT)
 From: Doug MacEachern [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: buildconf troubles
 Message-ID: [EMAIL PROTECTED]
 MIME-Version: 1.0
 Content-Type: TEXT/PLAIN; charset=US-ASCII
 
 i've done a fresh checkout and having problems building, below is the
 output from buildconf.
 
 % autoconf --version
 Autoconf version 2.13
 % libtool --version
 ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18)
 
 any ideas?

manualy removing aclocal.m4 before running buildconf 
should solve this for now

-- 
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]




Re: [PHP-DEV] fwd: buildconf troubles

2001-09-19 Thread Hartmut Holzgraefe


  well, the aclocal.m4 problem was related to me 
  setting the clock back by several month to get
  going with my SAP R/3 demo system without getting
  another key (no email access by that time),
  thus confusing make

  another possible cause is the dlsym() check
  in Zend/Zend.m4, line 61ff
  commenting this out helped on one of my other
  systems ...

-- 
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]




[PHP-DEV] fwd: buildconf troubles

2001-09-16 Thread Doug MacEachern

still stuck on this with current cvs, anybody else seeing this?

From [EMAIL PROTECTED] Thu Aug 30 09:47:20 2001 -0700
Status: 
X-Status: 
X-Keywords:
Date: Thu, 30 Aug 2001 09:47:20 -0700 (PDT)
From: Doug MacEachern [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: buildconf troubles
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

i've done a fresh checkout and having problems building, below is the
output from buildconf.

% autoconf --version
Autoconf version 2.13
% libtool --version
ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18)

any ideas?

% ./buildconf
rebuilding Makefile templates
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:706:  AC_DEFINE(ZTS,1,[ ])
configure.in:819:AC_DEFINE_UNQUOTED(PHP_BUILD_DATE,$PHP_BUILD_DATE,[PHP build date])
configure.in:821:AC_DEFINE_UNQUOTED(PHP_UNAME,$PHP_UNAME,[uname -a output])
configure.in:823:AC_DEFINE_UNQUOTED(PHP_OS,$PHP_OS,[uname output])
configure.in:88:AC_MSG_RESULT($1.$2 (ok))
rebuilding main/php_config.h.in


-- 
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]




Re: [PHP-DEV] fwd: buildconf troubles

2001-09-16 Thread Hartmut Holzgraefe

i had the same effect last week on two SuSE 7.0 systems
while a 6.3 with manualy updated libtool worked fine
(all with the same autoconf and automake versions)

on one of the boxes it helped to comment out the 
DLOPEN_SELF stuff in Zend/Zend.m4, but the other one
is still giving me undefined macros, even after i 
replaced the SuSE versions of autoconf and automake
whith self compiled versions ...

-- 
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]




Re: [PHP-DEV] fwd: buildconf troubles

2001-09-16 Thread Hartmut Holzgraefe

same problem on two SuSE 7.0 boxes here this week
while an older one running SuSE 6.3 and a manually updated
libtool 1.4 did work fine (same version numbers of auto*
on both of them)

on one of the boxes everything worked fine again after
commenting out the DLOPEN_SELF stuff in Zend/Zend.m4
while the other one still gives lots of undefined macros

-- 
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]