I don't think that's it. DBI.pm is in /usr/local/lib/perl5/5.6.1/i686-linux and DBI.so is in /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/auto/DBI
Jake Ronald J Kimball wrote: > On Wed, Oct 31, 2001 at 12:47:14PM +0000, Jake Hoban wrote: > >> I'm sorry to keep cluttering up the list with my ignorance, but I can't >> seem to get this working. From a CPAN shell, I've tried "install DBI", >> "recompile DBI" and pretty much anything else I could think of. Whenever >> I run a script using DBI I get the same problem (which is that it >> complains about DBI not being in @INC, although it is, and the real >> error seems to occur at line 189 of DBI.pm where it wants to "bootstrap >> DBI"). > > > Where is the DBI.so file? If DBI.pm were in > > /usr/local/www/perl/lib/site_perl/5.6.0/i686-linux/DBI.pm > > then DBI.so should be in > > /usr/local/www/perl/lib/site_perl/5.6.0/i686-linux/auto/DBI/DBI.so > > > Ronald
