Re: [Exim] exim 4.30 build errors in MySQL

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Dan Egli
Ημερομηνία:  
Προς: Rossz Vamos-Wentworth
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] exim 4.30 build errors in MySQL
Rossz Vamos-Wentworth wrote:

> Dan Egli wrote:
>
>> I'm more than a little stumped here. I'm trying to compile a Exim 4.30
>> someone designed (I need to compile it vs using the binary because they
>> did not enable MySQL support and they have a whole ton of things I'll
>> never use). It compiles fine, UNTIL it gets to compile the exim binary.
>> Then it dies with being unable to find the mysql_* functions. Here's a
>> dump:
>
>
> Did you set the MySQL paths? I had a similar error when I built Exim.
> Setting the paths in the build config file takes care of the problem.
>
> --
> Rossz

I had the paths set. My AUTH_LIBS line was:
-lpam -lwrap -ldl -lmysqlclient -L/usr/lib/mysql

--- Dan