I'm trying to install DBI-1.38 as a non-root user. The full path to the source is:
/home/com_rodentclub/.cpan/build/DBI-1.38
However, test 68 in t/10examp.t fails at line 197 because /home is not readable by other:
ls -ld /home drwxr-x--x 345 root root 12288 Sep 5 15:10 /home/
The failure is:
opendir(./../../../..): Permission denied at t/10examp.t line 197
I'm attaching the outputs of perl -V, perl Makefile.PL, make, make test, and make test TEST_VERBOSE=1.
I'm guessing that the test(s) needs to be fixed so that DBI will test good even if not all components of the directory are readable.
Can anyone comment?
Thanks,
--Rob
outfiles.tar.gz
Description: GNU Zip compressed data
