- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- samba error
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
06-07-2001 06:03 PM
06-07-2001 06:03 PM
I tried to install Samba 2.2.0 on my hpd370 server and encountered the following error mid-way thru' installation:
Checking configure summary
WARNING: No automated network interface determination
ERROR: No seteuid method available
configure: error: summary failure. Aborting config.
What does all this mean? Anyone, pls. Appreciate all help so far.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 11:39 PM
06-07-2001 11:39 PM
Re: samba error
why not downloading SAMBA as binary package from
http://va.samba.org/samba/ftp/Binary_Packages/hp/samba-2.0.7-hppa1.1-hp-hpux10.20.tar.Z
After download to eg. /tmp/samba-2.0.7-hppa1.1-hp-hpux10.20.tar.Z extract the depot file with
cd /tmp;zcat samba-2.0.7-hppa1.1-hp-hpux10.20.tar.Z|tar xvf - samba.depot
and then install it with
swinstall -s /tmp/samba.depot
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 11:41 PM
06-07-2001 11:41 PM
Re: samba error
sorry i haven't seen that you want to install samba 2.2.0 which is not available as binary package - sorry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 11:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2001 12:56 AM
06-08-2001 12:56 AM
Re: samba error
How do I check the ver for C?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2001 01:30 AM
06-08-2001 01:30 AM
Re: samba error
or cc -v
to get version info
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2001 01:50 AM
06-08-2001 01:50 AM
Re: samba error
root@hpd370:/> cc -v
(Bundled) cc: NLSPATH is /usr/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/C/%N.cat:
(Bundled) cc: CCOPTS is not set.
(Bundled) cc: INCLUDIR is INCLUDIR=/usr/include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2001 02:44 AM
06-08-2001 02:44 AM
Re: samba error
Hope this helps.
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2001 06:01 PM
06-10-2001 06:01 PM
Re: samba error
I will try to get the required CD. My machine did not come with the HP-UX Core CD and Applications CD as it was a "hand-me-down". This is what happens when you get things for free! BTW, anyone knows how I can actually get my hands on the CDs?
Appreciate it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2001 10:26 PM
06-11-2001 10:26 PM
Re: samba error
Got to the Software Porting Center (e.g. http://hpux.connect.org.uk) and download binutils and gcc. Make sure to download both and better install the binutils first.
I would reconmend using gcc instead of ANSI C. Most free software is better configured for gcc.
Hope this helps. Stefan