Operating System - HP-UX
1753409 Members
7262 Online
108793 Solutions
New Discussion юеВ

Re: Sudo 1.6.9p20 on 11.23

 
Kenneth Ogrey
New Member

Sudo 1.6.9p20 on 11.23

Hello,

I'm looking for an HP software depot with a pre compiled source for Sudo 1.6.9p20.
Alternatively, if someone can provide step by step instructions for compiling and upgrading
from version 1.6.8p12 on 11.23 it would be very much appreciated.

Thank You
Kenneth Ogrey
ken_ogrey@hp.com
3 REPLIES 3
smatador
Honored Contributor

Re: Sudo 1.6.9p20 on 11.23

Hi
I suggest you to go to.
http://www.sudo.ws/sudo/download.html
and install the stable release
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.9p19/
ftp://hpux.connect.org.uk/hpux/Sysadmin/sudo-1.7.0/

To upgrade
1.backup /etc/sudoers
2.swremove
3.swinstall
4.Replace new sudoers file
Johnson Punniyalingam
Honored Contributor

Re: Sudo 1.6.9p20 on 11.23

Just downloaded below sudo depot, ftp'ed it to a test server (binary), run gunzip and it unzipped without an error.

http://hpux.connect.org.uk/ftp/hpux/Sysadmin/sudo-1.6.8p12/sudo-1.6.8p12-ia64-11.23.depot.gz
Problems are common to all, but attitude makes the difference
S. Ney
Trusted Contributor

Re: Sudo 1.6.9p20 on 11.23

Hi do you have HP's precompiled version of sudo? I've downloaded this product for our machines and its fairly easy. If not its part of the freely downloaded iexpress:

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123

If you want to use this version to replace your old version (and I'm paraphrasing from a previous thread that I used to setup my iexpress sudo).
1. login as root
2. Backup your sudoers file that is located in either /etc/ or /opt/iexpress/sudo/etc
3. Remove your current version of sudo by swremove or if it wasn't installed as a package remove the binaries and manpages
4. Download and install the new iexpress sudo with swinstall and select sudo
5. The new sudoers file is in /opt/iexpress/sudo/etc/ copy your old sudoers permissions into new sudoers.
6. Check sudo binaries. $which sudo should point you to correct file. If not create links in /usr/bin and /usr/sbin for sudo and visudo.
7. Check your manpath to sudo. The new man path is located in /opt/iexpress/sudo/man