« Return to Thread: Can't locate object method connect via package DBI

Re: Can't locate object method connect via package DBI

by Rick Welykochy :: Rate this Message:

Reply to Author | View in Thread

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]? "
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha

 « Return to Thread: Can't locate object method connect via package DBI