PDA

View Full Version : Retreiving MySql data with Perl (DBI)


teken
07-22-2004, 03:26 AM
I have been trying to retrive data out of MySql data file using DBI and Perl for a while with no luck. I get message "Can't locate loadable object for module DBI in @INC (@INC contains: C:/Program Files/Perl/lib C:/Program Files/Perl/site/lib .) at C:/Program Files/Perl/lib/DBI.pm line 258"

I have DBI.pm in above respected directories. I have no problem retreiving data out of flat files ie simple text file with delimiters. I use windows xp,Perl,Apache server and MySql server at home with no other problems.

Please help me if anyone solved this kind of problem before.

sad69
07-26-2004, 07:10 PM
Sounds like it's a version-issue:

http://www.mail-archive.com/dbi-users@perl.org/msg06484.html
http://www.mail-archive.com/dbi-users@perl.org/msg06487.html
http://www.mail-archive.com/dbi-users@perl.org/msg06490.html
http://www.mail-archive.com/dbi-users@perl.org/msg06491.html

I don't know anything about using Perl and MySQL, so I can't be much more help than this. I just Google'd your problem..

Good luck,
Sadiq.

teken
07-31-2004, 02:44 AM
Thank you Sadiq. At least someone replied after a long long time. I will have a look at those mailing list u mentioned. I am still stuck at that point so I really need to get through.


Teken