Operating System - HP-UX
1752519 Members
5391 Online
108788 Solutions
New Discussion

Re: lsof and sudo software for HP-UX 11.00

 
NarendraUttekar
Advisor

lsof and sudo software for HP-UX 11.00

Hi,

I am looking for lsof and sudo software for HP-UX 11.00. I searched but i am not able to download the workable binary for lsof and sudo.

 

Please can some one let me know from where i can download the depot or binary of sudo and lsof for HP-UX 11.00.

And also how to installed the lsof and sudo if it is in binary format.

 

Thanks,

Narendra

2 REPLIES 2
Hiren N Dave
Valued Contributor

Re: lsof and sudo software for HP-UX 11.00

You can find sudo depot from below link.

 

http://www.gratisoft.us/sudo/download.html

 

The default C compiler shipped with HP-UX is not an ANSI compiler.
    You must use either the HP ANSI C compiler or gcc to build sudo.
    Binary packages of gcc are available from http://hpux.connect.org.uk/.

    To prevent PAM from overriding the value of umask on HP-UX 11,
    you will need to add a line like the following to /etc/pam.conf:

    sudo session required libpam_hpsec.so.1 bypass_umask

 

Just follow the readme file for installation notes.

I am an HP Employee

Was this post useful? - You may click the KUDOS! star to say thank you.
rariasn
Honored Contributor

Re: lsof and sudo software for HP-UX 11.00