[Zope] Re: [Zope-DB] Mysql-zope integrations problem

Michele Marcionelli michele.marcionelli at math.ethz.ch
Thu Mar 10 02:41:28 EST 2005


Hi,

> Mysqlclient is located at /usr/local2/mysql/lib. How can I configure
> this to look up ther specified location for mysql client.

setenv LD_LIBRARY_PATH /usr/local2/mysql/lib:${LD_LIBRARY_PATH}

or

export LD_LIBRARY_PATH=/usr/local2/mysql/lib:${LD_LIBRARY_PATH}

and then you have also to put the LD_LIBRARY_PATH in your start script 
of zope.

Regards,
Michele


-- 
Michele Marcionelli - webmaster at math - Phone: +41 1 632 6193
Address: HG G 14 - Raemistrasse 101 - 8092 Zürich - Switzerland


More information about the Zope mailing list