Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: To install a module...

by silent11 (Vicar)
on Sep 27, 2002 at 13:06 UTC ( [id://201179]=note: print w/replies, xml ) Need Help??


in reply to To install a module...

PPM here. At lease on my windows box.

When I'm on Linux I use make, but it always makes the modules to some ./blib directory. How do I get make to build where I want?

-Silent11

Replies are listed 'Best First'.
Re: Re: To install a module...
by v_thunder (Scribe) on Sep 27, 2002 at 15:51 UTC

    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://201179]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found