> Run perl -V and see if the path is there for @INC. If it's there, > check > such things as permissions. If not, ponder deeply as to why this is > so > (as /usr/lib/perl5 is a standard path for perl in /usr) and if you > can't > fix it 'properly' you can work-around with the use of 'use lib' > (see > perldoc perlvar and search for @INC). perl -V shows @INC: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl Should the subdirectory DBD be in there? Perl was setup using apt. __________________________________________________________ Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend