APM: Question about installing perl without root

Wayne Walker wwalker at broadq.com
Tue Apr 22 20:51:26 CDT 2003


ncftpget ....perl-5.8.0.tar.gz
tar xfz perl-5.8.0.tar.gz
cd perl-5.8.0
# Though perl threads are safe now, too many modules are not thread safe
# yet.  build a special version of perl for threaded applications to use
# if you must have threads.
./Configure -Dprefix=/home/evan/perl-5.8.0 -Dusethreads=undef -d

make
make test
make install

in your scripts:

#!/home/evan/perl-5.8.0/bin/perl

When you install things via CPAN module, they install into the tree of
the perl that invoked CPAN.

/home/evan/perl-5.8.0/bin/perl -MCPAN -e shell

On Tue, Apr 22, 2003 at 07:25:41PM -0500, Evan Harris wrote:
> 
> What is the easiest/cleanest way to install a (or several) different
> version(s) of perl for use with things that require specific compiled-in
> features, but without touching anything outside the users home dir?
> 
> Evan
> 
> _______________________________________________
> Austin mailing list
> Austin at mail.pm.org
> http://mail.pm.org/mailman/listinfo/austin

-- 

Wayne Walker

www.broadq.com :)  Bringing digital video and audio to the living room



More information about the Austin mailing list