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

Reply via email to