Hello there, I installed Perl on my new server a few days ago. As far as Perl, everything is working except I couldn't get DBI.pm working correctly. I downloaded the DBI.pm from http://search.cpan.org/author/TIMB/DBI-1.32/DBI.pm site and tried my best to install it.
The following error shows up every time I run my script. Can't locate loadable object for module DBI in @INC (@INC contains: /usr/local/perl/lib/5.6.1 /usr/local/perl/lib /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi /opt/perl/lib/5.6.1 /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /opt/perl/lib/site_perl/5.6.1 /opt/perl/lib/site_perl .) at /usr/local/perl/lib/5.6.1/DBI.pm line 250 BEGIN failed--compilation aborted at /usr/local/perl/lib/5.6.1/DBI.pm line 250. I understand that a loadable object is required, but I am not sure what that file is. I urgently need to get this loaded for my development work. Could someone help me on this ? Thank you, Sath Maripitchai 1-425-254 4194
