On Tue, 20 Feb 2007 11:41:41 -0500, Moon, John wrote:
> Looking for help installing modules to a "local" library...
You've got multiple problems below.
> Below are several attempts.
>
> Any suggestions or links to "How to..." will be greatly appreciated.
>
> SUN83-PRODWEB>pwd
> /opt/common/htm
On 02/20/2007 04:17 PM, Moon, John wrote:
Thank you, Mumia W.
The following "ran"... I would have preferred to have installed at
~/cgi-bin/Library _not_ at
~/cgi-bin/Library/lib/perl5/site_perl/5.8.5... following is the results.
Now when I try to install Ajax it still says it can't find
Class
Thank you, Mumia W.
The following "ran"... I would have preferred to have installed at
~/cgi-bin/Library _not_ at
~/cgi-bin/Library/lib/perl5/site_perl/5.8.5... following is the results.
Now when I try to install Ajax it still says it can't find
Class::Accessor
I tried perl -I ~/cgi-bin/Library
On 02/20/2007 10:41 AM, Moon, John wrote:
Looking for help installing modules to a "local" library...
http://search.cpan.org/~jhi/perl-5.8.0/pod/perlmodinstall.pod says to do
the install one way while README for the module gives other
instructions. CPAN says a) Decompress, b) Unpack, c) Build,
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Lin
Sent: Tuesday, February 20, 2007 1:09 PM
To: beginners@perl.org
Subject: Re: Installing modules locally, how to
Hi John,
> SUN83-PRODWEB>perl Makefile.PL
> SUN83-PRODWEB>/usr/ccs/bin/make
You have to
Hi John,
SUN83-PRODWEB>perl Makefile.PL
SUN83-PRODWEB>/usr/ccs/bin/make
You have to be root (or user with similar rights) to do this.
So try (if you have the sudo package installed):
$ SUN83-PRODWEB>sudo perl Makefile.PL
$ SUN83-PRODWEB>sudo /usr/ccs/bin/make
Or get root (superuser) prior to