http://qs321.pair.com?node_id=834810

ajose111 has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks,

Can't locate object method "set_sql" via package "Class::DBI::mysql" at /usr/lib/perl5/site_perl/5.8.8/Class/DBI/mysql.pm line 58.

I get this error, when I tried to migrate a site from one server to another. I am using a linux box with apache.

I have DBI , DBD::mysql, Ima::DBI installed. when I try to connect from the shell using DBI, its fine. I have added the path to these libs to the INC from the script which is calling this module.

The only difference I see with the other server is that , the original server was using perl 5.8.0 and I am using perl 5.8.8. Would you please shed some light on this?

Thanks and Regards Jose