1 message in com.mysql.lists.mysqlChanging the library path in libsqlpl...
FromSent OnAttachments
Markus Gerwinski13 Mar 2003 02:55 
Subject:Changing the library path in libsqlplus.la
From:Markus Gerwinski (mar@gerwinski.de)
Date:03/13/2003 02:55:51 AM
List:com.mysql.lists.mysql

Hello,

when linking to libsqlplus from an own project, I found that it was looking for libmysqlclient.la in /usr/lib (instead of /usr/local/lib, where it is really installed). As it seems, this path to libmysqlclient is taken from the libsqlplus.la, where it is put down hard-coded.

Is there a way to tell the binary at installation where to look for the libmysqlclient? Or do I have to put a link resp. change the path in libsqlplus.la by hand?

Thanks,

Markus