On 8/29/07, Daniel Bartholomew <[EMAIL PROTECTED]> wrote: > On Wed, 2007-08-29 at 13:47 +0200, Departamento Técnico de El Norte de > Castilla wrote: > > Could someone help me compiling heartbeat on Ubuntu? I tried it on Ubuntu > > Dapper but i've got dependencies problems (python-central is not in the > > repositories) so I think I should use Ubuntu Feisty (who already has > > Heartbeat 2.0.7 but without gui and so... I need to know what do I need to > > have installed on Ubuntu Feisty server to do a ./ConfigureMe package without > > problems. Thanks in advance. > > Make sure you have the source repositories enabled in > your /etc/apt/sources.list file, and then do: > > sudo apt-get update > sudo apt-get build-dep heartbeat-2 > > That will search out and attempt to satisfy the build dependencies for > heartbeat. > > You should then be able to run ./ConfigureMe without issues... At least, > that's what worked for me on Ubuntu the last time I complied heartbeat > from source.
Actually I've found that backporting 2.1.2 from gutsy was as easy as typing: % sudo aptitude install prevu % sudo prevu-init % prevu heartbeat That produced a fine set of backported .debs for my distro (feisty). In case you are using dapper, you should download and install prevu manually, as described on https://wiki.ubuntu.com/Prevu. Cheers, Christian _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
