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

Replies are listed 'Best First'.
Re: "set_sql" with website migration
by NetWallah (Canon) on Apr 15, 2010 at 03:04 UTC
    set_sql() is inherited from Class::DBI .

    Is that installed, and in @INC ?

         Syntactic sugar causes cancer of the semicolon.        --Alan Perlis

Re: "set_sql" with website migration
by snoopy (Curate) on Apr 15, 2010 at 06:49 UTC