Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Installing a Perl module to an embedded target with different Perl version

by ikegami (Patriarch)
on May 17, 2010 at 22:16 UTC ( [id://840431]=note: print w/replies, xml ) Need Help??


in reply to Installing a Perl module to an embedded target with different Perl version

I believe you can specify the installation directory specifically through LIB instead of having it derived from PREFIX.

Note that your approach won't work for distros that have machine-specific or version-specific components, such as distros with XS components.

  • Comment on Re: Installing a Perl module to an embedded target with different Perl version

Replies are listed 'Best First'.
Re^2: Installing a Perl module to an embedded target with different Perl version
by wanna_code_perl (Friar) on May 18, 2010 at 15:57 UTC

    Thanks for this. It works.

    Note that I had to specify both LIB and PREFIX to install libraries and scripts from the same package. E.g.:

    perl Makefile.PL LIB=/path/to/root/usr/lib/perl5/5.8.8 PREFIX=/path/to/root/usr/local

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 21:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found