Re: Installing modules locally, how to

2007-02-21 Thread Peter Scott
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

Re: Installing modules locally, how to

2007-02-20 Thread Mumia W.
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

RE: Installing modules locally, how to

2007-02-20 Thread Moon, John
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

Re: Installing modules locally, how to

2007-02-20 Thread Mumia W.
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,

RE: Re: Installing modules locally, how to

2007-02-20 Thread Moon, John
-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

Re: Installing modules locally, how to

2007-02-20 Thread Lin
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