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. -- Daniel Bartholomew
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
