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

Re: installing modules via script

2006-12-21 Thread Mathew Snyder
Mumia W. wrote: > On 12/21/2006 10:53 PM, Mathew Snyder wrote: >> I have a script which will determine which modules need to be >> installed for a >> certain application. It will take all of the module names and iterate >> through >> them installing each as such: >> system "perl -MCPAN -e 'ins

Re: installing modules via script

2006-12-21 Thread Mumia W.
On 12/21/2006 10:53 PM, Mathew Snyder wrote: I have a script which will determine which modules need to be installed for a certain application. It will take all of the module names and iterate through them installing each as such: system "perl -MCPAN -e 'install $module'"; I'd rather do

Re: installing modules using cpan>

2005-07-20 Thread Jeff 'japhy' Pinyan
On Jul 20, Octavian Rasnita said: cpan cpan> install [a_certain_module] It gives the following errors: Subroutine Compress::Zlib::deflateStream::msg redefined at Subroutine Compress::Zlib::inflateStream::DispStream redefined at Subroutine Compress::Zlib::inflateStream::__unc_inflate redefined

Re: installing modules problem - no rule to make target EXTERN.h

2004-11-28 Thread Bob Showalter
James Kearney wrote: Hi there, I hope someone out there can help me, I am trying to install some perl modules - but when i try downloading the modules and compiling them - or using the cpan shell, then I keep receiving the errors detailed at the end of this email. I am specifically attempting to in

Re: Installing Modules From CPAN

2003-12-23 Thread Joe Echavarria
I just installed the client package and devel package, and now i get another error : DBD-mysql-2.9003/Makefile.PL /bin/tar: DBD-mysql-2.9003/Makefile.PL: time stamp 2003-10-17 13:20:50 is 17961752 s in the future DBD-mysql-2.9003/ChangeLog /bin/tar: DBD-mysql-2.9003/ChangeLog: time stamp 2003-10-2

Re: Installing Modules From CPAN

2003-12-23 Thread Wiggins d Anconia
Please bottom post. > Wiggins, > > > This is the error i get trying installing the package > : > > > [EMAIL PROTECTED] root]# perl -MCPAN -e shell > > cpan shell -- CPAN exploration and modules > installation (v1.61) > ReadLine support available (try 'install > Bundle::CPAN') > > cpan> inst

Re: Installing Modules From CPAN

2003-12-23 Thread Joe Echavarria
Wiggins, This is the error i get trying installing the package : [EMAIL PROTECTED] root]# perl -MCPAN -e shell cpan shell -- CPAN exploration and modules installation (v1.61) ReadLine support available (try 'install Bundle::CPAN') cpan> install DBD::mysql CPAN: Storable loaded ok CPAN: LWP::

Re: Installing Modules From CPAN

2003-12-23 Thread Wiggins d Anconia
Please bottom post... > Hi there, > > Theses are the messages i get when i try to install > dbd::mysql. How can i solve this problems ?, Thanks. > > cpan> install DBD::mysql > Running install for module DBD::mysql > Running make for R/RU/RUDY/DBD-mysql-2.9003.tar.gz > Is already unwrapped

Re: Installing Modules From CPAN

2003-12-23 Thread Joe Echavarria
Hi there, Theses are the messages i get when i try to install dbd::mysql. How can i solve this problems ?, Thanks. cpan> install DBD::mysql Running install for module DBD::mysql Running make for R/RU/RUDY/DBD-mysql-2.9003.tar.gz Is already unwrapped into directory /root/.cpan/build/DBD-mysq

Re: Installing Modules From CPAN

2003-12-22 Thread Wiggins d Anconia
> Hi there, > > I need to install the modules in order to work with > mysql database. I have red hat 9 and have already > installed the Mysql database. How can i install the > all the modules i need from cpan using my red hat > command line ? Which modules i need ?, How i install > each modu

RE: Installing Modules From CPAN

2003-12-22 Thread Dan Muey
> > Hi there, Howdy. > > I need to install the modules in order to work with > mysql database. I have red hat 9 and have already > installed the Mysql database. How can i install the > all the modules i need from cpan using my red hat > command line ? Which modules i need ?, How i install

Re: Installing Modules

2003-08-14 Thread Janek Schleicher
sc0017 wrote at Mon, 11 Aug 2003 13:04:12 +0300: > Hi all i am newbie in perl! > > How could i install any module i want? Read perldoc -q install and perldoc perlmodinstall Greetings, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Installing Modules

2003-08-14 Thread NYIMI Jose (BMB)
For installations on Windows, read http://aspn.activestate.com/ASPN/docs/ActivePerl/faq/ActivePerl-faq2.html José. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 12:04 PM To: [EMAIL PROTECTED] Subject: Installing Modules Hi all i am n

Re: installing modules

2003-06-23 Thread zentara
On Mon, 23 Jun 2003 03:40:03 +, [EMAIL PROTECTED] (Mario Kulka) wrote: >Could anyone give me step by tep instructions on how to install a perl >module (MD5) on my host server. How come they don't have it installed? Isn't >popular enough? > >Sorry if I sent the same message for the second tim

Re: installing modules

2003-06-23 Thread Janek Schleicher
Mario Kulka wrote at Mon, 23 Jun 2003 03:40:03 +: > Could anyone give me step by tep instructions on how to install a perl > module (MD5) on my host server. How come they don't have it installed? Isn't > popular enough? BTW, the MD5 module is deprecated. It is recommended to install Digest:

Re: Installing modules

2002-12-04 Thread Marco Centemeri
It WORKS!!! Thanks Again Marco Centemeri --- [EMAIL PROTECTED] wrote: > > From: Marco Centemeri <[EMAIL PROTECTED]> > > I'm trying to install on win2000 the following modules: > > > > IO::Stringy > > MailTools > > > > The command 'perl ma

