Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: To install a module...

by v_thunder (Scribe)
on Sep 27, 2002 at 15:51 UTC ( [id://201240]=note: print w/replies, xml ) Need Help??


in reply to Re: To install a module...
in thread To install a module...

You want to run 'make install' as well.

Read the man pages for MakeMaker (man ExtUtils::MakeMaker) for other options. Also, depending on your OS flavor, there may be some standards for where you should install modules to.

For example, on debian systems you'll want to use:

perl Makefile.PL 'INSTALLDIRS=vendor'
On RedHat systems, I use:
perl Makefile.PL 'INSTALLDIRS=site'

Cheers,
-Dan

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-03-19 02:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found