Displaying 20 results from an estimated 10000 matches similar to: "Missing Dependency"
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
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
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
2017 Feb 24
0
Re: "virsh list" hangs
On Tue, Feb 21, 2017 at 12:07:41PM +0800, Yunchih Chen wrote:
> On 02/20/2017 09:10 PM, Michal Privoznik wrote:
> > On 17.02.2017 17:18, Yunchih Chen wrote:
> > > `virsh list` hangs on my server that hosts a bunch of VMs.
> > > This might be due to the Debian upgrade I did on Feb 15, which upgrades
> > > `libvirt` from 2.4.0-1 to 3.0.0-2.
> > > I have
2017 Feb 24
0
Re: "virsh list" hangs
On Fri, Feb 24, 2017 at 11:52:43PM +0800, Yunchih Chen wrote:
>
>
> On 02/24/2017 11:30 PM, Daniel P. Berrange wrote:
> > On Tue, Feb 21, 2017 at 12:07:41PM +0800, Yunchih Chen wrote:
> > > On 02/20/2017 09:10 PM, Michal Privoznik wrote:
> > > > On 17.02.2017 17:18, Yunchih Chen wrote:
> > > > > `virsh list` hangs on my server that hosts a bunch
2017 Feb 21
4
Re: "virsh list" hangs
On 02/20/2017 09:10 PM, Michal Privoznik wrote:
> On 17.02.2017 17:18, Yunchih Chen wrote:
>> `virsh list` hangs on my server that hosts a bunch of VMs.
>> This might be due to the Debian upgrade I did on Feb 15, which upgrades
>> `libvirt` from 2.4.0-1 to 3.0.0-2.
>> I have tried restarting libvirtd for a few times, without luck.
>>
>> Attached below are
2013 Dec 19
1
Re: About debugging of libvirt.
i did the debugging as you said. Kindly refer the following logs:
(gdb) c
Continuing.
thread apply all bt
[New Thread 0x7fc337c6b700 (LWP 29520)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) thread apply all bt
Thread 12 (Thread 0x7fc337c6b700 (LWP 29520)):
#0 0x00007fc33509f18d in read () from /lib/x86_64-linux-gnu/libpthread.so.0
#1
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
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 Dec 24
3
Installing CPAN packages?
Hi guys,
Has anyone yet tackled installing CPAN packages through puppet? I need
some that aren''t available as separate debs, so if anyone has an idea
how best to do this, I''d like feedback.
Thanks,
Thijs
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
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
2008 Nov 08
1
Perl Trouble
I am running several CentOS 5.2 servers with similar configuration.
On all of them I received the following error when using a certain perl
module:
> Base class package "Class::Accessor::Fast" is empty.
> (Perhaps you need to 'use' the module which defines that package
> first.)
On most of the servers installing Class::Accessor::Fast manually via CPAN
shell has
2006 Jun 01
2
libtiff build error
OK. Trying to build libtiff here. Info from
http://www.asteriskguru.com/tutorials/spandsp.html
Libtiff from tar:
ftp://ftp.remotesensing.org/pub/libtiff 3.8.2
put tiff-3.8.2.tar.gz in /root then tar -zxvf tiff-3.8.2.tar.gz
followed by:
/configure
make clean
make
But the make had the following error:
./libtool: line 837: g++: command not found
make[2]: *** [tif_stream.lo] Error 1
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
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
2006 Aug 01
2
Samba/ldap install script from k12osn perl problems
There has been some very good work by a few people over in k12osn for
setting up a SAMBA PDC/BDC environment.
Thing is their scripts are for Fedora core 3.
There are instructions on how to get things to go step by step instead
of use the Fedora-based script, so I gave it a try.
Step 1 is to get apt running and everything current. I assumed yum would
do instead.
step 2 has:
*Installing CPAN
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
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