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 OS. I can run the scripts that

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

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

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

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

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