- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Lsof compile problem
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
12-03-2002 02:26 AM
12-03-2002 02:26 AM
Lsof compile problem
I must install lsof on my server (HP-UX 11.11; A-Class);
I have download the source code of lsof_4-64, I execute gunzip and tar commands.
To compile its, I have execute these commands:
./Configure hpux
make
I try execute lsof -h command and I'haven't problems;
I must install lsof, I execute HPUX.install, but I have obtain this message:
/HPUX.Install: Package: not found.
./HPUX.Install[2]: Version: not found.
./HPUX.Install[3]: Syntax error at line 4 : `newline or ;' is not expected.
I haven't install ANSI-C.
Can Somebady help me.....Can I compile lsof??
Thanks
Manuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 02:43 AM
12-03-2002 02:43 AM
Re: Lsof compile problem
you cannot compile using default compiler which comes with HP-UX OS . Either use ANSI C or GCC .
ANSI C is a priced product , But GCC is a open source .
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 05:10 AM
12-03-2002 05:10 AM
Re: Lsof compile problem
I have install ANSI-C, I have execute configure hpux command, and make command, when I execute make command, at the end of output I see this warning message:
/bin/cc -o lsof -DHPUXV=1111 -D_PSTAT64 -DLSOF_VSTR=\"B.11.11\" dfile.o dproc.o dsock.o dstore.o arg.o main.o misc.o node.o print.o proc.o store.o usage.o -L -lc -L./lib -llsof -lnsl
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (dfile.o) was detected. The linked output may not run on a PA 1.x system.
The lsof command function correctly, but not function "man lsof"
Plese help me
Hello
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 07:55 PM
12-03-2002 07:55 PM
Re: Lsof compile problem
make will only compile the lsof it will not copy man pages for you.
try this
#make install
or there should be man directory under the source copy that to your MANPATH directory and
copy lsof binary from the current location to
/usr/bin
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 12:58 AM
12-04-2002 12:58 AM
Re: Lsof compile problem
I try execute make install command, but this operation haven't resolve my problem.
Have we got an idea?
Thanks
Manuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 01:06 AM
12-04-2002 01:06 AM
Re: Lsof compile problem
what are the directories under the lsof source direcotry ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 01:53 AM
12-06-2002 01:53 AM
Re: Lsof compile problem
for resolving my problem I simply copy the file lsof.8 under /usr/local/man/man8 directory, and I creat it if not exist.
Thanks for your help.
Hello
Manuel