Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Installing Modules

by Anonymous Monk
on Feb 14, 2010 at 16:53 UTC ( [id://823149]=note: print w/replies, xml ) Need Help??


in reply to Installing Modules

Never install within the system perl using both CPAN and your package manager. You WILL get conflicts. Instead, do one of two things:

  1. Compile your own perl (NOT to the same location) and install CPAN modules to that.
  2. Install local::lib using Synaptic, apt-get, etc... and use its abilities to create a local modules area that CPAN installs to.

I repeat. NEVER install modules within the system perl using CPAN if you have a package manager.

Log In?
Username:
Password:

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

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

    No recent polls found