Madison Kelly wrote: > Hi all, > > I haven't been able to solve the errors being written to my log file > using the Debian HA2 binary packages, so I decided to start fresh. I > wiped and reinstall Debian Sarge on my two servers and as the first task > downloaded and tried to compile hearbeat 2.0.8 from the ha-linux website. > > I installed all the needed packages so that './ConfigureMe configure' > finished happily. When I run './ConfigureMe make' though after some time > I get a pile of errors like this: > > native.c: In function 'native_print_attr': > native.c:224: error: called object '"debug%d: %s: "' is not a function
*snip* > make[3]: *** [native.lo] Error 1 > make[3]: Leaving directory `/root/ha/heartbeat-2.0.8/lib/crm/pengine' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/root/ha/heartbeat-2.0.8/lib/crm' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/ha/heartbeat-2.0.8/lib' > make: *** [all-recursive] Error 1 > > > I am not sure what's happening here or what I may be doing wrong. If > it would help, please tell me what file(s) or output I should include in > a follow up to help simplify diagnosis. > > Thanks all! So far I seem to be having no luck with HA2; be it with > Ubuntu or Debian or with binary 'deb' packages or source. *sigh* > > Madison Kelly > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > > I kept getting that when trying to build on Ubuntu LTS. try apt-get install libncurses5-dev That seemed to fix it for me Regards, -- Paul Walsh _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
