Re: [Exim] Exim 4.20 + MySQL 4.0.12

Top Page
Delete this message
Reply to this message
Author: Suresh Ramasubramanian
Date:  
To: dougal, Exim List
Subject: Re: [Exim] Exim 4.20 + MySQL 4.0.12
At 04:23 PM 5/19/2003 +1100, Dougal McWhinney wrote:
>After fixing the initial problem and returning the linker option to
>"-lmysqlclient" I now get the following error:
>
>/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_uncompress':
>my_compress.o(.text+0xaa): undefined reference to `uncompress'
>/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function
>`my_compress_alloc':
>my_compress.o(.text+0x13c): undefined reference to `compress'
>collect2: ld returned 1 exit status
>make[1]: *** [exim] Error 1
>make[1]: Leaving directory `/root/exim-4.20/build-Linux-i386'
>make: *** [go] Error 2


You need -lz as well. This is a FAQ.

         srs