> From: Jake Hoban [mailto:[EMAIL PROTECTED]] > > Can't locate loadable object for module DBI in @INC (@INC contains: > /usr/local/lib/perl5/5.6.1/i686-linux /usr/local/lib/perl5/5.6.1 > /usr/local/lib/perl5/site_perl/5.6.1/i686-linux > /usr/local/lib/perl5/site_perl/5.6.1 > /usr/local/lib/perl5/site_perl .) > at /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/DBI.pm line 189
Is DBI.pm in one of those @INC directories above? In the same directory, is there an auto/DBI sub-directory, and do you have permission to read all the files in that directory (and maybe execute permission on the DBI.so file in there)?? HTH, Douglas Wilson
