Configure bug: seteuid in pre2.0.7

Jeremy Allison jeremy at valinux.com
Mon Feb 14 21:45:38 GMT 2000


David Collier-Brown wrote:
> 
>   The tests/summary.c file tests for USE_SETEUID while
> the configure program sets HAVE_SETEUID.
> 
>   Please change the tests/summary.c file to say
> 
> #if !(defined(HAVE_SETEUID) || defined(HAVE_SETREUID) ||
> defined(HAVE_SETRESUID) || defined(HAVE_SETUIDX))
>         printf("ERROR: no seteuid method available\n");
>         exit(1);
> #endif
> 
> This occurs on pre2.0.7, with
>         Solaris 7, Sun SC5.0 compilers
>         Solaris 8, Sun SC5.0 compilers
>         Solaris 8, gcc 2.95.2
> and see the following messages from configure in all cases:

Hmmmm. Catching up on my mail. Current CVS for 2.0.x
has USE_SETEUID everywhere, not HAVE_SETEUID. Is this
still a problem (for 2.0.7pre2) ?

Jeremy.

-- 
--------------------------------------------------------
Buying an operating system without source is like buying
a self-assembly Space Shuttle with no instructions.
--------------------------------------------------------


More information about the samba-technical mailing list