[Linux-HA] Compilation of 2.0.8 failure.

2007-05-04 Thread Ben Clewett
Morning. My first posting, I hope it's relevant... Installed a brand new SUSE 10.1, downloaded heatbeat-2.0.8 and compilation failed: # ./ConfigureMe configure First off, I could not find requested dependency: 'library uuid', but configure said should not matter. Any idea which package

Re: [Linux-HA] Compilation of 2.0.8 failure.

2007-05-04 Thread Andrew Beekhof
you'll need: e2fsprogs-devel ncurses-devel On 5/4/07, Ben Clewett [EMAIL PROTECTED] wrote: Morning. My first posting, I hope it's relevant... Installed a brand new SUSE 10.1, downloaded heatbeat-2.0.8 and compilation failed: # ./ConfigureMe configure First off, I could not find requested

Re: [Linux-HA] Compilation of 2.0.8 failure.

2007-05-04 Thread Ben Clewett
Andrew, Thanks for quick reply. No problem finding those, now trying another clean configure and make. I'll watch my compilation and let you know... --- I noticed another dependency I can't work out: Cimom No package in SUSE claims to contain this. Warning comes up (something

Re: [Linux-HA] Compilation of 2.0.8 failure.

2007-05-04 Thread Andrew Beekhof
On 5/4/07, Ben Clewett [EMAIL PROTECTED] wrote: Andrew, Thanks for quick reply. No problem finding those, now trying another clean configure and make. I'll watch my compilation and let you know... --- I noticed another dependency I can't work out: Cimom No package in SUSE

Re: [Linux-HA] Compilation of 2.0.8 failure.

2007-05-04 Thread Ben Clewett
Hi Andrew, I'm getting much further. Installed swig no problems. # which swig /usr/bin/swig But my compilation now failing with: Making all in mgmt gmake[2]: Entering directory `/usr/src/heartbeat-2.0.8/lib/mgmt' swig not found -python pymgmt.i swig error : Unrecognized option not swig error

Re: [Linux-HA] Compilation of 2.0.8 failure.

2007-05-04 Thread David Lee
On Fri, 4 May 2007, Ben Clewett wrote: Ok, making progress. Compilation now fails with 'swig: command not found'. But I'm sure I can work that out. (Shame these: 'e2fsprogs-devel', 'ncurses-devel' and 'swig' are not checked for in the 'configure' :) configure is (or should be) checking

Re: [Linux-HA] Compilation of 2.0.8 failure.

2007-05-04 Thread Andrew Beekhof
On 5/4/07, Ben Clewett [EMAIL PROTECTED] wrote: Hi Andrew, I'm getting much further. Installed swig no problems. # which swig /usr/bin/swig But my compilation now failing with: Making all in mgmt gmake[2]: Entering directory `/usr/src/heartbeat-2.0.8/lib/mgmt' swig not found -python

Re: [Linux-HA] Compilation of 2.0.8 failure.

2007-05-04 Thread Ben Clewett
Thanks! I'll add that to my installation notes. No, I didn't re-run the configure first time. My mistake. Therefore 'swig' was not defined as '/usr/bin/swig'. Instead it was defined as 'swig not found'. Hence my error: gmake[2]: Entering directory `/usr/src/heartbeat-2.0.8/lib/mgmt'