1831764 Members
2790 Online
110029 Solutions
New Discussion

Re: Installing SAMBA

 
SOLVED
Go to solution
Yvonne Butler
Regular Advisor

Installing SAMBA

I'm attempting to install SAMBA on a new system. When running the ./configure command from /opt/samba/source it runs through all the usual stuff but quits out some way through. Anyone know why I'm getting this problem, I haven't encountered it before!?

checking configure summary... WARNING: No automated network interface determination
ERROR: no seteuid method available
configure: error: summary failure. Aborting config
#
5 REPLIES 5
T G Manikandan
Honored Contributor

Re: Installing SAMBA

If you are running 10.20 or 11.0 get the depot from here

http://hpux.cs.utah.edu/hppd/hpux/Networking/Misc/samba-2.2.3a/

T G Manikandan
Honored Contributor
Solution

Re: Installing SAMBA

Looks like you are using the bundled compiler that is ported with HPUX OS.


If you have ANSI C compiler installed,make sure you are pointing it there to that executable.


If not it is nice you download the gcc version and get it compiled using that.

http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.3.1/
Darren Prior
Honored Contributor

Re: Installing SAMBA

Hi Yvonne,

Another option is to consider downloading CIFS/9000 from http://software.hp.com

The advantage is that it's supported by HP, but it will be based on a version of open source Samba that may not be the absolute latest.

regards,

Darren.
Calm down. It's only ones and zeros...
Geoff Wild
Honored Contributor

Re: Installing SAMBA

I would use the CIFS/9000 from HP instead...

If you want the latest and greatest, then check out the cifs/9000 server technology preview:

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=CIFSTP22

UI have that running in semi-production - with no issues what-so-ever.

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Yvonne Butler
Regular Advisor

Re: Installing SAMBA

I'd forgotten to install the ANSI C Compiler first, its all working now. Thanks everyone.