Home > Archive > PERL Beginners > October 2006 > non-root module install
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
non-root module install
|
|
| Mike Blezien 2006-10-19, 9:56 pm |
| Hello,
I need to install a perl module, Crypt::SSLeay, for a client in their local
folder, /home/<username>
it's been quiet some time since I've installed a module in this manner, to use
to using either cpan or direct root installs. What is the correct procedure to
installing modules in this manner, as a non-root user in their own directory?
TIA,
Mike
| |
| Tom Phoenix 2006-10-19, 9:56 pm |
| On 10/19/06, Mike Blezien <mickalo@frontiernet.net> wrote:
> I need to install a perl module, Crypt::SSLeay, for a client in their local
> folder, /home/<username>
> it's been quiet some time since I've installed a module in this manner, to use
> to using either cpan or direct root installs. What is the correct procedure to
> installing modules in this manner, as a non-root user in their own directory?
Does the perlmodinstall manpage cover what you need?
http://perldoc.perl.org/perlmodinstall.html
Hope this helps!
--Tom Phoenix
Stonehenge Perl Training
| |
| Mike Blezien 2006-10-19, 9:56 pm |
| Prefect! :)
thx's
Mike
----- Original Message -----
From: "Tom Phoenix" <tom@stonehenge.com>
To: "Mike Blezien" <mickalo@frontiernet.net>
Cc: "Perl List" <beginners@perl.org>
Sent: Thursday, October 19, 2006 9:42 PM
Subject: Re: non-root module install
> On 10/19/06, Mike Blezien <mickalo@frontiernet.net> wrote:
>
>
> Does the perlmodinstall manpage cover what you need?
>
> http://perldoc.perl.org/perlmodinstall.html
>
> Hope this helps!
>
> --Tom Phoenix
> Stonehenge Perl Training
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>
|
|
|
|
|