Re: Installing Perl and CPAN local

2014-03-04 Thread Sébastien
Please do http://learn.perl.org/installing/windows.html then http://www.cpan.org/modules/INSTALL.html. On 4 March 2014 17:42:01 GMT+07:00, Yosef Levy wrote: >Hello All, > >I am interesting install Perl and CPAN modules in custom location >folders. >I am using WIN7 64bit. >Pls. provide me step b

Re: Installing Perl and CPAN local

2014-03-04 Thread Matt McAdory
let me suggest you start here: http://bit.ly/1lwoehv and http://www.catb.org/~esr/faqs/smart-questions.html and then report back with specific questions or problems you are having. Matt === *Clarke's Three Laws* 1. When a distinguished but elderly scientist states th

Re: Installing Perl and CPAN local

2014-03-04 Thread Dermot
Hi Yosef, As a Windows user , you will first need to decide what distribution to use. Two options are Strawberry Perl (http://strawberryperl.com/) or ActiveState Perl (http://www.activestate.com/activeperl/downloads). Both are available for your architecture. Download the necessary installation fi

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 DBD, DBI::mysql Modules

2009-02-27 Thread Francisco Valladolid
hi, You maybe need investigate the correct way to do it in Mac OS X 9 maybe macports, I dont' have idea. In BSD (pkgsrc or ports ) are the best way to do it task. Try with $ perl -MCPAN -e shell Regards On Fri, Feb 27, 2009 at 11:15 AM, wrote: > Hi there, I would like to know how can I inst

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

2007-09-28 Thread Peter Scott
On Thu, 27 Sep 2007 14:32:06 -0500, CyberDESI wrote: > cc -L/usr/local/lib -o miniperl \ > miniperlmain.o opmini.o libperl.a -lnsl -ldl -lm -lcrypt -lutil -lc > ./miniperl -w -Ilib -MExporter -e '' || make minitest > Can't locate Exporter.pm in @INC (@INC contains: lib You seem to have an inco

Re: Installing perl-5.8.8

2007-09-27 Thread Tom Phoenix
On 9/27/07, CyberDESI <[EMAIL PROTECTED]> wrote: > Here is the problem, I have RHEL AS 4 update 5 with perl v5.8.5. I would > like to install a newer version in /usr/local/perl5.8.8. I do the following: > > sh Configure -de -Dprefix=/usr/local/perl5.8.8 > make ... > Can someone point out what I am

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

2005-01-04 Thread Randy W. Sims
Octavian Rasnita wrote: Hi, I have tried to install DBI and I saw that it tells me that perl is installed thread enabled and that this is not recommended for production environments. How can I install perl without beeing thread enabled? I use perl 5.8.4 under Linux Fedora Core 2. If Fedora offers a

RE: installing perl

2004-11-11 Thread adisegna
Hey all, I have a question about the below script I am writing/copying. #!\\server\perl net use w: \\server\perl use Win32::Registry; my $Register = "Software\\INTEL\\LANDesk\\VirusProtect6\\CurrentVersion"; my $hkey,SubKey; #Why is this needed?? $HKEY_LOCAL_MACHINE->Open($Register,$hkey)|| die

Re: Installing Perl DBI and Oracle DBD in AIX 5.1

2004-10-19 Thread Pablo Salinas
Hi, Thanks for your help. I searched the cc_r compiler in my AIX system, then copied the path to the Makefile and everything runned smoothly. After that, I installed the Oracle DBI by following the README instructions. thanks again, Pablo Salinas --- Wiggins d Anconia <[EMAIL PRO

Re: Installing Perl DBI and Oracle DBD in AIX 5.1

2004-10-15 Thread Wiggins d Anconia
> Hi there, > I have an AIX 5.1 machine and I wish to use > the perl DBI and oracle DBD in this machine. I have > tried to install them by downloading DBI-1.45.tar and > DBD-Oracle-2.15.tar files from http://www.cpan.org/ > This is a rather difficult combination and I know there has bee

RE: installing perl module without root permission

2004-05-03 Thread West, William M
>gohaku> What if perldoc is not included for some reason? > >All perl distros (except macperl for os 9) in the past eight years >or so have "perldoc". oddly enough- my Knoppix install does not... i'll have to remedy that someday... willy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

RE: installing perl module without root permission

2004-04-13 Thread Bob Showalter
gohaku wrote: > On Apr 9, 2004, at 6:27 AM, Randal L. Schwartz wrote: > > > Yes, and the instructions are included with your copy of Perl, > > in "perldoc perlmodinstall". > > What if perldoc is not included for some reason? perldoc may be installed, but not in your PATH. Perl comes with a numbe

RE: installing perl module without root permission

2004-04-12 Thread Jayakumar Rajagopal
-Original Message- From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 10:11 AM To: [EMAIL PROTECTED] Subject: Re: installing perl module without root permission Please bottom post, and please read the previous threads. Your information is correct, but has

Re: installing perl module for mysql driver

2004-04-09 Thread arichmond(contr-ird)
Title: Message I believe I had the same problem as you, based off two identical RedHat 9 boxes I have except for mysql, the difference is in the /etc/ld.so.conf   mysql added: /usr/kerberos/lib/usr/X11R6/lib/usr/lib/qt-3.0.5/lib/usr/lib/sane/usr/local/lib/usr/lib non-mysql box: /usr/kerbero

Re: installing perl module for mysql driver

2004-04-09 Thread Wiggins d Anconia
> Im trying to install the module DBD::mysql so I can connect to a mysql > database from a perl script. The instructions for installing told me to > run the command: > > perl -MCPAN -e 'install Bundle::DBD::mysql' > > this did its thing, downloaded and unzipped some gz gfiles, etc. Then said > ev

Re: installing perl module without root permission

2004-04-09 Thread Wiggins d Anconia
Please bottom post, and please read the previous threads. Your information is correct, but has already been provided. I didn't see much in that document that hasn't already been covered. Does anyone have anything else pertinent (aka hasn't already been mentioned) to add? http://danconia.org > t

Re: installing perl module without root permission

2004-04-09 Thread Randal L. Schwartz
> "gohaku" == gohaku <[EMAIL PROTECTED]> writes: gohaku> What if perldoc is not included for some reason? All perl distros (except macperl for os 9) in the past eight years or so have "perldoc". -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTE

Re: installing perl module without root permission

2004-04-09 Thread gohaku
On Apr 9, 2004, at 6:27 AM, Randal L. Schwartz wrote: Yes, and the instructions are included with your copy of Perl, in "perldoc perlmodinstall". What if perldoc is not included for some reason? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: installing perl module without root permission

2004-04-09 Thread Randal L. Schwartz
> "Jayakumar" == Jayakumar Rajagopal <[EMAIL PROTECTED]> writes: Jayakumar> Hi friends, Jayakumar> I am in this condition : Jayakumar> (1) I have to install XML::Simple or XML::Twig or such XML module. Jayakumar> (2) Here Sys. administrator, does not install/

Re: installing perl module without root permission

2004-04-09 Thread PerlDiscuss - Perl Newsgroups and mailing lists
take a look at http://www.rcbowen.com/imho/perl/modules.html. Specifically he/she writes: If you do not have root permissions on the machine where you want to install the module, such as if you wish to install a module in your home directory, just change one of those commands. Instead of

RE: installing perl module without root permission

2004-04-08 Thread Wiggins d Anconia
> I am getting same error when using 'make install' : > > Warning: You do not have permissions to install into /usr/perl5/site_perl/5.005/sun4-solaris at /usr/perl5/5.00503/ExtUtils/Install.pm line 61. > mkdir /usr/perl5/site_perl/5.005/XML: Permission denied at /usr/perl5/5.00503/ExtUtils/Install

RE: installing perl module without root permission

2004-04-08 Thread Jayakumar Rajagopal
Install.pm line 114 bottom posted full details: -Original Message- From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 2:58 PM To: Jayakumar Rajagopal; Perl Beginners Subject: Re: installing perl module without root permission > Hi friends, >

Re: installing perl module without root permission

2004-04-08 Thread Wiggins d Anconia
> Hi friends, > I am in this condition : > (1) I have to install XML::Simple or XML::Twig or such XML module. > (2) Here Sys. administrator, does not install/ or allow me to install (1). When I try to use within my user, it says 'no permission' for wrting. >

Re: installing perl 5.8

2004-03-05 Thread david
Nilay Puri wrote: > Hi , > > I have perl 5.005_03 on Sun SOlaris installed at /usr/bin and > /usr/local/bin. > > I need to install perl. > > I want to know > 1. From where to get the the perl 5.8 > you can get both the source and binary of Perl 5.8.x from: http://www.cpan.org > > 2. Which is

Re: installing perl 5.8

2004-03-05 Thread WC -Sx- Jones
Nilay Puri, Noida wrote: Hi , I have perl 5.005_03 on Sun SOlaris installed at /usr/bin and /usr/local/bin. What version of Sun Solaris? Is Perl installed as a pkg, did it come with the OpSys install? I need to install perl. I want to know 1. From where to get the the perl 5.8 5.8.3 basi

Re: installing perl mod's

2003-07-30 Thread Wiggins d'Anconia
Hodge, Jeff F (ECIII) wrote: I'm having trouble installing certain modules...they bomb out during the make processsee attachments. perl -MCPAN -e 'install Apache::Cookie' perl -MCPAN -e 'install DBD::mysql' This should work other modules where installed and work fine using the same methodolo

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 to specific directory - crucial

2002-07-11 Thread Peter Scott
At 09:02 PM 7/11/02 +, devetha wrote: >Hi, > >How do you install PERL to a specific directory? > >I'm using Unix and don't have permissions to /usr/local/bin. I >followed the steps from perl.com but they didn't work. > >Could some provide me with directions of how to do this exactly? I do

Re: Installing Perl

2002-03-05 Thread William.Ampeh
Basically, if you have the windows installer (InstMsiA.exe), all you need is to download ActivePerl, and double-click on the downloaded file (through My Computer icon). For details, go to this site: http://www.activestate.com/Products/Download/Get.plex?id=ActivePerl and click on "next", then :

RE: Installing Perl

2002-03-05 Thread RArul
Visit: http://www.activestate.com/Products/Download/Get.plex?id=ActivePerl Currently Activestate Build Version 631 is the latest of Perl 5.6 on Activestate. You will it get it from the aforementioned link. This not only installs Perl on Windows OS, but also configures other ISAPI filters and reg

Re: Installing perl

2002-02-27 Thread Elaine -HFB- Ashton
Nikola Janceski [[EMAIL PROTECTED]] quoth: *>actually you want 5.6.1 (stable release) you can find it on perl.com at *>http://perl.com/pub/a/language/info/software.html http://www.cpan.org/src/ is the appropriate and correct address to refer people to when they are looking for the perl source cod

RE: Installing perl

2002-02-27 Thread Nikola Janceski
actually you want 5.6.1 (stable release) you can find it on perl.com at http://perl.com/pub/a/language/info/software.html there should be release notes, but there are many bug fixes and new functionality added, nothing spectacular, but if you knew the differences between Perl4 and Perl5 this is h

Re: Installing Perl Help

2002-02-26 Thread Elaine -HFB- Ashton
Scott E Svendsen [[EMAIL PROTECTED]] quoth: *> *>I am currently running perl 5.6.0, I am trying to install 5.6.1 with the *>-Dusethreads option enabled. *> *>I have read the install file, and followed it to the letter, except using: *>sh Configure -Dusethreads *> *>Then I answer all the question

Re: Installing Perl on AIX platform

2001-06-04 Thread Gary Stainburn
This is how I did it on my RS6000 with AIX 4.2. Once I'd installed this way, I then used CPAN to re-install Bundle::CPAN which in turn installed the latest Perl. You do need 'C' installed properly first tho'. Gary. On Friday 01 June 2001 8:37 pm, bob smith wrote: > FYI: > > The following AI

Re: installing perl

2001-06-03 Thread Gerrit P. Haase
Gil Tucker [ateliermobile] schrieb am 2001-05-30, 10:09: >Hi everybody, > Does anybody knows the fastest and easiest way tzo > install Perl on Get IndigoPerl HERE: http://www.indigostar.com/ Apache already included. -gph -- =^..^=

Re: Installing Perl on AIX platform

2001-06-01 Thread Elaine -HFB- Ashton
Swappan Das [[EMAIL PROTECTED]] quoth: *> *>At this point I am lost what should I do *> *>I tried to run the command and it fails: *>sh configure "c" *> *>I tried to look for AIX README files on CPAN, I could not find it. It should be in your source tree but it's also on the web at http:/

Re: Installing Perl on AIX platform

2001-06-01 Thread Sandor W. Sklar
it sounds like your download was incomplete. You may want to try downloading it again. FYI, AIX 4.3.3 comes with perl; other binary distributions are available from various places. -s- At 3:11 PM -0400 6/1/01, Swappan Das wrote: >Please some body help me . > >I download the latest Un

RE: installing perl

2001-05-30 Thread Dave Runkle
Hi Gil, can you give some more info? Did you get the right file from www.ActiveState.com? In most cases it should be the one on their website that says "MSI" in the downloads section. What platform are you using? Win98? NT? ME? 2000? If you did get the right file, how far did you get? It should

RE: installing perl

2001-05-30 Thread VeeraRaju_Mareddi
Down Load *.msi(ActivePerl-5.6.0.623-MSWin32-x86-multi-thread.msi) file which available in Activestate.com. And run that with Windows Installer.This is easiest and faster... Regards Raju -- From: Gil Tucker [ateliermobile] [SMTP:[EMAIL PROTECTED]] Sent: Wedne

Re: installing perl

2001-05-30 Thread Hasanuddin Tamir
On Wed, 30 May 2001, Gil Tucker [ateliermobile] <[EMAIL PROTECTED]> wrote, >Hi everybody, > Does anybody knows the fastest and easiest way tzo > install Perl on > a Windows system? This might seem trivial but after many trials. It seems to > be a major > task for me. I

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