- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lsof was built for a 32 bit kernel but this is a 6...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 11:26 PM
03-14-2004 11:26 PM
Every depot of 'lsof' downloaded from HP-UX Porting Centre reports the same error mesage when running lsof command:
# /usr/local/bin/lsof
lsof: FATAL: lsof was built for a 32 bit kernel, but this
is a 64 bit kernel
# getconf KERNEL_BITS
64
Where can I get lsof for 64 bit ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 11:31 PM
03-14-2004 11:31 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 11:32 PM
03-14-2004 11:32 PM
Re: lsof was built for a 32 bit kernel but this is a 64 bit kernel
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/binaries/hpux/
If it didn't work better you complile it from the source,
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 11:36 PM
03-14-2004 11:36 PM
Re: lsof was built for a 32 bit kernel but this is a 64 bit kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 11:43 PM
03-14-2004 11:43 PM
Re: lsof was built for a 32 bit kernel but this is a 64 bit kernel
The source package at the Porting Archive is named "lsof-470-ss-11.00.tar.gz" but I just compiled it successfully on 64-bit 10.20 with no GCC nor GNU make. After extracting the package, the necessary commands were
./Configure hpux
make
and I got a working lsof binary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 01:41 AM
03-15-2004 01:41 AM
Re: lsof was built for a 32 bit kernel but this is a 64 bit kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 06:18 AM
03-16-2004 06:18 AM