[log4perl-devel] installation to non-system location

2011-04-07 Thread Rob Retter
Hello,

I'm accustomed to the 'configure' utility which provides surprisingly
clear help on how to set the "base" directory into which a product is to
be installed.  There's usually one value to supply as a parameter to
'configure' which results in your installation going into
/somedir/of/mine rather than /usr/lib/somedir_I_should_not_mess_with.

How does one install all of Log4perl into a given non-system directory?
Thank you for your help.



-- Rob Retter


--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
log4perl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/log4perl-devel


Re: [log4perl-devel] installation to non-system location

2011-04-07 Thread Mike Schilli
On Tue, 5 Apr 2011, Rob Retter wrote:

> How does one install all of Log4perl into a given non-system
> directory?

Hi Rob,

Perl offers a generic solution for this problem (so it's nothing
Log4perl-specific), and you can find details on the local::lib manual
page:

 http://search.cpan.org/~apeiron/local-lib-1.008004/lib/local/lib.pm

Alternatively, you can set the LIB variable when running Makefile.PL:

 perl Makefile.PL LIB=/home/mike/perl_modules

Hope that helps!

-- Mike

Mike Schilli
[email protected]

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
log4perl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/log4perl-devel