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 find -lz
> collect2: ld returned 1 exit status
> make: *** [sapi/cli/php] Error 1
>
>What's wrong there? The system is Debian Woody, Kernel 2.4.18 and I'm
>using Debian's precompiled MySQL 3.23.52.

add --with-zlib-dir=/path/to/zlibprefix

Check with ldd /path/to/mysql/libmysqlclient.so which zlib is linked. Might 
be a version
conflict (libz.so.1 should be in there).



Met vriendelijke groeten / With kind regards,

Webmaster IDG.nl
Melvyn Sopacua


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




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_case'
> collect2: ld returned 1 exit status
> make: *** [sapi/cli/php] Error 1

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 find -lz
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

What's wrong there? The system is Debian Woody, Kernel 2.4.18 and I'm
using Debian's precompiled MySQL 3.23.52.

-- 
- Martin   Martin Jansen
http://martinjansen.com/

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




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: undefined
> reference to `php_unicode_convert_case'
> collect2: ld returned 1 exit status
> make: *** [sapi/cli/php] Error 1
> 
> -- 
> - Martin   Martin Jansen
> http://martinjansen.com/
> 
> -- 
> PHP Development Mailing List 
> To unsubscribe, visit: http://www.php.net/unsub.php




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




[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/php] Error 1

-- 
- Martin   Martin Jansen
http://martinjansen.com/

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