[Linux-HA] Compiling error on Debian Etch
Andrew Beekhof
beekhof at gmail.com
Fri May 18 09:03:44 MDT 2007
On 5/18/07, Benjamin Watine <watine at cines.fr> 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:
usually there is a useradd and groupadd command that will do "the right thing"
More information about the Linux-HA
mailing list