MySQL Forums
Forum List  »  Perl

Re: library linking issue - it's got to be an easy one for someone (not me though)
Posted by: francisco villegas
Date: July 08, 2008 05:27AM

Hi,

I had installed mysql comming from mysql.com. 32 bits for solaris 10. I had used perlgcc for linking some libraries DBI, DBD::mysql and I had the same problem as you. When linking I added the LD_LIBRARY _PATH variable to the enviroment but after that I realized I would have to add this line in every code i'll make so i looked for other option and what helped me was to copy the libmysqlclient.so*** from the downloaded package into the /usr/sfw/lib folder (solaris default for free sfw distribution packages). I tried before doing a link in that folder to my mysql lib folder but it didn't work.

cheers

Options: ReplyQuote


Subject
Written By
Posted
Re: library linking issue - it's got to be an easy one for someone (not me though)
July 08, 2008 05:27AM


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.