Re: can't connected to DB



Hi Keng,


On Wed, 30 May 2007, Raf wrote:
On Wed, 30 May 2007, Keng Hee wrote:
and that it is on your environment's library search path, before invoking the script.

ie (for bash):
export LD_LIBRARY_PATH=/path/to/libmysqlclient.so:$LD_LIBRARY_PATH

I clearly meant:

export LD_LIBRARY_PATH=/path/to/libdir:$LD_LIBRARY_PATH

That is, the directory where the mysql client libraries reside.

Cheers,

Raf

.