著者: Peter Bowyer 日付: To: exim users 題目: Re: [exim] exim compile with mysql
On 22/03/07, MuLiAnTo <mulianto@???> wrote: > Heloo all.
>
> i am trying to compile exim 4.6 with mysql support but i got eerror like
> this
> :
> lookups/lookups.a(mysq.o)(.text+0x512): In function 'mysql_find'::
> undefined reference to 'mysql_query' >
> mysql is already installed.. and i am using mysql binary installation
> version 5.0
>
> any hint guys ??
You need the mysql development headers and libs - you don't mention
your OS or distribution but you might find a package called
mysql-devel.
Your Local/Makefile has information about this. You'll also need to
set LOOKUP_LIBS and LOOKUP_INCLUDE appropriately.