1753918 Members
7451 Online
108810 Solutions
New Discussion юеВ

Re: Sudo problem

 
Kanagaraj
Regular Advisor

Sudo problem

Dear All,

I am facing a problem,sudo is not working.

OS version:-11.11
Sudo version:-1.6.8

I have reinstalled sudo package.

# swlist -l product|grep -i sudo
sudo 1.6.8p12 sudo


but still not working.while running the sudo su -

following error I am getting.
$ sudo su -
/usr/lib/dld.sl: Unresolved symbol: pthread_mutex_lock (code) from sudo
Abort

This error is occuring after instlled some OS patch(Oracle patch).
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: Sudo problem

Hi,

Check if this patch is installed. (PHCO_35743)

http://www13.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_35743&sel={hpux:11.11,}&BC=main|search|

There is also a newer version for sudo available;

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.7.1/

Regards,
Robert-Jan
Dennis Handly
Acclaimed Contributor

Re: Sudo problem

>Robert-Jan: Check if PHCO_35743 is installed.

Right. This includes the pthread_* stubs that were added many years ago.
Perhaps there are more patches you need?
Kanagaraj
Regular Advisor

Re: Sudo problem

Thanks,let you know the status.