RE: [Exim] Curiosities with 4.14/4.12 and Solaris on Intel

Top Page
Delete this message
Reply to this message
Author: Paul Walsh
Date:  
To: exim-users
Subject: RE: [Exim] Curiosities with 4.14/4.12 and Solaris on Intel
Hmmmm! Answering my own question here, but it all seems related to where
the MySQL libraries are located. I built MySQL with

./configure --with-named-z-libs --prefix=/usr/local/mysql

which results in the libraries being put in /usr/local/mysql/lib/mysql

but in my Local/Makefile I have

LOOKUP_INCLUDE=-I /usr/local/mysql/include/mysql
LOOKUP_LIBS=-L/usr/local/lib -R/usr/local/lib -lmysqlclient -lz

If I copy the libraries into /usr/local/lib everything works fine.

Paul