I am trying to install DBD on one of my systems. All of them have gone fine except one. I have Installed DBI with no problems but when I try to
perl Makefile.PL for DBD I get: Can't locate loadable object for module DBI in @INC (@INC contains: /usr/local/perl/lib/5.00503/sun4-solaris /usr/local/perl/lib/5.00503 /usr/local/perl/lib/site_perl/5.005/sun4-solaris /usr/local/perl/lib/site_perl/5.005 .) at /usr/local/perl/lib/site_perl/5.005/sun4-solaris/DBI.pm line 235 BEGIN failed--compilation aborted at /usr/local/perl/lib/site_perl/5.005/sun4-solaris/DBI.pm line 235. BEGIN failed--compilation aborted at Makefile.PL line 21. It does seem to find DBI and errors on line 235. In the DBI.pm it seem to indicate that if it fails there that DBI is not installed correctly. Any ideas? Thanks Steve Coates
