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

Re: perl and linux

by etcshadow (Priest)
on Oct 26, 2003 at 19:45 UTC ( [id://302250]=note: print w/replies, xml ) Need Help??


in reply to perl and linux

Oh, and as far as how to install new modules without root access: make a perllib directory under your home directory. Add this directory to your PERL5LIB environment variable (in your shell's rc-file). When you install the new module, there should be a parameter to the "configure" shell script for something along the lines of --basedir or something like that (look at the README and/or INSTALL files that come with the module). You can specify that so that when you run "make install" it installs the code into your personal perl-library directory instead of the root ones.

There's a similar parameter for use with CPAN.pm, but you can look at the docs for it. I don't know off the top of my head, and you're just as capable of reading "man CPAN" as I am. :-D

Also, you could just send an email to your system's administrator asking him/her to install these modules for you... they just might do it, if you

  • ask them politely
  • explain what it is, what it is for (and maybe why other users of the system might want it)
  • give them the command to install it (like, "cd /home/me/some_module/; make install" or "perl -MCPAN -e 'install some_module'")
Sysadmins aren't (generally) evil monsters. You needn't fear them (unless, for example, the MotD on your system is "Fear the wrath of root!" or some such :-D).

------------
:Wq
Not an editor command: Wq

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (1)
As of 2024-04-24 16:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found