Re: installing perl modules on 64-bit Os

2009-08-15 Thread Sisyphus
- Original Message - From: "perl pra" To: "Beginners List" Sent: Saturday, August 15, 2009 6:08 PM Subject: installing perl modules on 64-bit Os Hi Gurus, I have installed "ActivePerl-5.10.0.1004-MSWin32-x86-287188.msi" on WindowsServer 2008 64-bit

installing perl modules on 64-bit Os

2009-08-15 Thread perl pra
Hi Gurus, I have installed "ActivePerl-5.10.0.1004-MSWin32-x86-287188.msi" on WindowsServer 2008 64-bit OS. I can run the scripts that I have written on 32-bit OS,My query is whats the processes of installing perl modules on 64-bit OS. In 32-bit we use nmake to install, how to install

RE: Installing perl modules

2008-10-29 Thread Stewart Anderson
> Hi Andy, > > > Andy Cravens wrote: > > Is there a way to have multiple users on a server using the perl at > > /usr/local/bin/perl and yet have their own personal perl modules that > > the other users can't see? > > > ... > > During module install you can specify an alternate location to instal

Re: Installing perl modules

2008-10-29 Thread Raymond Wan
Hi Andy, Andy Cravens wrote: Is there a way to have multiple users on a server using the perl at /usr/local/bin/perl and yet have their own personal perl modules that the other users can't see? ... During module install you can specify an alternate location to install the module using LIB

Installing perl modules

2008-10-28 Thread Andy Cravens
Is there a way to have multiple users on a server using the perl at /usr/local/bin/perl and yet have their own personal perl modules that the other users can't see? I'm trying to figure out if there is a way to allow multiple users to install any and all perl modules thay may need for developm

Re: Command line installing perl modules

2008-01-31 Thread Bobby
On Thursday 31 January 2008 20:40:13 Chas. Owens wrote: > > How do I automate the install of a bunch of modules. Is it enough to just > > install the tarballs, or will there be dependencies that I have to trace > > down first? If so what is the best way to do that? > You automate it by using the

Re: Command line installing perl modules

2008-01-31 Thread Chas. Owens
On Jan 31, 2008 8:32 PM, Bobby <[EMAIL PROTECTED]> wrote: snip > Yes, thank you, but that part is old hat. What I'm looking for is if anything > is different when I simply install the tarballs? snip You have to do everything yourself. snip > How do I automate the install of a bunch of modules. Is

Re: Command line installing perl modules

2008-01-31 Thread Bobby
On Thursday 31 January 2008 20:15:22 Chas. Owens wrote: > On Jan 31, 2008 7:44 PM, Bobby <[EMAIL PROTECTED]> wrote: > > On Thursday 31 January 2008 17:45:53 Chas. Owens wrote: > > > On Jan 31, 2008 3:01 PM, Bobby <[EMAIL PROTECTED]> wrote: > > > snip > > > > > > > This will be done only on brand ne

Re: Command line installing perl modules

2008-01-31 Thread Chas. Owens
On Jan 31, 2008 7:44 PM, Bobby <[EMAIL PROTECTED]> wrote: > On Thursday 31 January 2008 17:45:53 Chas. Owens wrote: > > On Jan 31, 2008 3:01 PM, Bobby <[EMAIL PROTECTED]> wrote: > > snip > > > > > This will be done only on brand new Slackware 12 installs which does not > > > have CPAN. > > > > snip

Re: Command line installing perl modules

2008-01-31 Thread Bobby
On Thursday 31 January 2008 17:45:53 Chas. Owens wrote: > On Jan 31, 2008 3:01 PM, Bobby <[EMAIL PROTECTED]> wrote: > snip > > > This will be done only on brand new Slackware 12 installs which does not > > have CPAN. > > snip > > That doesn't sound right. Are you certain you have Perl installed? >

Re: Command line installing perl modules

2008-01-31 Thread Chas. Owens
On Jan 31, 2008 3:01 PM, Bobby <[EMAIL PROTECTED]> wrote: snip > This will be done only on brand new Slackware 12 installs which does not have > CPAN. snip That doesn't sound right. Are you certain you have Perl installed? CPAN is part of Core Perl and should be there if Perl is installed. Try p

Command line installing perl modules

2008-01-31 Thread Bobby
Hi, I'm trying to figure out how to install perl modules from command line (to automate the install process). CPAN allowed me to d/l direct which results in tarballs. Are there any caveats to watch out for when installing them this way? This will be done only on brand new Slackware 12 installs

