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.
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