Re: Problem accessing mysql database using perl script

2003-03-02 Thread Umesh
ebruary 27, 2003 8:58 PM Subject: RE: Problem accessing mysql database using perl script It should tell you something that ALL tests failed, first off. It sounds like your problem is that your MySQL libraries aren't in your ld searchpath. Try one of the following, see if it helps.

RE: Problem accessing mysql database using perl script

2003-02-27 Thread Cosby, Christopher
It should tell you something that ALL tests failed, first off. It sounds like your problem is that your MySQL libraries aren't in your ld searchpath. Try one of the following, see if it helps. 1) set in your shell LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mysql/lib 2) add /mysql/lib to /etc/ld.so.conf, r