Re: [exim] install problem with exim4.54 + mysql make error …

Pàgina inicial
Delete this message
Reply to this message
Autor: mrrph
Data:  
A: exim-users
Assumpte: Re: [exim] install problem with exim4.54 + mysql make error on suse 9.0
On Fri, 11 Nov 2005, bjt wrote:

> lookups/lookups.a(mysql.o)(.text+0x45): In function `mysql_tidy':
> : undefined reference to `mysql_close'
> lookups/lookups.a(mysql.o)(.text+0x21a): In function `perform_mysql_search':
> : undefined reference to `mysql_init'


ld isn't seeing your mysql libraries.

> LOOKUP_LIBS=-L /usr/lib/mysql


LOOKUP_LIBS=-L/usr/lib/mysql -lmysqlclient


--Henry