I just thought I'd post my results with doing this on a fairly bleeding edge
Slackware 8.1beta system, mainly because it has autoconf 2.53 on
it.Previously I tried running buildconf with autoconf 2.50, which didn't
generate any of the additional warnings.

Although the the 'make'ed binary libphp4.so was identical in size my
previous build, it was a different md5sum, so I thought I'd give it a shot.
The good news is that things seem to be working correctly, and MySQL
connects using sockets again!

buildconf: checking installation...
buildconf: autoconf version 2.53 (ok)
buildconf: automake version 1.5 (ok)
buildconf: libtool version 1.4.2 (ok)
rebuilding configure
configure.in:40: warning: do not use m4_patsubst: use patsubst or
m4_bpatsubst
configure.in:1259: warning: do not use m4_regexp: use regexp or m4_bregexp
rebuilding main/php_config.h.in
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader: `main/php_config.h.in' is created

"Edin Kadribasic" <[EMAIL PROTECTED]> wrote in message
09d901c1ec55$d53c2af0$[EMAIL PROTECTED]">news:09d901c1ec55$d53c2af0$[EMAIL PROTECTED]...
> Summary (mysql related connection problems) :
>
> 4.2.0 was packed with configure script made by autoconf 2.52 which doesn't
> seem to work correcly.
> configure built with autoconf 2.13 works fine.
>
> Resolutions:
> * wait for 4.2.1 (due in a week or so)
> * if you have autoconf 2.13 on you system, delete configure and run
> ./buildconf
> * download configure script from http://www.edin.dk/php/configure.gz
>
> Edin
>



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to