----- Original Message -----
From: Daniel McKinney <[EMAIL PROTECTED]>
To: General discussion of using zenoss system <[email protected]>
Sent: 18 December 2006 21:24:40 o'clock GMT+0000
Subject: Re: [zenoss-users] Only certain daemons running on install
John,
Ok, Stupid question. I am trying attempt number 2 for trying to install it from
rpm like you have. Each time i try to install it from rpm, even using the
"--force" option i get this:
[EMAIL PROTECTED] zenoss]# rpm -i --force zenoss-1.0.2-0.i386.rpm
error: Failed dependencies:
perl(Net::SNMP) is needed by zenoss-1.0.2-0.i386
I know that perl net_snmp is installed because of the output of the following
command:
[EMAIL PROTECTED] zenoss]# rpm -qai | awk '{if ( $1 == "Name" ) printf "%-30s",
$3; if ( $1 == "Version" ) print $3 }' | grep net-snmp-perl
net-snmp-perl 5.1.2
Is the rpm looking for the perl(Net::SNMP) files in a place where they are not
installed? And if so, is there a way to point the rpm to where these files
live?
-Daniel
Daniel McKinney wrote:
> John,
>
> Ok, Stupid question. I am trying attempt number 2 for trying to install
> it from rpm like you have. Each time i try to install it from rpm, even
> using the "--force" option i get this:
>
> [EMAIL PROTECTED] zenoss]# rpm -i --force zenoss-1.0.2-0.i386.rpm
> error: Failed dependencies:
> perl(Net::SNMP) is needed by zenoss-1.0.2-0.i386
>
> I know that perl net_snmp is installed because of the output of the
> following command:
> [EMAIL PROTECTED] zenoss]# rpm -qai | awk '{if ( $1 == "Name" ) printf
> "%-30s", $3; if ( $1 == "Version" ) print $3 }' | grep net-snmp-perl
> net-snmp-perl 5.1.2
>
> Is the rpm looking for the perl(Net::SNMP) files in a place where they
> are not installed? And if so, is there a way to point the rpm to where
> these files live?
>
> -Daniel
Daniel
I had a similar problem, originally I installed the pm from CPAN, and then from
the rpm package. What do you get when you type:
# yum search perl-Net-SNMP
I now get:
perl-Net-SNMP.noarch 5.2.0-1.2.el4.rf installed
Matched from:
perl-Net-SNMP
I'm using CentOS 4.4 and I had to install the following to get it to work:
# tar xjf zenoss-deps.tar.bz2
# cd zenoss-deps; rpm -Uvh *.rpm
# rpm -Uvh perl-Crypt-DES-2.05-3.2.el4.rf.i386.rpm
# rpm -Uvh perl-Socket6-0.19-1.2.el4.rf.i386.rpm
# rpm -Uvh perl-Net-SNMP-5.2.0-1.2.el4.rf.noarch.rpm
# rpm -Uvh zenoss-1.0.2-0.i386.rpm
That seemed to get it all working in the end, I don't know what distro you're
using, but I think the zenoss-deps might be just for Red Hat based systems.
I hope this helps.
John
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users