"filip.sergeys" wrote:
>
> Hi,
> During compiling I receive this error message:
>
> /usr/lib/mysql/libmysqlclient.a(my_compress.o): In function 'my_uncompress':
> my_compress.(.text+0x97): undefined reference to 'uncompress'
> collect2: ld returned 1 exit status
> gmake[1]: *** [search.cgi] Error 1
> gmake[1] Leaving directory....
> gmake: ***[all-recursive] Error1
>
> Details:
> Mysql : 3.23.33
> Mnogo: 3.1.11
> GNU make: 3.79.1
>
> What is wrong? and what is the solution ?
> PS version 3.1.8 has always worked.
We didn't change anything with -lz library linking.
Wich version of MySQL did you use together with 3.1.8?
Quick workaround: open Makefile in /src directory and
add -lz into search.cgi and indexer linking commands.
Another way:
export CFLAGS=-lz
./configure --with-mysql
make
make install
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]