On Friday 18 May 2007 16:50:22 Benjamin Watine wrote:
> Benjamin Watine a écrit :
> > Hi the list
> >
> > I'm trying to compile heartbeat 2 on Debian 4 (Etch). As Andrew advise
> > me, I use the SLE10-SP1 package, with patches for stonith suicide.
> >
> > The configure is ok, but when I try to make heartbeat, the compilation
> > stop complaining about yyparse function.
> > I've installed the package byacc, maybe it's not the good one.
> >
> > You can find compil log attached.
> >
> > Regards
> >
> > Benjamin Watine
>
> It's ok, I was needing bison !
>
> When I do ./ConfigureMe configure, the script tell me at the end :
>
> Note: If you use the 'make install' method for installation you
> also need to adjust '/etc/passwd' and '/etc/group' manually.
>
> What does I need to do ? just create haclient group and hacluster user ?
> Can I do this by just adding these lines ?
>
> in /etc/passwd :
> hacluster:x:90:90::/var/lib/heartbeat/cores/hacluster:/bin/bash
>
> in /etc/group :
> haclient:x:90:
>
Why don't you follow the debian way to install/compile it?
apt-get build-dep heartbeat-2
cd $my_heartbeat-tree
dch -i
debuild -us -uc
cd ..
dpkg -i {new_compiled_heartbeat}.deb
--
Bernd Schubert
Q-Leap Networks GmbH
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems