Re: [PHP-DEV] Latest cvs: error in mbstring

2002-09-28 Thread Melvyn Sopacua
At 12:35 28-9-2002, you wrote: >Ok, this problem was fairly easy to solve as I in fact forgot to run >./buildconf. But now the next one occurs: > >"make" fails with: > > l_functions_cli.lo -lmysqlclient -lcrypt -lresolv -lm -ldl -lnsl > -lcrypt -ldl -o sapi/cli/php > /usr/bin/ld: cannot

Re: [PHP-DEV] Latest cvs: error in mbstring

2002-09-28 Thread Martin Jansen
On Don Sep 26, 2002 at 09:3505 +0200, Martin Jansen wrote: > The following error occurs when building latest CVS: > > ext/mbstring/mbstring.lo: In function `zif_mb_convert_case': > /home/martin/cvs/php/php4/ext/mbstring/mbstring.c:2499: undefined > reference to `php_unicode_convert_ca

Re: [PHP-DEV] Latest cvs: error in mbstring

2002-09-26 Thread Wez Furlong
Did you ./buildconf and then re-run configure? --Wez. On 09/26/02, "Martin Jansen" <[EMAIL PROTECTED]> wrote: > The following error occurs when building latest CVS: > > ext/mbstring/mbstring.lo: In function `zif_mb_convert_case': > /home/martin/cvs/php/php4/ext/mbstring/mbstring.c:2499:

[PHP-DEV] Latest cvs: error in mbstring

2002-09-26 Thread Martin Jansen
The following error occurs when building latest CVS: ext/mbstring/mbstring.lo: In function `zif_mb_convert_case': /home/martin/cvs/php/php4/ext/mbstring/mbstring.c:2499: undefined reference to `php_unicode_convert_case' collect2: ld returned 1 exit status make: *** [sapi/cli/p