MySQL Forums
Forum List  »  Install & Repo

Re: Environment variables, somehow not installed?
Posted by: Anders Karlsson
Date: October 11, 2004 04:00AM

I'm not sure what you are asking about, but...

The variable to look for should be LD_LIBRARY_PATH. MySQL doesn't by itself set any environment variables, it's up to whoever is callit it to set them, in your case I guess whatever runs Perl should do that (Apache?).

Alternatively, put the path where you have your libmysqlclient.so installed in the ld.conf and then run ldconfig. I suggest this is what you do, instead of relying on env vars.

Regards
/Karlsson

Options: ReplyQuote


Subject
Written By
Posted
Re: Environment variables, somehow not installed?
October 11, 2004 04:00AM


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.