<?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 Re: lsof building in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-building/m-p/2620366#M925667</link>
    <description>Hi Alfredo,&lt;BR /&gt;&lt;BR /&gt;We already had a discussion on building lsof. Check the following thread for details.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15eaf715edc6d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15eaf715edc6d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I did post a solution. But one that was posted by Ramesh looked better.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Mon, 26 Nov 2001 23:24:16 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2001-11-26T23:24:16Z</dc:date>
    <item>
      <title>lsof building</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-building/m-p/2620364#M925665</link>
      <description>I downloaded the lsof source, while using ./Configure i got the following error:&lt;BR /&gt;&lt;BR /&gt;Looking for ipis_s with /usr/contrib/bin/q4 ... &lt;BR /&gt;&lt;BR /&gt;!!!ERROR!!! /usr/contrib/bin/q4 failed and produced the following output.&lt;BR /&gt;&lt;BR /&gt;q4: (warning) no modules in the crashdump or no INDEX file&lt;BR /&gt;q4: (error) vmunix not pxdb'd&lt;BR /&gt;&lt;BR /&gt;!!!ERROR!!!     !!!ERROR!!!     !!!ERROR!!!     !!!ERROR!!!&lt;BR /&gt;Configure can't use /usr/contrib/bin/q4 to examine the ipis_s&lt;BR /&gt;structure.  You must do that yourself, report the result in&lt;BR /&gt;the HPUX_IPC_S_PATCH environment variable, then repeat the&lt;BR /&gt;Configure step.  Consult the Configure script's use of&lt;BR /&gt;/usr/contrib/bin/q4 and the 00XCONFIG file for information&lt;BR /&gt;on ipis_s testing and the setting of HPUX_IPC_S_PATCH.&lt;BR /&gt;!!!ERROR!!!     !!!ERROR!!!     !!!ERROR!!!     !!!ERROR!!!</description>
      <pubDate>Mon, 26 Nov 2001 23:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-building/m-p/2620364#M925665</guid>
      <dc:creator>Alfredo Raymundo</dc:creator>
      <dc:date>2001-11-26T23:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: lsof building</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-building/m-p/2620365#M925666</link>
      <description>You have two choices:&lt;BR /&gt;&lt;BR /&gt;1) Download and install q4; it's a good tool to have.&lt;BR /&gt;&lt;BR /&gt;2) Modify the makefile to not look at the q4 stuff.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 23:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-building/m-p/2620365#M925666</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-26T23:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: lsof building</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-building/m-p/2620366#M925667</link>
      <description>Hi Alfredo,&lt;BR /&gt;&lt;BR /&gt;We already had a discussion on building lsof. Check the following thread for details.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15eaf715edc6d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15eaf715edc6d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I did post a solution. But one that was posted by Ramesh looked better.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 26 Nov 2001 23:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-building/m-p/2620366#M925667</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-11-26T23:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: lsof building</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-building/m-p/2620367#M925668</link>
      <description>Q4 requires q4pxdb to be run before it can be used.  Its not recommended to do this on the running kernel, however, so copy it to /tmp first.  Try this:&lt;BR /&gt;&lt;BR /&gt;1. cp /stand/vmunix /tmp&lt;BR /&gt;2. q4pxdb /tmp/vmunix&lt;BR /&gt;3. Edit the Configure script, find the line where q4 is called and change /stand/vmunix to /tmp/vmunix.&lt;BR /&gt;&lt;BR /&gt;Then try running Configure again.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Nov 2001 09:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-building/m-p/2620367#M925668</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2001-11-27T09:49:56Z</dc:date>
    </item>
  </channel>
</rss>

