Auteur: Paul Walsh
Datum:
Aan: exim-users
Onderwerp: 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