Re: [Exim] Exim 4.20 + MySQL 4.0.12

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Suresh Ramasubramanian
Ημερομηνία:  
Προς: dougal, exim-users
Αντικείμενο: Re: [Exim] Exim 4.20 + MySQL 4.0.12
At 12:06 AM 5/19/2003 +1100, Dougal McWhinney wrote:
>Has anyone tried compiling Exim 4.20 and MySQL 4.0.12 on RedHat 8.0?
>After finally discovering the library had moved this is the error I get.
>
>    -ldb -L/usr/lib/ -L/usr/lib/mysql --library=libmysqlclient
>lookups/lookups.a(mysql.o): In function `mysql_tidy':
>mysql.o(.text+0x45): undefined reference to `mysql_close'
>lookups/lookups.a(mysql.o): In function `perform_mysql_search':


Have you pointed to /usr/include/mysql as well?

However, if the mysql paths are in the /etc/ld.so.conf file, I guess you
don't need to worry ... man ldconfig for more.

         srs