Operating System - HP-UX
1826379 Members
4359 Online
109692 Solutions
New Discussion

Re: HP-UNIX configure samba

 
Susi
Occasional Advisor

HP-UNIX configure samba

I am trying to install samba on an HP-UX 11.0 server. When I run 'configure' it gets aborted with the following message:

WARNING: No automated network interface determination
ERROR: No seteuid method available
configure: error: summary failure Aborting config

Is that a compiler problem? I am using cc. What can I do?

Susi
Carpe Diem!
7 REPLIES 7
Jeff Machols
Esteemed Contributor

Re: HP-UNIX configure samba

Are you running the install as root? It looks there may be some permission problems
Susi
Occasional Advisor

Re: HP-UNIX configure samba

Jeff,

I run 'configure' as root. The configure file itself is owned by sysadm, group is sys. I tried changing the owner to root, which didn't make 'configure' work either.

Susi
Carpe Diem!
Jeff Machols
Esteemed Contributor

Re: HP-UNIX configure samba

here is a section from a text file I saw, not sure if this will work but it might help

you need to add these to the LIBSM line in the Samba Makefile. Your LIBSM line will then look something like this:

LIBSM = setegid.o seteuid.o -ln

You should then remove the line:

#define NO_EID

from the includes.h
Susi
Occasional Advisor

Re: HP-UNIX configure samba

Thanks, Jeff! I checked the files that you mentioned. The Makefile doesn't have a specific LIBSM line. It's got a 'LIBS=@LIBS@' and a 'LIBSMB_OBJ' line.
The includes.h file doesn't have the entry: #define NO_EID.

Anyway, thanks a lot for your help!

Susi
Carpe Diem!
Andrew Penning_1
Occasional Contributor

Re: HP-UNIX configure samba

Susi,
I am having exactly the same error when trying to install samba on my L class box running HPux 11.00. Did you get it working?
Mark Vollmers
Esteemed Contributor

Re: HP-UNIX configure samba

Susi-

You are compiling Samba to install, right? You should be able to find already compiled versions of it out there. If nothing else, you could install CIFS server, since that is the same thing in essence. this is already set up in .depot format, so it's just swinstall and go. It's normal samba from there, except for some of the file locations.

Mark
"We apologize for the inconvience" -God's last message to all creation, from Douglas Adams "So Long and Thanks for all the Fish"
Susi
Occasional Advisor

Re: HP-UNIX configure samba

That's what I eventually did. I downloaded and installed a pre-compiled version and it worked just fine.
Carpe Diem!