Re: [Exim] Exim 4 + MYSQL

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Sheldon Hearn
Datum:  
To: Odhiambo Washington
CC: Exim Users
Betreff: Re: [Exim] Exim 4 + MYSQL

On Fri, 11 Jan 2002 16:11:25 +0300, Odhiambo Washington wrote:

> I'm attaching the output of script captured during build.


Ugh, I only needed one line. :-)

Your build shows Exim being linked correctly.

The only thing I can think of is this:

The mysql323-client port installs a 00mysql-client.sh startup script
into the local startup scripts directory, /usr/local/etc/rc.d . This
script adds /usr/local/lib/mysql to the ldconfig search path at startup
time.

However, the port doesn't _run_ this script at install time. It
probably should. Otherwise, applications linked against the installed
libraries won't run until the next restart (or until the operator
manually adds the directory to the ldconfig search path).

You should take this up in private mail to the mysql port maintainer,
Dirk Froemberg <dirk@???>.

Ciao,
Sheldon.