Re: Manually installing perl modules on windows

2007-11-24 Thread Jenda Krynicky
To: beginners@perl.org From: andy <[EMAIL PROTECTED]> Subject:Manually installing perl modules on windows Date sent: Fri, 23 Nov 2007 07:26:35 -0800 (PST) Organization: http://groups.google.com > Hi, > >

Re: Manually installing perl modules on windows

2007-11-24 Thread Ron Bergin
On Nov 23, 7:26 am, [EMAIL PROTECTED] (Andy) wrote: > Hi, > > I am trying to talk to a programmable oven over serial port for heat > testing of a PCB. > > I am using ActiveState perl v5.8.8 on Windows XP. I am trying to > install the Win32:SerialPort package using Activestates Perl Package > Manage

Manually installing perl modules on windows

2007-11-23 Thread andy
Hi, I am trying to talk to a programmable oven over serial port for heat testing of a PCB. I am using ActiveState perl v5.8.8 on Windows XP. I am trying to install the Win32:SerialPort package using Activestates Perl Package Manager (PPM). Unfortunatley, I cant see it anywhere,in the package repo

Re: Installing perl modules problem

2007-07-13 Thread Vivek Menon
I did the installation without using CPAN and it's worked somehow. there's lot of env variables I set up: # setenv PATH \ /usr/sfw/bin:/usr/local/bin:/usr/bin:/bin # setenv PATH \ ${PATH}:/usr/ccs/bin:/usr/sbin:/opt/sfw/bin:. # setenv LD_LIBRARY_PATH \ /usr/sfw/lib:/usr/local/lib:/opt/s

Re: Installing perl modules problem

2007-07-13 Thread [EMAIL PROTECTED]
On Jul 13, 4:27 pm, [EMAIL PROTECTED] (Vivek Menon) wrote: > Hello All, > I am a beginner and I am trying to install a bioinformatics > utility(Interproscan) on a Sun Solaris machine. This software is based > on Perl packages and I am having problems installing some specific > perl modules. Can som

Re: Installing perl modules problem

2007-07-13 Thread Jefferson Kirkland
On 7/13/07, Vivek Menon <[EMAIL PROTECTED]> wrote: I am using the CPAN method and I have done the following: Install from source expat-1.95.5 export PATH=$PATH:/opt/SUNWspro/bin: /usr/sfw/bin:/usr/ccs/bin export CC=cc export CPPFLAGS="-l/usr/local/include -I/usr/sfw/include -I/opt/sfw/incl

Re: Installing perl modules problem

2007-07-13 Thread Jefferson Kirkland
On 7/13/07, Vivek Menon <[EMAIL PROTECTED]> wrote: Hello All, I am a beginner and I am trying to install a bioinformatics utility(Interproscan) on a Sun Solaris machine. This software is based on Perl packages and I am having problems installing some specific perl modules. Can someone help?? I n

Installing perl modules problem

2007-07-13 Thread Vivek Menon
Hello All, I am a beginner and I am trying to install a bioinformatics utility(Interproscan) on a Sun Solaris machine. This software is based on Perl packages and I am having problems installing some specific perl modules. Can someone help?? I need to install the following perl modules: Module XML:

Re: Need help in installing perl modules

2006-11-15 Thread Omega -1911
If it will not install using those methods and time is of the essence,just manually download the .pm files and place them in the apropriate folder (inside your perl folder i.g. C:\Perl\lib) On 11/16/06, Anushya Ganapathy <[EMAIL PROTECTED]> wrote: Hi, I am in the very critical situation while

Need help in installing perl modules

2006-11-15 Thread Anushya Ganapathy
Hi, I am in the very critical situation while installing the perl modules in WINDOWS. If i tried to install the perl modules by extracting the tar file and running the make file, it is giving the command line error. If i tried to install the perl modules using the command 'perl -MCPAN -e install

Need help in installing perl modules

2006-11-15 Thread Anushya Ganapathy
Hi, I am in the very critical situation while installing the perl modules in WINDOWS. If i tried to install the perl modules by extracting the tar file and running the make file, it is giving the command line error. If i tried to install the perl modules using the command 'perl -MCPAN -e install

Command Line error while installing perl modules.

