AW: fast installing modules

2009-08-18 Thread Thomas Bätzler
Jenn G. asked: > We have a project which has 30+ perl/modperl modules. > Installing those modules by hand on each host is wasting time. > So can we just copy the directory "/usr/lib/perl5/" from the already > installed host to any other not installed hosts? > > We use Linux OS, perl version is 5.

fast installing modules

2009-08-18 Thread Jenn G.
Hello, We have a project which has 30+ perl/modperl modules. Installing those modules by hand on each host is wasting time. So can we just copy the directory "/usr/lib/perl5/" from the already installed host to any other not installed hosts? We use Linux OS, perl version is 5.8.8. Thanks. -- T

Re: More installing modules issues - using a local directory

2008-01-09 Thread yitzle
Done. Thanks! On Jan 9, 2008 5:11 PM, Tom Phoenix <[EMAIL PROTECTED]> wrote: > On Jan 9, 2008 1:38 PM, yitzle <[EMAIL PROTECTED]> wrote: > > > I installed LWP manually into a local directory (~/perl) > > When I try to install WWW::Mechanize, it finds the old version - not > > the new local version

Re: More installing modules issues - using a local directory

2008-01-09 Thread Tom Phoenix
On Jan 9, 2008 1:38 PM, yitzle <[EMAIL PROTECTED]> wrote: > I installed LWP manually into a local directory (~/perl) > When I try to install WWW::Mechanize, it finds the old version - not > the new local version - and fails. The new version needs to be the first one found by looking in the @INC d

More installing modules issues - using a local directory

2008-01-09 Thread yitzle
I installed LWP manually into a local directory (~/perl) When I try to install WWW::Mechanize, it finds the old version - not the new local version - and fails. > perl Makefile.PL -snip- > Warning: prerequisite LWP 5.802 not found. We have 5.79. The make test fails miserably. How do I modify the

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.

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

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

Installing modules locally, how to

2007-02-20 Thread Moon, John
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, and d) Install. The Build step is

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

installing modules via script

2006-12-21 Thread Mathew Snyder
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 this without a system call and instead do it w

Config.pm - Installing modules in perl

2006-01-20 Thread LaxshmiNarayanan
Hi, I'm trying to install a perl module XML-RegExp-0.03 (downloaded from cpan.org) to a cygwin setup on Windows 2000 The first step is to create a make file by running "perl Makefile.pl" The next step is to run make. But when I run make I get the following error c:\WINNT\make.exe: *** No rule to

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

installing modules using cpan>

2005-07-20 Thread Octavian Rasnita
Hi, Please tell me what it could be the problem with cpan on my computer. Each time I try: > cpan > cpan> install [a_certain_module] It gives the following errors: Subroutine Compress::Zlib::deflateStream::msg redefined at E:/usr/site/lib/Compr ess\Zlib.pm line 94, line 2. Subroutine Compress

installing modules under Windows

2005-05-18 Thread Octavian Rasnita
Hi, If I run ActivePerl under Windows 2000, could I face problems if I install modules using both ppm and cpan and compiling the tar balls? Could there be any binary incompatibilities? Thanks. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

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

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

2004-11-28 Thread James Kearney
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 install Unicode::St

Installing modules in Windows through -MCPAN and "nmake" problem

2004-11-07 Thread Edward WIJAYA
Hi, I am trying to install a module "Template::Extract" through this command C:> perl -MCPAN -e shell "install Template::Extract" Since I can't find that(latest) modules in ActivePerl's PPM. But somehow, I still fail to make install the module, this are the error message I encontered: C:\Program

RE: Errors installing modules on Solaris 9

2004-07-25 Thread JR Miller
> - Original Message - > From: "JR Miller" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, July 25, 2004 6:28 AM > Subject: Errors installing modules on Solaris 9 > > > >>New to loading PERL modules and can't fig

Re: Errors installing modules on Solaris 9

2004-07-25 Thread Dalton Marris
- Original Message - From: "JR Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 25, 2004 6:28 AM Subject: Errors installing modules on Solaris 9 New to loading PERL modules and can't figure this one out. Running Solaris 9 with current pa

RE: Errors installing modules on Solaris 9

