moseley has asked for the wisdom of the Perl Monks concerning the following question:
where .nfs1 is a nfs mount, of course. Here's the basic problem:/home/moseley -> .nfs1/moseley
Perl uses FindBin during the build and install process. Perl 5.6.1 fails make test in lib/findbin and lib/findfile and make install fails. Perl 5.8.0 fails even Configure.[moseley]:~ $pwd /home/moseley [moseley]:~ $ls .. ls: ..: Permission denied [moseley]:~ $ls /home | head 1 2 3 [moseley]:~/build/perl-5.8.0 $perl -MFindBin -le 'print $FindBin::Bin' opendir(./../../..): Permission denied at /usr/lib/perl5/5.005/FindBin +.pm line 97
The ISP is not very responsive, so is there any way to get perl to build and install locally?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installation: Perl failing to install on NFS mount
by bluto (Curate) on Aug 01, 2002 at 23:15 UTC |