- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sudo for 11.23
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-25-2010 07:32 AM
01-25-2010 07:32 AM
$ sudo pwd
usr/lib/dld.sl: Unresolved symbol: setegid (code) from sudo
Abort(coredump)
The same failure occurs if I reinstall the version from the HP-UX porting center. Both versions are 1.7.2p1
The sudo change log seems to indicate that setegid was changed to setgid in 1995 but then changed to a protected call in 6/2009 with #ifdef HAVE_SETEUID.
I pulled a copy of sudo from the 2004 IExpress DVD with a version of 1.6.7p5 and it runs OK. Has anyone else run into this?
Bill Hassell, sysadmin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 09:32 AM
01-25-2010 09:32 AM
Solutionhttps://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PortPkg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 11:20 AM
01-25-2010 11:20 AM
Re: sudo for 11.23
Yes, Bill I've seen this. Some ix software is complete and checks for dependencies. sudo is rather well known for not checking dependencies and merely malfunctioning if something is missing.
The previous post saying to install additional necessary software should take care of it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 04:58 PM
01-25-2010 04:58 PM
Re: sudo for 11.23
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 04:59 PM
01-25-2010 04:59 PM
Re: sudo for 11.23
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 05:20 PM
01-25-2010 05:20 PM
Re: sudo for 11.23
I have the following installed on my 11.23 box:
# swlist |grep -i sudo
ixSudo A.11.00-1.6.9p16.001 Super User Do
I don't recall having to do anything special with that version. It works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 06:47 PM
01-25-2010 06:47 PM
Re: sudo for 11.23
Bill Hassell, sysadmin