LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-21-2007, 11:56 AM   #1
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Cannot install Heartbeat - RPM hell!


I downloaded the source and RPM's to install Heartbeat for use in my cluster I am building on 3 OpenSuSE 10.2 machines.

Code:
rpm -ivh heartbeat-pils-2.0.8-1.i586.rpm
warning: heartbeat-pils-2.0.8-1.i586.rpm: Header V3 DSA signature: NOKEY, key ID 4dab7996
Preparing...                ########################################### [100%]
   1:heartbeat-pils         ########################################### [100%]
Perfect!

Code:
rpm -ivh heartbeat-stonith-2.0.8-1.i586.rpm
warning: heartbeat-stonith-2.0.8-1.i586.rpm: Header V3 DSA signature: NOKEY, key ID 4dab7996
error: Failed dependencies:
        libnetsnmp.so.10 is needed by heartbeat-stonith-2.0.8-1.i586
So I then went and find the dependency
Code:
rpm --install net-snmp-5.4.rc2-4.i586.rpm
        package net-snmp-5.4.rc2-4 is already installed
So basically this is already installed yet it cannot find this dependency. What do I do?

**Vent comment:
It shouldn't take me 30-45 minutes to install a software. I hate the whole RPM's based distro.
 
Old 01-21-2007, 12:03 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
http://rpm.pbone.net/index.php3/stat...bnetsnmp.so.10 is what you need.
 
Old 01-21-2007, 12:09 PM   #3
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Original Poster
Rep: Reputation: 45
Quote:
Originally Posted by XavierP
Will try it. Thanks!

What I don't understand is why this RPM does not show up in my Software installation in YaST via the SuSE DVD? Why would they leave this out?

Last edited by Micro420; 01-21-2007 at 12:12 PM.
 
Old 07-20-2007, 06:05 PM   #4
SoftDux
LQ Newbie
 
Registered: Jul 2006
Location: Johannesburg, South Africa
Distribution: Suse, Ubuntu, Fedora Core
Posts: 14

Rep: Reputation: 0
Did this work for you?

I have downloaded & installed the file, but it doesn't give me the right libraries:



Quote:
ron:/Software # locate libnetsnmp
/usr/lib/libnetsnmp.so.15
/usr/lib/libnetsnmp.so.15.0.0
/usr/lib/libnetsnmpagent.so.15
/usr/lib/libnetsnmpagent.so.15.0.0
/usr/lib/libnetsnmphelpers.so.15
/usr/lib/libnetsnmphelpers.so.15.0.0
/usr/lib/libnetsnmpmibs.so.15
/usr/lib/libnetsnmpmibs.so.15.0.0
/usr/lib/libnetsnmptrapd.so.15
/usr/lib/libnetsnmptrapd.so.15.0.0
ron:/Software #
 
Old 07-21-2007, 02:15 AM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If you have the source rpm for hearbeat, you could edit the spec file so that no specific version of netsmp is needed.
 
Old 07-21-2007, 03:51 AM   #6
carl0ski
Member
 
Registered: Sep 2004
Location: Melbourne, Victoria Australia
Distribution: Support those that support you :)
Posts: 872
Blog Entries: 12

Rep: Reputation: 30
dont ever use the rpm command where a realinstaller is available

use Yast2 install heartbeat.rpm instead

it will search for the dependancies
 
Old 07-22-2007, 04:15 AM   #7
SoftDux
LQ Newbie
 
Registered: Jul 2006
Location: Johannesburg, South Africa
Distribution: Suse, Ubuntu, Fedora Core
Posts: 14

Rep: Reputation: 0
Quote:
Originally Posted by carl0ski
dont ever use the rpm command where a realinstaller is available

use Yast2 install heartbeat.rpm instead

it will search for the dependancies
YaST2 doesn't have heartbeat listed?
 
Old 07-22-2007, 06:31 AM   #8
carl0ski
Member
 
Registered: Sep 2004
Location: Melbourne, Victoria Australia
Distribution: Support those that support you :)
Posts: 872
Blog Entries: 12

Rep: Reputation: 30
Quote:
Originally Posted by SoftDux
YaST2 doesn't have heartbeat listed?
yast2 support using an external package

instead of
rpm -ivh heartbeat-pils-2.0.8-1.i586.rpm

do
yast2 --install heartbeat-pils-2.0.8-1.i586.rpm
 
Old 07-23-2007, 03:45 AM   #9
SoftDux
LQ Newbie
 
Registered: Jul 2006
Location: Johannesburg, South Africa
Distribution: Suse, Ubuntu, Fedora Core
Posts: 14

Rep: Reputation: 0
Quote:
Originally Posted by carl0ski
yast2 support using an external package

instead of
rpm -ivh heartbeat-pils-2.0.8-1.i586.rpm

do
yast2 --install heartbeat-pils-2.0.8-1.i586.rpm
I have tried it numerous times now, but it seems like both YaST2 & yast2 just crash when I do it. I get the "Initializing...." part, and then it just closes, with no error messages.


I'm now going to try and install heartbeat from the suse downloads: http://software.opensuse.org/downloa...USE_10.2/i586/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
rpm hell - please help !!! :-( jonathan dibble Linux - Software 3 03-28-2006 03:33 PM
Apt, RPM and general hell Jiawen Mandriva 23 10-21-2005 01:31 AM
Kernel Upgrade and RPM Hell rajoo_sh Linux - Newbie 4 02-21-2004 02:27 AM
rpm hell with suse 8.2 and mplayer dopper Linux - Software 6 10-01-2003 07:26 AM
RPM Hell SForsgren Linux - General 5 05-09-2003 12:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration