Ronald J Kimball wrote:
On Tue, Jul 29, 2003 at 05:01:40PM -0400, JT MacNeil wrote:
Check the permissions on DBI.pm. They should be 664.
Also check the permissions on the directories in /usr/lib/whatever.
Thank Q to all!
type
PERL-DL_DEBUG=255 perl -e 'use DBI;' DynaLoader is searching for auto/DBI/DBI.so file
But
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/ directory was
rwx------ root root auto
So do
chmod +rx auto
to fixed the problem.