Re: Installing modules

2002-12-04 Thread Jenda Krynicky
From: Marco Centemeri <[EMAIL PROTECTED]> > I'm trying to install on win2000 the following modules: > > IO::Stringy > MailTools > > The command 'perl makefile.pl' works but then when I run dmake > I always get the following error: > > 'Expecting macro or rule defn, found neither' You have to te

Re: Installing modules

2002-12-04 Thread Marco Centemeri
Hi , I get dmake from here: http://cpan.perl.org/authors/id/GSAR/dmake-4.1pl1-win32.zip I didn't modify anything, set up and so on, I only copied the file and added the folder to path variable. Here a snippet of makefile (attached the whole file): --- # --- MakeMaker pm_to_blib section:

RE: Installing modules

2002-12-04 Thread Beau E. Cox
Hi Marco, 1) which dmake are you using, where did you get it? 2) can you post a snippet of your makefile (around the offending line? Will try to reproduce your problem here... Aloha => Beau. -Original Message- From: Marco Centemeri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December

Re: Installing Modules into Home Directory

2002-10-01 Thread Paul Johnson
On Tue, Oct 01, 2002 at 12:33:34PM -0400, Balint, Jess wrote: > Hi all. I have most of the perl modules that I use installed into my home > directory. I am trying to install some that depend on others. This is simple > enough to add a "use lib" into the Makefile.PL , but I can't seem to figure >

Re: Installing modules without a C compiler

2002-05-14 Thread Elaine -HFB- Ashton
Craig Moynes/Markham/IBM [[EMAIL PROTECTED]] quoth: *> *> *>Ok that seems to do the trick, the only thing I am worried about is during *>the installation to the real directory some data is appended to *>perllocal.pod. The documentation for MakeMaker say you can disable this *>with pure_install, bu

Re: Installing modules without a C compiler

2002-05-13 Thread Craig Moynes/Markham/IBM
cc: [EMAIL PROTECTED] Subject: Re: Installing modules without a C compiler 05/13/02 03:

Re: Installing modules without a C compiler

2002-05-13 Thread Chas Owens
On Mon, 2002-05-13 at 15:01, Craig Moynes/Markham/IBM wrote: > Hi all, > Our servers are set up with a single development box, that contains > all the compilers and what not. All the modules I need to install have to > be compiled on the development box, and then installed on each server (m

Re: Installing modules on website

2002-03-20 Thread Motherofperls
That did the trick thankyou!

Re: Installing modules on website

2002-03-20 Thread Jenda Krynicky
From: [EMAIL PROTECTED] > I was reading and came across this code: > I put the contents of Image-Size-2.98 under the Image directory. > > use lib qw(/home/yrkylady/www/cgi-bin/perl/Image); > eval("use Image::Size 2.98;"); > (print("Error: $@"), exit(-1)) if $@; > > And when I

Re: installing modules

2001-11-13 Thread Dave Storrs
On Tue, 13 Nov 2001, Rahul Garg wrote: > i have actually got the solution. > if i have the module Bar.pm in directory '/usr/home/rahul/myMod' > then in the perl script that uses this module i have to include the > statement > > use lib '/usr/home/rahul/myMod' ; > use Bar ; > > Thanks, > Rahul

Re: installing modules

2001-11-13 Thread Rahul Garg
ternalLifeThereAfter <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 13, 2001 2:28 PM Subject: Re: installing modules > - Original Message - > From: "Rahul Garg" <[EMAIL PROTECTED]> > To: "Dave Storrs" <[EMAIL PROTECTE

Re: installing modules

2001-11-13 Thread EternalLifeThereAfter
- Original Message - From: "Rahul Garg" <[EMAIL PROTECTED]> To: "Dave Storrs" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "eventualdeath" <[EMAIL PROTECTED]> Sent: Monday, November 12, 2001 2:49 PM Subject: Re: installing modules >

Re: installing modules

2001-11-11 Thread Rahul Garg
--- From: Dave Storrs <[EMAIL PROTECTED]> To: Martin Pfeffer <[EMAIL PROTECTED]> Cc: Rahul Garg <[EMAIL PROTECTED]>; Perl 6 Beginners list <[EMAIL PROTECTED]> Sent: Saturday, November 10, 2001 2:03 AM Subject: Re: installing modules > > > Since I suspect your next

Re: installing modules

2001-11-09 Thread Dave Storrs
Since I suspect your next question would be "Ok, then how do I install the CPAN module?" let me head this one off. The CPAN module (CPAN.pm) comes with the basic distro of Perl, so you should already have it. Say you want to install the "CGI.pm" module from CPAN. At your command line, you typ

Re: installing modules

2001-11-09 Thread Martin Pfeffer
Install the CPAN Module Then type install Modulname Hope it helps martin Rahul Garg wrote: > well, > > i want to install modules on my system(linux) that i have made. > what i know is they are to be installed at @INC. > but exactly how.any suggestions > any sources for reading... > >

Re: installing modules under Window 2000

2001-06-02 Thread Me
> Is there any way of installing modules under > Windows 2000 without having access to the > command line. Some modules monkey around during install. You might be able to get non-privileged monkeying around done somehow, by firing off the install process as a cgi, for example. But that will stil

Re: Installing modules in a different file

2001-05-31 Thread Elaine -HFB- Ashton
Mark Ross [[EMAIL PROTECTED]] quoth: *>Hi all, *> *>I was wondering if someone could point me in the direction where I could *>find out how, if even possible, to install Perl modules in a different *>directory (like /cgi/module_library/). I don't have root access to the *>server. Is there a way ar