Hello, I was running an earlier version of perl and upgraded to the latest one. Now when I run perl from command line, I get an error like this
[Thu Jun 8 18:57:18 2006] Importer_mysql.pl: install_driver(mysql) failed: Can't load '/usr/local/lib/perl5/site_perl/5.8.8/i686-linux/auto/DBD/mysql/mysql.so' for module DBD::mysql: /usr/local/lib/perl5/site_perl/5.8.8/i686-linux/auto/DBD/mysql/mysql.so: undefined symbol: __builtin_delete at /usr/local/lib/perl5/5.8.8/i686-linux/DynaLoader.pm line 230. [Thu Jun 8 18:57:18 2006] Importer_mysql.pl: at (eval 5) line 3 [Thu Jun 8 18:57:18 2006] Importer_mysql.pl: Compilation failed in require at (eval 5) line 3. [Thu Jun 8 18:57:18 2006] Importer_mysql.pl: Perhaps a required shared library or dll isn't installed where expected [Thu Jun 8 18:57:18 2006] Importer_mysql.pl: at Test.pl line 50 How do I fix this problem? But when I access the same from as a cgi program, it runs fine. I suspect cgi and command line perl are not the same. I know command line perl is /usr/local/bin/perl bu issuing this command [EMAIL PROTECTED] ep]# which perl /usr/local/bin/perl Not sure how I check which perl cgi is using. Help. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
