Displaying 20 results from an estimated 1222 matches for "cpans".
Did you mean:
cpan
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
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:
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
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
2015 Jun 29
0
CPAN issues
It's not a good idea to update CPAN and/or install modules from CPAN into
the OS-installed perl. Use rpm packages from yum. Many can be found in
the standard CentOS repo and EPEL has many as well. Take a look at
perlbrew if you really need a new version of perl for some reason. If you
don't really need the new version, don't update it.
? Brian Mathis
@orev
On Mon, Jun 29, 2015
2010 Apr 15
6
scripting CPAN installs
Hey folks,
Maybe there is a Perl/CPAN list that is a better place to ask this?
If so, maybe someone can point me to it.
Anyway, I want to be able to script the installation of a bunch of
CPAN modules, and the first basic problem I am coming up against is
that the "cpan" command seems to always return 0 regardless of whether
or not the install completed.
Google does not bring up a
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
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
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
2015 Jun 29
2
CPAN issues
?CPAN is a core module which can be tricky to update on the RedHat based
systems.
Suggest investigating:
local::lib
App::cpanminus
Pinto?
?If you need a newer Perl, check out www.softwarecollections.org.
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 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
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
2006 Jul 01
1
Missing Dependency
Hi,
Viewing the lastest logwatch, discovered the error below.
Error: Missing Dependency: perl(Module::Install::Base) is needed by package
perl-Test-Base
I tried to install Module::Install::Base using cpan and cpan tell me it has
already installed.
cpan> install Module::Install::Base
Fetching with LWP:
ftp://mirror.averse.net/pub/CPAN/authors/01mailrc.txt.gz
Going to read
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
2019 Mar 11
3
CPAN not working, or is it?
On Monday 11 March 2019 16:42:21 Pete Biggs wrote:
> I'm afraid I'm not expert on these things - I tend to do the naughty
> thing of using CPAN to install in system locations!
Hi Peter,
Do you have any instructiions on how to do this? I realise it's far from
ideal, but I need to get this system working, and can do it on a stand alone
server.
>
> But I think the .spec
2015 Jun 30
0
CPAN issues
Thank you Kahlil for your reply.
I made few perl changes, uninstalled CPAN, removed the .cpan dir, and reinstalled, and ran 'install CPAN' and everything looked much better. That is, no failures. The last part of the output was;
<snip>
t/97-mock.t ................... ok
t/97-process_options.t ........ ok
t/97-process_setup_options.t .. ok
t/97-return_values.t .......... ok
All
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 05
1
CPAN Question
Maybe a little off-topic. But using cpan, I tried to install IO::Compress::Base 2.006.
I already had 2.005 installed. For the life of me, I couldn't get it to upgrade.
It finally occurred to me to download the ".tgz" file, and install it that way.
That worked.
But does anyone have any hints on how to force cpan to upgrade? I even tried
the "upgrade" command, and that
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