Operating System - HP-UX
1833017 Members
2229 Online
110048 Solutions
New Discussion

lsof hpux 11.11 Install problems...

 
SOLVED
Go to solution
Charles Harris
Super Advisor

lsof hpux 11.11 Install problems...

Hi All, I'm trying to install the lsof depot from the porting archives, but without success. The install starts but then errors on not having a usr or group although the binary is owned by root and bin respectivly. Running lsof just core dumps.

Any ideas, pointers, RTFF's etc would be greatly appreciated as ever!

Cheers,

-=ChaZ=-
6 REPLIES 6
Robert-Jan Goossens_1
Honored Contributor

Re: lsof hpux 11.11 Install problems...

Hi Charles,

Did you install the run time dependencies ?

bison flex gcc gettext libiconv m4

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.74/

Regards,
Robert-Jan
Charles Harris
Super Advisor

Re: lsof hpux 11.11 Install problems...

Hi Rober-Jan,

Yes, I've installed all the dependancy apps without problems, although I got exactly the same error when I tried to install LSOF before putting them on?!

Cheers,

-=ChaZ=-
Borislav Perkov
Respected Contributor
Solution

Re: lsof hpux 11.11 Install problems...

Hi,
I have same problem on 11i and I have downloaded the source for lsof and I make recompile. Maybe you can try to do the same.
Regards
Borislav Perkov
Respected Contributor

Re: lsof hpux 11.11 Install problems...

Sometimes lsof show an install error and then can be usable. You can manually set suid on one file it complains about and it will be totally usable.
Charles Harris
Super Advisor

Re: lsof hpux 11.11 Install problems...

Hi Borislav,

Thanks for the painfuly obvious suggestion! I compiled it from the source and all is fine!

Cheers,


-=ChaZ=-
Charles Harris
Super Advisor

Re: lsof hpux 11.11 Install problems...

Thanks again......