Re: Makefile Linking
Posted by: Guillaume MARTIN
Date: August 31, 2005 12:48AM

you write "Contents of /usr/libs/mysql"

are you sure ? for the "libs" ?

Now try another thing :
add /usr/lib/mysql (or libs :) ) in the /etc/ld.so.conf file then run ldconfig then try to compile ...

another thing if it doesn't work
try to make a symlink :
ln -s /usr/lib/mysql/libmysqlclient.so.10 /usr/lib/mysql/libmysqlclient.so
I know this is the file for shared object but ... maybe ...

Bye.

Options: ReplyQuote


Subject
Views
Written By
Posted
2218
August 30, 2005 03:53PM
Re: Makefile Linking
502
August 31, 2005 12:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.