[Koha] Can't locate object method connect via package DBI
Rick Welykochy
rick at praxis.com.au
Fri Jul 3 18:28:24 NZST 2009
Magnus Enger wrote:
> Could it be that you are missing DBD::mysql - the DBI "driver" for
> MySQL? Just a hunch...
Check that DBI is installed:
perldoc DBI
and
perldoc -l DBI
shows you where it is installed.
Then do the same for the mysql driver:
perldoc DBD::mysql
perldoc -l DBD::mysql
>> I also wrote a
>> very simple perl script to call
>> DBI->connect and it failed in the same way.
Highly recommended. Get your simple script working first.
Then tackle the bigger picture.
cheers
rickw
--
_________________________________
Rick Welykochy || Praxis Services
"Yes means No and No means Yes. Delete all files [Y]? "
More information about the Koha
mailing list