On Tue, 9 Sep 2003, Badinter, George wrote: > I am trying to get perl mysql going and this is the error message I get : > dbimon mysql:test:localhost > ld.so.1: /usr/local/bin/perl: fatal: relocation error: file > /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/auto/DBD/mysql/mysql.so: > symbol mysql_init: referenced symbol not found > Killed > > Any ideas?
Are Perl and the mysql client library both compiled with either 32 or 64 bits and is your mysql client library in a directory that is searched when doing the dynamic linking (LD_LIBRARY_PATH on linux?) Rudy
