Displaying 20 results from an estimated 7000 matches similar to: "CPAN Question"
2008 Sep 22
2
install of Pod::Simple through CPAN
I'm running CentOS 4.4.
I'm trying to install swatch (a log watcher) using CPAN.
It's getting hung up on trying to install a dependency, Pod::Simple
So before I get too wrapped up in this, I have the following
questions:
1. Is there an alternative way to install swatch? I didn't get a hit
when I tried yum.
2. I'm not wedded to swatch. Is there another log checker
2007 Feb 13
1
CentOS 4 CPAN problem
Not sure if this is the proper list, but I've spent days browsing for the
solution. This only happens on the CentOS machine, so I'll start here.
After upgrading CPAN, I get the following:
undefined subroutine &Compress::Zlib::gzopen called at
/usr/lib/perl5/5.8.5/CPAN/Tarzip.pm line 102.
"gzopen" seems to refer to a PHP command. Am I missing a module, or have I hit
a
2009 Aug 03
1
Perl Module Question
To safely make Perl modules from CPAN in Solaris, I used this procedure:
mkdir /opt/cpan
chmod 777 /opt/cpan
chown joe:101 /opt/cpan
PERL5LIB=$PERL5LIB:/opt/cpan
export PERL5LIB
/usr/perl5/bin/perlgcc -MCPAN -e shell
Also, ~/.cpan/CPAN/MyConfig.pm specifically had
'makepl_arg' => q[LIB=/opt/cpan PREFIX=/opt/cpan INSTALLMAN3DIR=/opt/cpan/man/man3],
Does this make sense in CentOS as
2005 Dec 08
5
perl module
Hi list,
I have trouble install the following perl modules to my Centos 4.2 server
and I need help
Digest::SHA1
Digest::HMAC
Net::DNS
Time::HiRes
HTML::Tagset
HTML::Parser
Pod::Usage
Parse::Syslog
Statistics::Distributions
I tried "perl -MCPAN -e shell" and then "install Pod::Usage" and I got the
following errors:
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
2008 Sep 24
2
Installing perl modules using yum?
I'm trying to install swatch using rpmbuild.
I'm getting dependency errors saying that I need perl(Date::Calc),
perl(Date::Format), and perl(File::Tail).
I've been beaten over the head in this group for using CPAN. So
methodology do I use to I install those modules?
=== Al
2006 Jan 19
2
CPAN module install problem
I could use some assistance getting CPAN functional again. CPAN stopped
working on Centos 4.2 x64, and I can no longer install modules. I did a
install Bundle::CPAN and upgraded to 1.8.2, and perl was updated
afterwards via yum update. The error seems related to GPG, does anyone
know if 1.8.2 added new restrictions on signatures?
$ sudo perl -MCPAN -e shell
cpan shell -- CPAN exploration
2015 Jun 29
2
CPAN issues
Hello List,
Running CentOS Linux release 7.0.1406 (Core), and trying to update CPAN from version 1.98 to version 2.10, but it fails.
<snip>
t/97-process_setup_options.t .. ok
t/97-return_values.t .......... 6/10
# Failed test 'blib/script/cpan -j t/97-lib_cpan1/CPAN/Config.pm Local::Prereq::Fails'
# at t/97-return_values.t line 49.
# got: '2'
# expected:
2008 Oct 26
1
cpan2rpm
When you use --no-depchk with this tool, does this actually turn off the dependency
check in the final rpm as well? Reading docs about this I am not sure and I just installed
an rpm that I know I am missing the deps for and built with this switch and it installed fine?
Thanks,
jlc
2019 Mar 11
1
CPAN not working, or is it?
> > I started off as always by using RPM's for everything I possibly can.
>
> I try to do that, too. The claim in another reply that RPM CPAN
> modules and cpan- or cpanm-installed modules cannot work together is
> incorrect.
Since I'm the only other person to reply, I presume you mean something
I said, but I don't think I ever said they "cannot work
2010 Jan 29
7
perl question
I am trying to run a perl script that said it needs Net::SMPP
I ran this:
your_host]# *perl -MCPAN -e shell*
cpan shell -- CPAN exploration and modules installation (v1.76)
ReadLine support enabled
cpan> *install Net::SNMP
seemed to work. no errors reported.
however when I run perl I still get the same error saying needs
./sendmessage.pl
Can't locate Net/SMPP.pm in @INC (@INC contains:
2008 Aug 21
7
perl
Am trying to install perl module "File::Find", but not able it gave the
following
cpan[1]> install File::Find
CPAN: Storable loaded ok (v2.15)
Going to read /root/.cpan/Metadata
Database was generated on Thu, 21 Aug 2008 02:03:21 GMT
Running install for module 'File::Find'
The most recent version "1.12" of the module "File::Find"
is part of the
2018 Jun 04
3
installing perl-CPAN without perl-local-lib
I'm still working on getting my brand new Centos 7 mail server working and I'm
having problems with Perl.
Most of the modules are available as RPM's which was straight forward.
However, MIME::Parser, Net::SCP and Net::SSH aren't.
In order to get these working I installed the perl-CPAN rpm and then installed
the modules above. Doing this, installed perl-local-lib.noarch as a
2007 Feb 17
1
CPAN.pm failure to install
Everyone,
Have a new install of Centos 4.4 with a Supermicro dual processor. I
was trying to install the perl module Astro::Time with CPAN and the
initial setup of CPAN suggested a -j3 switch to be used with 'make' on
dual processor machines. I followed the suggestion but when the CPAN
module tried to use make it failed with the -j3 switch. I thought I
would uninstall CPAN to start
2010 Jan 20
2
perl updates always break perl programs, how to fix?
I realize this is my fault because once upon a time I installed a package
using CPAN and probably other admins on the system have as well but now
whenever I update perl I have to jump through hoops to get perl applications
to work again (usually updating Scalar::Util and another package with CPAN).
I would love to figure out how to fix this so it's not such a headache to
keep up to date with
2006 Jun 01
4
PERL module woes
Hi,
I'm using CentOS 4.3 on all my PC's, and I'm very happy with it.
Everything *just* works.
I want to give DVD::RIP 0.97.10 a try. I enabled rpmforge and kbs repos,
but there's only 0.52.2 available, which has an annoying bug in it. So I
installed the main dependency, transcode, via yum. Then I downloaded the
(PERL) sources of DVD::RIP 0.97.10, ran configure (e. g. perl
2006 Nov 08
2
best repo for perl-IO-Zlib perl-Archive-Tar
With all due respect to the various people, their hard work and associated
repos, where is the best place to do a yum install for these two packages
below in regards to an internet facing production Centos 4.4 server
perl-IO-Zlib
perl-Archive-Tar
I noticed dag and karan repos appear to have it and my experience and
research tells me that using CPAN is not an option for possible problems at
2005 Aug 21
2
perl-cpan
Dear list,
I was installing Asterisk via the AMP method off the AMP website.
There is a portion in there where they want you to use perl-cpan to
install telnet.
The first time I installed I had no problem. I messed up and trashed
the box further down in the install.. This time I made a mistake and
put a -jp3 switch for multi processors. This has caused the install
of telnet tank. I found
2014 Apr 10
1
Re: Passing non-standard Options through Libvirt to QEMU
There are a couple of problems with passthrough qemu:
1. virsh version/capabilities command executes "qemu -help" but this gives
an error in my case because my customized qemu has to receive mandatory
non-standard parameters "qemu -c -n -- -help".
2. Similarly when passing arguments as passthrough in a VMs XML. How can I
make sure that these non-standard arguments are passed
2019 Mar 12
1
CPAN not working, or is it?
On Mar 11, 2019, at 6:16 PM, Bruce Ferrell <bferrell at baywinds.org> wrote:
>
> What I've learned to do when I have this sort of issue is to pop out of CPAN and into ~/.cpan/build.
If you mean that you do that manually, you don?t have to. The ?look? command in the cpan shell or the --look option to cpanm does that automatically.
That is, it unpacks the module and drops you
2007 Sep 04
1
CPAN error
Hi all im not sure if this is the right mailing list but im using centos
anyway. i run CPAN by perl -MCPAN -e shell and got through the first time
configuration and after selecting the mirror sites i got this error and i
can't get any modules to be installed. I haven't encountered this before and
not very familiar with cpan.
Constant subroutine __USE_POSIX undefined at