Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Perl Modules In My Own Directory

by RollyGuy (Chaplain)
on Apr 16, 2003 at 14:39 UTC ( [id://250909]=note: print w/replies, xml ) Need Help??


in reply to Perl Modules In My Own Directory

I think that you might need to type:
make install PREFIX=/my/perl/dir
This would override the PREFIX directive in the makefile and use your directory as the install directory. Look in the makefile for other clues as to what "variables" to set.

Also, you could just do the steps up until the make install. At that point you will have a directory named ".blib". This directory contains all of the files that would've been copied by the install script. You can simply copy them yourself.

Hope this helps.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-26 01:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found