<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Lsof compile problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856172#M2963</link>
    <description>Hello guy,&lt;BR /&gt;I must install lsof on my server (HP-UX 11.11; A-Class);&lt;BR /&gt;I have download the source code of lsof_4-64, I execute gunzip and tar commands.&lt;BR /&gt;To compile its, I have execute these commands:&lt;BR /&gt;./Configure hpux &lt;BR /&gt;make&lt;BR /&gt;I try execute lsof -h command and I'haven't problems; &lt;BR /&gt;I must install lsof, I execute HPUX.install, but I have obtain this message:&lt;BR /&gt;/HPUX.Install: Package:  not found.&lt;BR /&gt;./HPUX.Install[2]: Version:  not found.&lt;BR /&gt;./HPUX.Install[3]: Syntax error at line 4 : `newline or ;' is not expected.&lt;BR /&gt;&lt;BR /&gt;I haven't install ANSI-C.&lt;BR /&gt;Can Somebady help me.....Can I compile lsof??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Manuel</description>
    <pubDate>Tue, 03 Dec 2002 10:26:03 GMT</pubDate>
    <dc:creator>Manuel_8</dc:creator>
    <dc:date>2002-12-03T10:26:03Z</dc:date>
    <item>
      <title>Lsof compile problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856172#M2963</link>
      <description>Hello guy,&lt;BR /&gt;I must install lsof on my server (HP-UX 11.11; A-Class);&lt;BR /&gt;I have download the source code of lsof_4-64, I execute gunzip and tar commands.&lt;BR /&gt;To compile its, I have execute these commands:&lt;BR /&gt;./Configure hpux &lt;BR /&gt;make&lt;BR /&gt;I try execute lsof -h command and I'haven't problems; &lt;BR /&gt;I must install lsof, I execute HPUX.install, but I have obtain this message:&lt;BR /&gt;/HPUX.Install: Package:  not found.&lt;BR /&gt;./HPUX.Install[2]: Version:  not found.&lt;BR /&gt;./HPUX.Install[3]: Syntax error at line 4 : `newline or ;' is not expected.&lt;BR /&gt;&lt;BR /&gt;I haven't install ANSI-C.&lt;BR /&gt;Can Somebady help me.....Can I compile lsof??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Manuel</description>
      <pubDate>Tue, 03 Dec 2002 10:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856172#M2963</guid>
      <dc:creator>Manuel_8</dc:creator>
      <dc:date>2002-12-03T10:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Lsof compile problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856173#M2964</link>
      <description>Hi,&lt;BR /&gt;you cannot compile using default compiler which comes with HP-UX OS . Either use ANSI C or GCC .&lt;BR /&gt;&lt;BR /&gt;ANSI C is a priced product , But GCC is a open source .&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 03 Dec 2002 10:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856173#M2964</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-12-03T10:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lsof compile problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856174#M2965</link>
      <description>Hi,&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;/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&lt;BR /&gt;/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.&lt;BR /&gt;&lt;BR /&gt;The lsof command function correctly, but not function "man lsof"&lt;BR /&gt;&lt;BR /&gt;Plese help me&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hello</description>
      <pubDate>Tue, 03 Dec 2002 13:10:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856174#M2965</guid>
      <dc:creator>Manuel_8</dc:creator>
      <dc:date>2002-12-03T13:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Lsof compile problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856175#M2966</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;make will only compile the lsof it will not copy man pages for you.&lt;BR /&gt;&lt;BR /&gt;try this&lt;BR /&gt;#make install&lt;BR /&gt;&lt;BR /&gt;or there should be man directory under the source copy that to your MANPATH directory and&lt;BR /&gt;copy lsof binary from the current location to&lt;BR /&gt;/usr/bin&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 04 Dec 2002 03:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856175#M2966</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-12-04T03:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Lsof compile problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856176#M2967</link>
      <description>Hello,&lt;BR /&gt;I try execute make install command, but this operation haven't resolve my problem.&lt;BR /&gt;Have we got an idea?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Manuel</description>
      <pubDate>Wed, 04 Dec 2002 08:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856176#M2967</guid>
      <dc:creator>Manuel_8</dc:creator>
      <dc:date>2002-12-04T08:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Lsof compile problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856177#M2968</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what are the directories under the lsof source direcotry ?</description>
      <pubDate>Wed, 04 Dec 2002 09:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856177#M2968</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-12-04T09:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lsof compile problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856178#M2969</link>
      <description>Hi,&lt;BR /&gt;for resolving my problem I simply copy the file lsof.8 under /usr/local/man/man8 directory, and I creat it if not exist.&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Hello&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manuel</description>
      <pubDate>Fri, 06 Dec 2002 09:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lsof-compile-problem/m-p/2856178#M2969</guid>
      <dc:creator>Manuel_8</dc:creator>
      <dc:date>2002-12-06T09:53:33Z</dc:date>
    </item>
  </channel>
</rss>

