- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba Installation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 12:26 AM
01-22-2004 12:26 AM
Samba Installation
I am having some problems installing samba on HP-UX Ver 11.11. After running ./configure I get the folloing error message below.
Using libraries:
LIBS = -lgen -lsec -lnsl
AUTH_LIBS =
checking configure summary... WARNING: No automated network interface determinat
ion
ERROR: no seteuid method available
configure: error: summary failure. Aborting config
How do I search for a proper download file like a depot file so I can install using swinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 12:29 AM
01-22-2004 12:29 AM
Re: Samba Installation
Open Source? HP's CIFS?
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 12:34 AM
01-22-2004 12:34 AM
Re: Samba Installation
You can download Samba bineries from
http://us3.samba.org/samba/ftp/Binary_Packages/hp/samba-2.2.8a/
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 12:57 AM
01-22-2004 12:57 AM
Re: Samba Installation
I downloaded samba_2.2.8a_HPUX_withbind.depot.gz but I;m not sure how to install it. I have done this before on Aix which took only 15 minutes to do. Unfortunately on HP-UX it seems different.
The previous download was samba-latest.tar.gz and then I ran ./configure that's when I got the error message. that was from the site http://us1.samba.org/samba/ftp/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 01:19 AM
01-22-2004 01:19 AM
Re: Samba Installation
You will be better off using HP's supported SAMBA named: CIFS/9000 Server
B8725AA A.01.08 CIFS/9000 Server
It should already part of your HPUX 11.11 install as part of your coreOS.. see /opt/samba. Config files are in /etc/opt... You may also configure it via SWAT http://yourserver:901.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 01:21 AM
01-22-2004 01:21 AM
Re: Samba Installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 02:03 AM
01-22-2004 02:03 AM
Re: Samba Installation
You are indeed better off running HP's version of samba, CIFS Server.
If however, you want to run the samba that you downloaded, do the following:
- gunzip samba_2.2.8a_HPUX_withbind.depot.gz
- swinstall -v -s $PWD/samba_2.2.8a_HPUX_withbind.depot
This will bring up the swinstall screen. Select the samba software with the space key, press "m" to mark it, press "tab" to go the menu, select the "actions" menu and "install" it.
Read the log to see if it's all ok.