beernuts has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to add a few perl modules to a non-standard directory under Solaris 8, something like /notusrperl5/lib/. I've got gcc working with 5.00503 so there's one headache out of the way, but when I:
the files just install into /usr/perl5/... completely ignoring my 'PREFIX' arg. Has anyone else encountered this? Am I missing something simple, like a known Makemaker problem? Am I resigned to copying the modules and associated libraries manually after the install given my system limitations?perl Makefile.PL PREFIX=/notusrperl5/lib /usr/ccs/bin/make /usr/ccs/bin/make test /usr/ccs/bin/make install
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Adding Modules to Non-Standard Locations in Solaris 8
by vek (Prior) on Apr 23, 2002 at 21:17 UTC | |
by beernuts (Pilgrim) on Apr 23, 2002 at 21:31 UTC | |
|
Re: Adding Modules to Non-Standard Locations in Solaris 8
by mojotoad (Monsignor) on Apr 23, 2002 at 22:14 UTC | |
by beernuts (Pilgrim) on Apr 23, 2002 at 22:55 UTC | |
|
Re: Adding Modules to Non-Standard Locations in Solaris 8
by d4vis (Chaplain) on Apr 23, 2002 at 21:35 UTC | |
|
Re: Adding Modules to Non-Standard Locations in Solaris 8
by RMGir (Prior) on Apr 23, 2002 at 21:04 UTC | |
by beernuts (Pilgrim) on Apr 23, 2002 at 21:14 UTC |