Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

(tye)Re: Installing Modules on a Web Server

by tye (Sage)
on Dec 01, 2002 at 05:17 UTC ( [id://216728]=note: print w/replies, xml ) Need Help??


in reply to Re: Installing Modules on a Web Server
in thread Installing Modules on a Web Server

Or just skip the "PREFIX=..." and "make install" and upload both blib/lib and blib/arch to your perl-modules subdirectory (preserving subdirectory structure). That is, any file or subdirectories directly in blib/lib or blib/arch should go directly into your .../lib directory.

Also "make test" implies "make" so you can do just:

perl Makefile.PL make test
Also, it is best to be sure your perl-modules directory (for example, /www/lib in the original node) is not being published by the web server. Even a "permission denied" response is not as good as just having that directory outside of the directories that your web server even looks at.

        - tye

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-23 20:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found