> > configure:2358: gcc -o conftest -g -O2 -I/usr/lib/glib/include
>-I/usr/share/mysql/include -I/usr/local/include -L/usr/share/mysql/lib
>-L/usr/local/lib conftest.c -lmysqlclient -lm -lcrypt -L/usr/lib -lglib 1>&5
> > /usr/share/mysql/lib/libmysqlclient.a(my_compress.o): In function `my_uncompress':
> > my_compress.o(.text+0x9f): undefined reference to `uncompress'
> > /usr/share/mysql/lib/libmysqlclient.a(my_compress.o): In function
>`my_compress_alloc':
> > my_compress.o(.text+0x13b): undefined reference to `compress'
>
> There will be a bit in config.log about 'checking for library
> containing compress'. Could you send the lines below that? That's
> where the problem is, appearantly. Do you have libz?
>
> Emile
Yes, I knew I had libz installed, and looking in the rpm database I discovered another
libz; libz-devel.
After installing this, the configure process worked like a charm.
Thanks for the help,
Thor.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]