From: Bernhard Schelling Date: January 8 2001 9:01pm Subject: use DBD::mysql error List-Archive: http://lists.mysql.com/perl/962 Message-Id: <3A5A2AC1.6BF64E1B@bluewin.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit The error message from perl is: # perl -e 'use DBD::mysql' Can't load '/usr/local/ActivePerl-5.6/lib/site_perl/5.6.0/i686-linux-thread-multi/auto/DBD/mysql/mysql.so' for module DBD::mysql: /usr/local/ActivePerl-5.6/lib/site_perl/5.6.0/i686-linux-thread-multi/auto/DBD/mysql/mysql.so: undefined symbol: dirty at /usr/local/ActivePerl-5.6/lib/5.6.0/i686-linux-thread-multi/DynaLoader.pm line 200. at -e line 1 Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. What can/should I do/try? Thanks for any help! bye