- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problems with sudo...
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
05-29-2006 07:37 AM
05-29-2006 07:37 AM
problems with sudo...
I have one problem, with SUDO, this is message:
# /usr/local/bin/sudo ls
/usr/lib/dld.sl: Can't find path for shared library: libroken.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump).
Please anybody, help me...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 08:32 AM
05-29-2006 08:32 AM
Re: problems with sudo...
Something is really wrong here.
sudo is part of iexpress and available on http://software.hp.com or iexpress CD/DVD.
What gives
# /usr/local/bin/sudo -V
and
# find / -name "sudo*"
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 01:44 PM
05-29-2006 01:44 PM
Re: problems with sudo...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 07:30 PM
05-29-2006 07:30 PM
Re: problems with sudo...
Just yesterday, I was installing our first real 11.23 with a coworker. I tried to download sudo from software.hp.com but there were some network problems. So we tried the Porting Archive's sudo and got exactly this message.
Looks like the Porting Archive's sudo package for 11.23 ia64 has an undocumented dependency: it requires libroken.sl which comes with some other package.
A while later we managed to get sudo from software.hp.com, which was installed with no problems. (Coffee Break, a miracle cure for Internet connectivity problems :-)
A bit of Googling revealed that libroken.sl is a part of Heimdal, a free Kerberos 5 implementation. The Porting Archive has heimdal packages available, but I think installing Kerberos 5 just to get sudo to work is an overkill...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 08:06 PM
05-29-2006 08:06 PM
Re: problems with sudo...
1-copy the /etc/sudoers file
cp etc/sudoers /tmp/sudoers.prev
2-install the latest sudo from http://www.courtesan.com/sudo/download.html
3-open /tmp/sudoers.prev with using cat or more.And mark and copy all file.
4-edit new /etc/sudoers with using #visudo
(paste old sudoers file)
regards;
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 11:19 PM
05-29-2006 11:19 PM
Re: problems with sudo...
Thanks, for your help, I fix my mistake...