- 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
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
> 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
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
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
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
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
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
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
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?
>
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
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
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,
>
>
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
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
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
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
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
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
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:
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
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
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
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
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
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:
> Ive got a RedHat 9 box with perl-5.8.0 and apache httpd-2.0.43
> installed, and Im trying to install RT from bestpractical. To satisfy
> the many perl dependencies, Ive tried running perl
> sbin/rt-test-dependencies --with-mysql --with-modperl2, which tells me
> that I have the following u
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
"...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
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
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
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,
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
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
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
35 matches
Mail list logo