fireartist has asked for the wisdom of the Perl Monks concerning the following question:
At this point, it fails to install properly, so I just copy the created files and folders to my '~/lib' directory. Then running a perl script with -perl Makefile.PL LIB=~/lib INSTALLMAN1DIR=~/lib/man/man1 INSTALLMAN3D +IR=~/lib/man/man3 make make test make install
- in it succeeds.use lib '/home/actualre/lib'; use File::Spec
It now fails, still saying it needs File::Spec. So again, my question is, how do I tell it 'install in my lib dir and ALSO check my lib dir to satisfy dependencies?'.perl Makefile.PL LIB=~/lib INSTALLMAN1DIR=~/lib/man/man1 INSTALLMAN3D +IR=~/lib/man/man3 make make test make install
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Non-root Module Install problems
by Kanji (Parson) on Feb 20, 2002 at 11:43 UTC | |
by fireartist (Chaplain) on Feb 20, 2002 at 12:22 UTC | |
|
(cLive ;-) Re: Non-root Module Install problems
by cLive ;-) (Prior) on Feb 20, 2002 at 19:33 UTC | |
|
Re: Non-root Module Install problems
by trs80 (Priest) on Feb 21, 2002 at 02:36 UTC | |
by fireartist (Chaplain) on Feb 21, 2002 at 09:38 UTC |