1835592 Members
2407 Online
110079 Solutions
New Discussion

Re: lsof

 
SOLVED
Go to solution
Joaquin Gil de Vergara
Respected Contributor

lsof

I've installed lsof 4-64 in a L1500 machine with hpux 11i

It works well

I installed the same depot in the same machine but with hp-ux 11.0
(depot is for 11.0 not for 11i)

this is the error

#./lsof
lsof: FATAL: lsof was built for a 32 bit kernel, but this
is a 64 bit kernel.
#

Teach is the best way to learn
5 REPLIES 5
Rainer von Bongartz
Honored Contributor

Re: lsof


It really means what it says:

You machine is running a 64 bit kernel but your lsof is a 32 bit version.

get lsof in 64 bit version


Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
MANOJ SRIVASTAVA
Honored Contributor

Re: lsof

You need a 64 bit binary , download from :


http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/


Manoj Srivastava
Ionut Grigorescu_2
Super Advisor
Solution

Re: lsof

Hi,

if you e-mail me at ionut.grigorescu@o2.com I can send you a precompiled version of lsof. I have also received it from a "guru" from itrc and it works fine.
If it weren't for STRESS I'd have no energy at all
Geetha Alagappan
Regular Advisor

Re: lsof

Here is a pre-compiled 64-bit lsof.
Geetha
mv it to another name and unshar it.
hercules
Joaquin Gil de Vergara
Respected Contributor

Re: lsof

thank you to all

finally I replace the binary with another 64 bit version and works fine...

but I'll want to know why 32 bit depot 11.0 works in a 64 bit machine with 11i installed and no with 11.0
Teach is the best way to learn