On 2009-09-08T16:16:15, Yves Schumann <[email protected]> wrote:
> I'm trying to take a look at Pacemaker and the current version of > Heartbeat. To do this I installed a SLES11 and downloaded the rpm's from > [1]. But if I try to install the rpm's, everyone of them got a lot of > unresolved dependencies. Is that right and I must install all of them by > hand or am I completely wrong? You need to install the missing packages too. The easiest way is to simply add the repository using zypper and to use zypper in to pull in pacemaker, which should auto-select all dependencies. > For instance if I try "Open with Install > Software" on the rpm file "cluster-glue-1.0-12.1.i586.rpm" I got a error > message for the following failed dependencies: > - liblrm.so.2 > - libopenhpi.so.2 > - libpils.so.2 > - libplumb.so.2 > - libplumbgpl.so.2 > - libstonith.so.1 This is because you're missing libglue1. > [1] > http://download.opensuse.org/repositories/server:/ha-clustering/SLE_11/i586/ SLE_11 is more uptodate at the UNSTABLE repo: zypper ar http://download.opensuse.org/repositories/server:/ha-clustering:/UNSTABLE/SLE_11/ sle11-ha zypper ref zypper in pacemaker (and other packages you want) Note that for SLES11, Novell happens to sell a nice product called SLE HA 11, which pays my bills, and offers you support & maintenance ;-) Regards, Lars -- Architect Storage/HA, OPS Engineering, Novell, Inc. SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) "Experience is the name everyone gives to their mistakes." -- Oscar Wilde _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