2004-07-25 Thread JR Miller
Yes, I am running as root. gmake and gcc are in the path, tested this before trying the install. Thanks, -JR Miller -Original Message- From: Eliezer Ramm [mailto:[EMAIL PROTECTED] Sent: Sunday, July 25, 2004 06:00 To: JR Miller Subject: Re: Errors installing modules on Solaris 9 a

Errors installing modules on Solaris 9

2004-07-24 Thread JR Miller
New to loading PERL modules and can't figure this one out. Running Solaris 9 with current patches, PERL is v5.6.1 built for sun4-solaris-64int. Most modules I try to install bomb out with the same errors as the following ERROR TEXT. Using gmake and have installed gcc as well (both are in my PATH

Trouble installing modules (Net::SSH::Perl, Math::Pari, Crypt::Random)

2004-07-22 Thread Price, Jason (TLR Corp)
In looking for a good Perl SSH module, I came across Net::SSH::Perl, which has a ton of dependencies. While looking into this, I stumbled across CPAN::shell, which I figured would make installing Net::SSH::Perl a lot easier. So, I installed CPAN::shell, but am unable to get all the dependencies f

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

Installing Modules From CPAN

2003-12-22 Thread Joe Echavarria
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 module ? Thanks. _

Re: Problems installing modules on OS X Panther

2003-12-09 Thread James Edward Gray II
er on your problems, unfortunately. I've had a lot of success installing modules on my Mac OS X box, but it's not Server. What I did want to offer though, is to make sure you know there is a Mac OS X Perl mailing list where I bet they could fix you right up. You can find it here: h

Problems installing modules on OS X Panther

2003-12-09 Thread Stephan Hochhaus
Hello list! I am starting to dig deeper into Perl, after having successfully written my first working script :-) I am trying to install modules on my Mac OS X 10.3 Server machine, but I usually end up getting errors like this for the GD package (1) or this for the Bundle::LWP (2). I did inst

Perl 5.8.1 and Installing Modules

2003-10-15 Thread Adam Gent
Hi All, I have just installed Perl 5.8.1 and am trying to install some modules via CPAN. When I install the module, it always says that it has installed it correctly. But when I come to use it, it can not be found. There is also no sign of module on the hard drive. In perl 5.8.0 it would insta

Re: Perl 5.8.1 and Installing Modules

2003-10-14 Thread Adam Gent
Hi, I reinstalled Perl and it all seems to work fine now.. Thanks, Adam - Original Message - From: "Tristram Nefzger" <[EMAIL PROTECTED]> To: "'Adam Gent'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 8:17 P

RE: Perl 5.8.1 and Installing Modules

2003-10-14 Thread Tristram Nefzger
Hi, Sorry I don't have 5.8.1 yet. Someone who does should field this issue in detail. From what you've written, I suggest taking a look in the 5.8.0 directories to see if HTML::Template is there. Sometimes an installation does not work if the target directories don't exist beforehand, so it may

Re: Perl 5.8.1 and Installing Modules

2003-10-14 Thread Adam Gent
: "Tristram Nefzger" <[EMAIL PROTECTED]> To: "'Adam Gent'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 7:46 PM Subject: RE: Perl 5.8.1 and Installing Modules > There is normally a sign of an installed module. I've

RE: Perl 5.8.1 and Installing Modules

2003-10-14 Thread Tristram Nefzger
There is normally a sign of an installed module. I've found that sometimes it is buried as a submodule in an existing hierarchy. But how are you installing the modules, and what is one module that you installed, preferably one without additional non-core module dependencies? -tristram -- To

Perl 5.8.1 and Installing Modules

2003-10-14 Thread Adam Gent
Hi All, I have just installed Perl 5.8.1 and am trying to install some modules via CPAN. When I install the module, it always says that it has installed it correctly. But when I come to use it, it can not be found. There is also no sign of module on the hard drive. In perl 5.8.0 it would insta

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

Installing Modules

2003-08-14 Thread sc00170
Hi all i am newbie in perl! How could i install any module i want? Thanks in advance! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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:

installing modules

2003-06-23 Thread mario kulka
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 time, but the prvious one doesn't came through on my list. Mariusz __

installing modules

2003-06-23 Thread mario kulka
How can I install the MD5 module on the server where I'm hosting my website? _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

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
id 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: Tuesd

RE: Installing modules

2002-12-04 Thread Beau E. Cox
ber 03, 2002 9:38 PM To: [EMAIL PROTECTED] Subject: Installing modules Hello All, 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 ma

Installing modules

2002-12-03 Thread Marco Centemeri
Hello All, 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' See below snippet of command lines -> *** D:\temp\IO-stringy

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 >

Installing Modules into Home Directory

2002-10-01 Thread Balint, Jess
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 out how to set this when running tests. I tried inserting it into the t

installing modules when not root...my bad

2002-07-25 Thread nkuipers
perl Makefile.PL LIB=~/somedir make make test make install blah -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

Installing modules without a C compiler

2002-05-13 Thread Craig Moynes/Markham/IBM
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 (make install). This works for now, (thanks to nfs) but I would like t

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

Installing modules on website

2002-03-20 Thread Motherofperls
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 try to open my file I get this error: Error: Can't locate

Re: Kinda OT.. Updating Perl/Installing modules on a large network

2002-02-06 Thread Gary
Carl: This is an issue that I have been dealing with in one form or another for about 5 years. In my opinion the real issue here is one of configuration management. In my case we have about 10 FreeBSD boxes all with various perl scripts running on them. We also have 3 developmental (or test

Kinda OT.. Updating Perl/Installing modules on a large network

2002-02-06 Thread Carl Rogers
Good day; I work in an environment where the stuff that goes onto our network is tightly regulated. In my time of subscribing to this list, I have found there to be a bunch of modules available on CPAN that we don't have access to. (Our current baseline is v5.005_03 !!!). I would like to updat

Re: Trouble installing modules with CPAN, or changing @INC

2001-11-27 Thread Scott R. Godin
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Kevin Zembower) wrote: > I have a program that requires Mail::Mailer.pm. When I try to run it, I > get: > www:/usr/local/httpd/cgi-bin # ./mail2friend.pl > Can't locate Mail/Mailer.pm in @INC (@INC contains: > /usr/lib/perl5/5.6.0/i586-linux /u

Re: Trouble installing modules with CPAN, or changing @INC

2001-11-26 Thread Elaine -HFB- Ashton
KEVIN ZEMBOWER [[EMAIL PROTECTED]] quoth: *> *>Any suggestions on cleaning up this mess? Can I just delete *>/usr/bin/perl and link it to /usr/local/bin/perl, or is there a more *>elaborate, better solution? If this is a Solaris 8 box then I'd recommend leaving /usr/bin/perl alone and adjusting y

RE: Trouble installing modules with CPAN, or changing @INC

2001-11-26 Thread KEVIN ZEMBOWER
ck if the make_install_arg is still set. Thank for your help, Bob. -Kevin Zembower >>> Bob Showalter <[EMAIL PROTECTED]> 11/26/01 11:45AM >>> > -Original Message- > From: KEVIN ZEMBOWER [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 11:36 AM

RE: Trouble installing modules with CPAN, or changing @INC

2001-11-26 Thread Bob Showalter
> -Original Message- > From: KEVIN ZEMBOWER [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 11:36 AM > To: [EMAIL PROTECTED] > Subject: Trouble installing modules with CPAN, or changing @INC > > > I have a program that requires Mail::Mailer.pm. Wh

Trouble installing modules with CPAN, or changing @INC

2001-11-26 Thread KEVIN ZEMBOWER
I have a program that requires Mail::Mailer.pm. When I try to run it, I get: www:/usr/local/httpd/cgi-bin # ./mail2friend.pl Can't locate Mail/Mailer.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i586-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i586-linux /usr/lib/perl5/site_perl/

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... > >

installing modules

2001-11-08 Thread Rahul Garg
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... Bye, Rahul

RE: Frustrated installing modules!?!

2001-08-08 Thread Dave Newton
> Still no dice! I keep getting errors: > > C:\Perl>ppm > PPM interactive shell (2.1.5) - type 'help' for available commands. > PPM> set > Commands will be confirmed. > Temporary files will be deleted. > Download status will be updated every 16384 bytes. > Case-insensitive searches will be perform

RE: Frustrated installing modules!?!

2001-08-08 Thread John Way
Wagner-David cc: Subject: RE: Frustrated installing modules!?!

Re: Frustrated installing modules!?!

2001-08-07 Thread Elaine -HFB- Ashton
John Way [[EMAIL PROTECTED]] quoth: *>I am truly frustrated that I can't even find any documentation on how to *>install a module from, say, CPAN! I have activestate's installation of Perl You must have missed the FAQ link on the front page of CPAN. http://www.cpan.org/misc/cpan-faq.html also,

RE: Frustrated installing modules!?!

2001-08-07 Thread Schooley, Chris
CTED]] Sent: Tuesday, August 07, 2001 1:57 PM To: [EMAIL PROTECTED] Subject: RE: Frustrated installing modules!?! What's PPM? Is this similar to CPAN? -Original Message- From: Wagner-David [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 3:55 PM To: [EMAIL PRO

RE: Frustrated installing modules!?!

2001-08-07 Thread Mooney Christophe-CMOONEY1
What's PPM? Is this similar to CPAN? -Original Message- From: Wagner-David [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 3:55 PM To: [EMAIL PROTECTED] Subject: RE: Frustrated installing modules!?! Here is my setup for AS using ppm: PPM interactive shell (

RE: Frustrated installing modules!?!

2001-08-07 Thread Wagner-David
to date and either export if not or restart to make certain you are current. Wags ;) -Original Message- From: John Way [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 13:48 To: [EMAIL PROTECTED] Subject: Frustrated installing modules!?! I am truly frustrated that I can't

Frustrated installing modules!?!

2001-08-07 Thread John Way
I am truly frustrated that I can't even find any documentation on how to install a module from, say, CPAN! I have activestate's installation of Perl 5.6.1.628 for Windows2000. I downloaded the binary version and have been learning perl for about 4 months or so. The FAQ's say to use ppm to instal m

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

installing modules under Window 2000

2001-06-02 Thread Ian Cheung
Hi, Is there any way of installing modules under Windows 2000 without having access to the command line. The reason I ask is that the web space provider is using Windows 2000 for their servers but I only have ftp access to the space. I have installed modules under Linux before (using a ssh

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

Installing modules in a different file

2001-05-31 Thread Mark Ross
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 around this? Thanks, Mark Ross