Displaying 20 results from an estimated 3000 matches similar to: "CPAN error"
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:
2007 Mar 19
1
installing perl module in centos/rpmforge vs. cpan methods
Hi,
I just used RPMforge package perl-Mail-Sender, and am looking at the
perl cpan site for info, anyone got a simple way to determine if the
module is working properly?
I am trying to use the cpan info, but it's a bit cryptic (as perl is
wont to be).
-it says to use this:
#!/usr/local/bin/perl
use ExtUtils::Installed;
my $instmod = ExtUtils::Installed->new();
foreach my $module
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
2012 Mar 11
1
install cpan module in /usr/lib/perl5
hello centos guru
I encounter a problem with centos 6
perl -MCPAN -e shell
install MyModule
well I installed the module
but in the standard repertoire of the user but not in the directory of
the perl distribution
how to remedy this problem
cpan modules installed in /usr/lib/perl/
please help me I can not solve this problem alone
sincerely
--
2007 Nov 07
1
Smbldap-populate error
Hello friends
I am configuring Samba + ldap from the following tutorial:
https://www.bsdwiki.de/FreeBSD_-_Samba_PDC
When I run the following command:
Smbldap-populate
this the following error:
Can't locate Convert/ASN1.pm in @INC (@INC contains: /usr/local/sbin/ /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8
2012 Jan 22
1
Problem with spamassassin under CentOS-5.7
I'm getting the following warning in my logwatch,
or if I restart the spamassassin service.
I've tried yum-reinstalling the packages involved
but that didn't help.
-------------------------------
/etc/cron.daily/sa-learn:
Subroutine IO::Socket::INET6::AF_INET6 redefined at
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
at /usr/lib/perl5/vendor_perl/5.8.8/IO/Socket/INET6.pm line 16
2010 Oct 12
2
Openwebmail emergency (Perl)
After system update yesterday, Openwebmail now gives an error:
> Undefined subroutine &Compress::Zlib::memGzip called at /var/www/cgi-bin/openwebmail/shares/ow-shared.pl line 1175.
I tried to do
perl -MCPAN -e shell
install Compress::Zlib
But it says Compress::Zlib is up-to-date. What do to?? I cannot find an
answer by googling.
- Jussi
--
Jussi Hirvi * Green Spot
Topeliuksenkatu 15
2008 Jun 02
0
cpan package provider
I cannot get this *&^%$ thing to work (on Mac OS X)!
http://reductivelabs.com/trac/puppet/ticket/718 using cpan2.rb with some
very minor modifications.
Can anyone confess to having used it successfully or otherwise?
The module (and it''s dependencies) I need to install are Net::LDAP
I''ve tried these names
"G/GB/GBARR/perl-ldap-0.36.tar.gz"
"Net::LDAP"
2010 Oct 01
1
Here we go again: SpamAssassin doesn't like the new Perl update...
Check this out:
% sa-update
Subroutine NetAddr::IP::UtilPolluted::AF_INET6 redefined at
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/NetAddr/IP/Util.pm
line 180
*******************************************************************************
Gilbert Sebenste ********
(My opinions
2005 Jul 12
1
Installing RSPerl and Statistics::R
Hi list,
For my research, I started using R as a statistics engine, driven by
perl scripts that manage my data and computational jobs. I recently
upgraded my cluster to Suse 9.2, and obviously wanted to upgrade R to
it's latest version, 2.1.1. Installation of R-2.1.1 went flawlessly
thanks to the rpm's created by Detlef Steuer (see cran, thanks Detlef).
To interface perl and R, two
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
2006 Jul 11
1
Building Search_Xapian under FreeBSD
Hi all.
I can't buil perl bindings for Xapian under FreeBSD for version 0.9.6
Here is something about system and error messages:
uname -a: FreeBSD xxx 4.11-RELEASE FreeBSD 4.11-RELEASE
xapian-config --cxxflags: -I/usr/local/include
xapian-config --libs: -L/usr/local/lib -lxapian
xapian-config --version: xapian 0.9.6
# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing
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
2019 Mar 11
0
CPAN not working, or is it?
On Mon, 2019-03-11 at 15:48 +0000, Gary Stainburn wrote:
> On Monday 11 March 2019 14:28:38 Pete Biggs wrote:
> > > However, as I went for bigger modules, anything that had dependences
> > > were then failing as the dependencie were installed OK but then did not
> > > appear to be available.
> > A number of things you can do. The sort of recommended way is to
2009 May 27
2
problem with centos upgrade
Dear All,
I have a centos 5 server running my mail and Dns working fine
but when i try to do u yum ugrade or yum update it gives me lots of perl
errors and it terminates
OS is centos 5 (final)
the part of errors reported
---------------------------------
file /usr/lib/perl5/5.8.8/Math/BigFloat.pm from install of
perl-5.8.8-18.el5_3.1 conflicts with file from package
perl-Math-BigInt-1.86-1
2011 Apr 17
0
Script Problem
I have a script I put in /etc/cron.fiveminutes
graphs.sh
#!/bin/sh
env LANG=C mrtg
/home/admin/domains/my---server.com/public_html/traffic/load/mrtg.cfg
--logging /dev/null >/dev/null 2>&1
env LANG=C mrtg
/home/admin/domains/my---server.com/public_html/traffic/eth0/mrtg.cfg
--logging /dev/null >/dev/null 2>&1
#exit 0;
Problem is there is some bug that raises an error even
2014 Oct 20
0
CPAN dependency on CentOS 7
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Una a CentOS 7 with minimal install if I install perl-CPAN the first time I
execute cpan to download a mduel, the automatic configuration of CPAN fails
for missing Time/HiRes
The package perl-Time-HiRes should be installed as a dependency of perl-CPAN
The exact error is:
Would you like me to automatically choose some CPAN mirror
sites for you?
2019 Mar 11
5
CPAN not working, or is it?
(I've just tried this on a second C7 box, literally clean install, only did it
on Friday, with the same results)
I'm replacing a dead F19 box with a new C7 one and I'm trying to get my Perl
install completed. Ultimately, I need to get Selenium::Remote::Driver
working, but I'm struggling before that.
I started off as always by using RPM's for everything I possibly can. I
2006 Dec 28
0
res_perl with asterisk 1.4 compile problem
Dear all,
now we have the same problem of res_perl compilation with asterisk 1.4. It is the same problem that was present when asterisk was upgraded to version 1.2.
I hope Anthony Minessale will be able to solve that problem as he did on that case. But if any of you know a hack to this problem please let us know.
Here is the same compile problem again:
gcc -Wall
2012 Apr 21
2
nfsen daemon dies for unknown reason
Hello,
I am using nfsen 1.3.5 (http://nfsen.sourceforge.net/) on CentOS 5.8 x86_64 (running as a VM on a KVM Host).
For those not knowing it, nfsen is using php and perl and it allows graphing and analysis of (Cisco routers) netflow data captured using nfdump.
Often (about once a day) nfsen crashes for unknown reason. For example:
# /data/nfsen/bin/nfsen status
NfSen version: 1.3.5