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 <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to