Compiling error samba2beta3

Andrej Borsenkow borsenkow.msk at sni.de
Fri Dec 11 11:00:30 GMT 1998


> HPUX should use setresuid() calls. This is normally checked for by
> configure. Please look at the output from configure to find out why
> it didn't detect the setresuid declaration.
> alternatively, in config.cache you should find a line with
> samba_cv_have_setresuid=yes
> and
> samba_cv_have_setresuid_decl=yes
> Good luck,


That's not the problem. configure checks for setresuid() but it does _not_
check for seteuid() or setegid(). the SAMBA code is flooded with them. The
correct thing is to check for them in configure and provide wrapper using
whatever else is available.

/andrej



More information about the samba-technical mailing list