1837855 Members
2483 Online
110122 Solutions
New Discussion

problems with sudo...

 
Eberno
Regular Advisor

problems with sudo...

My friends,

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...
5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: problems with sudo...

Where did you get SUDO and what is your version? How did you install this software?
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!   
Rajeev  Shukla
Honored Contributor

Re: problems with sudo...

Its looks that you have copied the sudo binaries from other server. You have not installed the sudo from a depot file on this server or you have not compiled sudo for your own server.
Matti_Kurkela
Honored Contributor

Re: problems with sudo...

Did you get your sudo from HPUX Porting Archive?

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...
MK
Mustafa Gulercan
Respected Contributor

Re: problems with sudo...

hi;
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
Eberno
Regular Advisor

Re: problems with sudo...

People,

Thanks, for your help, I fix my mistake...