That's a lot of output. Might I recommend some readmore tags? I'm focusing on a couple of lines:
andWriting /home/mysite/perl-lib/lib/perl/5.8.4/auto/Text/ExtractWords/.p +acklist
From the latter line, we can see your PERL5LIB there as /home/mysite/perl-lib - which is what we expect. However, from the former line, we can see that we're actually installing to /home/mysite/perl-lib/lib/perl/5.8.4. Which is an annoying difference in thought between MakeMaker and perl. I know I've solved this before, but for some reason my employer's VPN server seems down, so I can't sneak in to take a peek. What I think it was, is that you just need to add "/lib" to your PERL5LIB:# Error: Can't locate Text/ExtractWords.pm in @INC (@INC contains +: /home/.necha/mysite/.cpan/build/Text-Language-Guess-0.01/blib/lib / +home/.necha/mysite/.cpan/build/Text-Language-Guess-0.01/blib/arch /ho +me/mysite/perl-lib/i386-linux-thread-multi /home/mysite/perl-lib/i386 +-linux-thread-multi /home/mysite/perl-lib /etc/perl /usr/local/lib/pe +rl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 +/usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . /etc +/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/ +perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/loc +al/lib/site_perl .) at /home/.necha/mysite/.cpan/build/Text-Language- +Guess-0.01/blib/lib/Text/Language/Guess.pm line 15.
That said, I haven't tried this with CPAN - only when I have the tarballs already downloaded, and then I can make/make install quickly.export PERL5LIB=/home/mysite/perl-lib/lib
In reply to Re: Installing modules in personal lib directory - Just canīt make it work
by Tanktalus
in thread Installing modules in personal lib directory - Just canīt make it work
by Andre_br
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |