From a simple test script which simply queries a database.. Perl barks..
perl: relocation error: /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.so: undefined symbol: DBIc_TRACE_LEVEL
RedHat AS3
mysql 5.0.41
DBD 4.005
perl 5.8.0
Posted on Sun Jun 24 18:18:11 2007
by bulletmingin response to 5466
Re: mysql.so: undefined symbol: DBIc_TRACE_LEVEL
I meet this problem too.
Maybe you use a newer DBD::mysql module,but relative older DBI module,Update DBI module to the newest version and the problem is solved.