2 messages in com.mysql.lists.plusplusRe: install MySQL++
FromSent OnAttachments
drahc05 Oct 2000 20:32 
Mathias Leinmüller05 Oct 2000 23:55 
Subject:Re: install MySQL++
From:Mathias Leinmüller (math@isw.uni-stuttgart.de)
Date:10/05/2000 11:55:46 PM
List:com.mysql.lists.plusplus

On Linux I did the following

- added "/usr/local/lib/mysql" (that's where libmysqlclient resides on my computer) to "/etc/ld.so.conf" - ran "ldconfig" to rebuild the ld.so.cache file

Otherwise you have to add the path to the LD_LIBRARY_PATH environment variable, I think.

drahc wrote:

i keeped getting a failed dependencies error wheni try to install Mysql.

libmysqlclient.so.9

i do have Mysql shared libraries installed

could someone give me some aadvice on how to get it installed correctly