in reply to alternate install directory?
What should I do to correct the make test problem?$ perl Makefile.PL PREFIX=/home/LameNerd .... $ make .... $ make test .... local/protosub........Can't locate URI.pm in @INC (@INC contains: ../b +l ....
$ PERL5LIB=/home/LameNerd/PERL_MODS_INSTALL:/home/LameNerd/PERL_MODS_I +NSTALL/lib/perl5/site_perl/5.8.0 $ export PERL5LIB $ perl Makefile.PL PREFIX=/home/LameNerd .... $ make .... $ make test .... ok 100%! $ make install ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: alternate install directory?
by Ineffectual (Scribe) on Mar 11, 2003 at 20:49 UTC |