Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Module::Build installation while using local::lib

by Anonymous Monk
on Jun 02, 2011 at 07:41 UTC ( [id://907763]=note: print w/replies, xml ) Need Help??


in reply to Module::Build installation while using local::lib

Why and how can it be fixed?

The local lib documentation shows you the magic

# Just print out useful shell commands $ perl -Mlocal::lib export PERL_MB_OPT='--install_base /home/username/perl5' export PERL_MM_OPT='INSTALL_BASE=/home/username/perl5' export PERL5LIB='/home/username/perl5/lib/perl5/i386-linux:/home/use +rname/perl5/lib/perl5' export PATH="/home/username/perl5/bin:$PATH"
Try this direct approach instead. Also try running Build.PL... manually

Replies are listed 'Best First'.
Re^2: Module::Build installation while using local::lib
by szabgab (Priest) on Jun 02, 2011 at 07:54 UTC
    Oh, and is turns out I was not even using local::lib, that's why I did not have the above already configured.

    Thanks!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-19 22:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found