From: Raza Latif Date: August 18 2000 8:22pm Subject: Problem List-Archive: http://lists.mysql.com/perl/811 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" I am using Perl DBI for MySQL and when I run a .pl file which connects to a mysql database, I get the following error: ---------------------------------------------------------------------------- -------------------------------------------------------- install_driver(mysql) failed: Can't load '/usr/lib/perl5/site_perl/5.005/i386-li nux/auto/DBD/mysql/mysql.so' for module DBD::mysql: /usr/lib/perl5/site_perl/5.0 05/i386-linux/auto/DBD/mysql/mysql.so: undefined symbol: uncompress at /usr/lib/ perl5/5.00503/i386-linux/DynaLoader.pm line 169. at (eval 1) line 3 Perhaps a required shared library or dll isn't installed where expected at DBConMan.pm line 29 ---------------------------------------------------------------------------- ---------------------------------------------------------- DBConMan.pm is my own packge which has a subroutine that connects to the database. Anybody has a clue what the problem can be. Thanks. Raza