Re: CPAN client issues on ActiveState 5.16.1 64-bit

2012-09-19 Thread Michael Ludwig
Michiel Beijen schrieb am 19.09.2012 um 07:20 (+0200): > > I'm using the all-new 5.16.1 ActiveState perl with 64-bit dmake. > However if I try to install a module via the cpan client I see an > error like below, would anyone have any advice? > CPAN.pm: Building D/DP/DPARIS/Crypt-IDEA-1.08.tar.g

RE: cpan vs. cpanplus

2010-08-31 Thread Ludwig, Michael
> -Original Message- > On Behalf Of Serguei Trouchelle > You don't need to compile anything. > Just copy > http://cpansearch.perl.org/src/PAULG/Logfile-Rotate-1.04/Rotat > e.pm to c:/perl/site/lib/Logfile, that would do. > > For compiling XS-modules, try running "ppm install MinGW" and

Re: cpan vs. cpanplus

2010-08-30 Thread Serguei Trouchelle
Oeschey, Lars (I/ET-83, extern) wrote: > I need to recompile some scripts, unfortunately my machine is new installed > (Win7 32bit), so I need to get all those modules I used into my current perl > installation. One module I used is Logfile::Rotate, which doesn't show up in > ppm You don't nee

RE: cpan vs. cpanplus

2010-08-30 Thread Oeschey, Lars (I/ET-83, extern)
> I need to recompile some scripts, unfortunately my machine is new > installed (Win7 32bit), so I need to get all those modules I used into my > current perl installation. One module I used is Logfile::Rotate, which > doesn't show up in ppm, so I try to use cpan/cpanplus. When I run cpan, it > see

Re: CPAN modules on MAc Os X

2009-10-26 Thread Daniel Bara
Hi beegee I believe you have to have root privileges, before running the install. Try. sudo cpan you will be prompt for a password (that's your user password in OSX) Then run install Test::Simple Hope it helps. On Oct 25, 2009, at 8:11 AM, beegee beegee wrote: Hi, I have a mac os x tiger 1

RE: cpan

2007-04-02 Thread Brian Raven
Octavian Rasnita <> wrote: > Hi, > > I have just installed ActivePerl 5.8.8, build 820, and I have tried > to use the cpan shell. > > What is that warning about Ruby? > Why cpan tries to use a non existing command? > What can I do to avoid that "undefined subroutine" error? > (I have previously

RE: CPAN Modules in Solaris

2004-07-15 Thread Steve Baldwin
my experience, this is a very straight forward process - it just takes a while. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig B. Nakata Sent: Friday, 16 July 2004 11:57 AM To: [EMAIL PROTECTED] Subject: Re: CPAN Modules in Solaris [EMAIL

Re: CPAN Modules in Solaris

2004-07-15 Thread Craig B. Nakata
[EMAIL PROTECTED] wrote: Hi! I am starting to play with perl, and I ran into an issue that I assume is common to a lot of you. When "make"-ing the CPAN modules, some of them seem to be invoking a C compiler. However, the standard Solaris 8 distribution does not have a C compiler, so the make pr

RE: CPAN versus PPM

2002-07-12 Thread Joel Hughes
well, I think PPM rocks - makes modules a walk in the park to download & install. Sometimes you have to point it to a different PPM package repository to find what your after but thats about as difficult as it gets. I think I only have to revert to CPAN when I can't find what I'm after on PPM anyw