Thread

Posted on Tue Jun 19 14:46:57 2007 by crashedmatt
mysql.so: undefined symbol: DBIc_TRACE_LEVEL
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
Direct Responses: 5528 | Write a response
Posted on Sun Jun 24 18:18:11 2007 by bulletming in 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.
Write a response