Rick Roberts wrote:
> 
> root@laser downloads]# whereis libz
> libz: /usr/lib/libz.a /usr/lib/libz.so
> 
> On Fri, 16 Feb 2001, you wrote:
> > Have you libz installed?
> >
> > Under which path is it?
> >


It seems that 3.0.23 version configure had incorrect behaviour when
incling MySQL support in some cases.


Please try the following:

export CFLAGS=-lz

./configure --with-mysql

make
make install



  Or just open Makefile in /src after running configure and add -lz into

MYSQL_LFLAGS =

  string.
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to