Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How to create relocatable perl 5.20.1 ?

by ikegami (Patriarch)
on Sep 26, 2014 at 00:27 UTC ( [id://1102062]=note: print w/replies, xml ) Need Help??


in reply to How to create relocatable perl 5.20.1 ?

Do you actually need a relocatable perl, or do you simply want to install Perl somewhere other than the default?

On a Linux box (which you appear to be using), the latter is trivial using perlbrew, or even manually.

curl -L http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/perl-5.20.1.t +ar.gz | tar xz cd perl-5.20.1 . Configure -des -Dusethreads -Dprefix="$HOME/perl" make make test make install

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1102062]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-19 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found