Operating System - HP-UX
1833053 Members
2878 Online
110049 Solutions
New Discussion

Error when compiling samba

 

Error when compiling samba

I?m trying to compile samba, but I?m getting this error:
"checking configure summary
WARNING: No automated network interface determination
ERROR: no seteuid method available" Does anybody know what is this error? What is this "seteuid"?
Thanks
Regards
Logan
Don´t worry... Be happy
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: Error when compiling samba

Hi:

seteuid is set effective user id; it is normally used to allow a non-root user to become another another user (even root) for a short while.

I have had no difficulty in compiling Samba but I have not tried it with the bundled C compiler. Both ANSI/C and aCC compile it without problems.

Regards, Clay
If it ain't broke, I can fix that.

Re: Error when compiling samba

You should be able to compile with the gcc compilers.

You can get precompiled versions of the compilers from http://hpux.connect.org.uk/

Hope this helps.

Dave Wilkinson