2006-11-14 Thread Anushya Ganapathy
Hi, I am trying to install a perl module Net::RawIP in windows xp. Sorry, if this doubt is not belongs to this list. While installing Net::RawIP, i faced as below. ** D:\Tools\PerlModules\Net-RawIP-0.2>Makefile.PL Sorry,ethernet related methods are not implemented on this system Sorry, t

Re: Installing Perl Modules Locally

2005-11-28 Thread Eric Pretorious
Mandar: Download the module's source code and install the module manually but modify the installation location by providing Makefile.PL the PREFIX=... argument. i.e., %> perl Makefile.PL PREFIX=/your/home/dir %> make %> make test %> make install Eric P. Sunnyvale, CA On Sat, 2005-11-26 at 14:18

Installing Perl Modules Locally

2005-11-26 Thread Mandar Rahurkar
Hi All, I am trying to install perl modules locally since I dont have a root aceess. I installed a local version of perl. However I am having problems installing modules: ExtUtils::AutoInstall 0.49 required. Install it from CPAN? [Y/n] y *** Installing ExtUtils::AutoInstall Password:

Re: Question about installing perl modules

2004-05-05 Thread Wiggins d Anconia
> I’ve got a RedHat 9 box with perl-5.8.0 and apache httpd-2.0.43 > installed, and I’m trying to install RT from bestpractical. To satisfy > the many perl dependencies, I’ve tried running perl > sbin/rt-test-dependencies --with-mysql --with-modperl2, which tells me > that I have the following u

Question about installing perl modules

2004-05-05 Thread Tim Huffman
I’ve got a RedHat 9 box with perl-5.8.0 and apache httpd-2.0.43 installed, and I’m trying to install RT from bestpractical. To satisfy the many perl dependencies, I’ve tried running perl sbin/rt-test-dependencies --with-mysql --with-modperl2, which tells me that I have the following unsatisfied

Re: installing perl modules requiring local modules

2003-01-13 Thread R. Joseph Newton
"...does any one have an idea how to install a perl modules locally, that in turn requires other locally installed modules." Edwin Hi Edwin, Look for Perl Package Manager in your installation. If Perl is installed, you should be able to call it by entering ppm at the command line. You will the

installing perl modules requiring local modules

2003-01-13 Thread Edwin Madari
Hi all, forgive me if this is not the forum to ask this question, and would appreciate any help. working on a system where I do not have root privileges, I have installed quite a number of local modules under my home directory. No one of the modules that I am installing requires couple of my

Installing Perl Modules / Net::FTP

2002-04-17 Thread OZGUR GENC
Dear All, I have tried to install Net::FTP module from CPAN. My OS ıs UNIX. During the uncompressing module file (example : perl-5.7.3.tar.gz) , the system prompts "invalid compressed data--crc error" . I have tried to install some other Net::FTP module but I have encountered same problem. Does an

Re: Installing perl modules under Solaris

2001-05-25 Thread Stephen P. Potter
Lightning flashed, thunder crashed and "Rivera Alonso, David" whispered: | I hope you won't hate me for this: | | after installing all the ".h" files under /usr/include, it goes much better, | but I still have strange warning: when I say "make" it gives an error: | | "gcc: installation problem,

RE: Installing perl modules under Solaris

2001-05-25 Thread Rivera Alonso, David
ke: *** [Parser.o] Error 1" if you can... ;-D -Mensaje original- De: Stephen P. Potter [mailto:[EMAIL PROTECTED]] Enviado el: jueves 24 de mayo de 2001 19:41 Para: Rivera Alonso, David CC: Asunto: Re: Installing perl modules under Solaris Lightning flashed, thunder crashed an

Re: Installing perl modules under Solaris

2001-05-24 Thread Stephen P. Potter
Lightning flashed, thunder crashed and "Rivera Alonso, David" whispered: | I understand that it's searching for all those "*.h" mentioned in "perl.h". | But, where should they be? I've installed gcc compiler, shouldn't it contain | these files already? do I have to install C libraries or sthg? Y

Installing perl modules under Solaris

2001-05-24 Thread Rivera Alonso, David
Hi! I'm new in this list, and I'm gonna make a possible stupid question: I've got a Solaris 7 Sparc machine. I've installed gcc 2.95.3 with "pkgadd" Later, I installed perl 5.6.1 with "pkgadd" Til now, everything was fine... Then, I needed a couple of perl modules: for example "Digest-MD5" Whe