Description of Problem: Did an upgrade from Psyche-->GinGin1-->GinGin2. Attempted to run a Perl application with a database call, and got: /usr/bin/perl: relocation error: /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.so: undefined symbol: mysql_init The following reduced testcase generates the bug, too. ####### use DBI; $dbh = DBI->connect("DBI:mysql:mysql","root","password"); $query = "SELECT * FROM users"; my $sth=$dbh->prepare($query); $sth->execute; $sth->finish; ##### MySQL packages installed: [minter@localhost minter]$ rpm -qa | grep -i mysql perl-DBD-MySQL-2.1017-4 MySQL-python-0.9.1-4 mysql-3.23.52-5 mysql-server-3.23.52-5 perl-DBI-1.30-2
*** This bug has been marked as a duplicate of 80562 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.