<?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 Imake problems? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/imake-problems/m-p/2605170#M853271</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am trying to build a product that requires imake on an i2000 running HP-UX 11.20.  I have tried for some time to figure this out, but to no avail.  My problem is this:  every time I run imake I get an error that I have not seen before on any other system.  It goes like this:&lt;BR /&gt;&lt;BR /&gt;bash-2.04# uname -r&lt;BR /&gt;B.11.20&lt;BR /&gt;bash-2.04# imake&lt;BR /&gt;interpreter "/vobs/common/11.20/usr/lib/hpux32/uld.so" not found&lt;BR /&gt;exec(2): could not load a.out&lt;BR /&gt;bash-2.04#&lt;BR /&gt;&lt;BR /&gt;The same error occurs no matter how I call imake (using xmkmf, for example, of from the command line with any combination of arguments).  Does anybody have any ideas?  &lt;BR /&gt;&lt;BR /&gt;I have tried running find on / and combining it with grep to locate the source of the "vobs/common/11.20" string, but can't seem to find it anywhere.&lt;BR /&gt;&lt;BR /&gt;I tried re-installing imake from the application cds just to be safe, but no help.&lt;BR /&gt;&lt;BR /&gt;Any ideas or help will be appreciated.  Thanks.&lt;BR /&gt;&lt;BR /&gt;Matt Crouse&lt;BR /&gt;</description>
    <pubDate>Wed, 31 Oct 2001 19:25:45 GMT</pubDate>
    <dc:creator>Matthew Crouse</dc:creator>
    <dc:date>2001-10-31T19:25:45Z</dc:date>
    <item>
      <title>Imake problems?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/imake-problems/m-p/2605170#M853271</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am trying to build a product that requires imake on an i2000 running HP-UX 11.20.  I have tried for some time to figure this out, but to no avail.  My problem is this:  every time I run imake I get an error that I have not seen before on any other system.  It goes like this:&lt;BR /&gt;&lt;BR /&gt;bash-2.04# uname -r&lt;BR /&gt;B.11.20&lt;BR /&gt;bash-2.04# imake&lt;BR /&gt;interpreter "/vobs/common/11.20/usr/lib/hpux32/uld.so" not found&lt;BR /&gt;exec(2): could not load a.out&lt;BR /&gt;bash-2.04#&lt;BR /&gt;&lt;BR /&gt;The same error occurs no matter how I call imake (using xmkmf, for example, of from the command line with any combination of arguments).  Does anybody have any ideas?  &lt;BR /&gt;&lt;BR /&gt;I have tried running find on / and combining it with grep to locate the source of the "vobs/common/11.20" string, but can't seem to find it anywhere.&lt;BR /&gt;&lt;BR /&gt;I tried re-installing imake from the application cds just to be safe, but no help.&lt;BR /&gt;&lt;BR /&gt;Any ideas or help will be appreciated.  Thanks.&lt;BR /&gt;&lt;BR /&gt;Matt Crouse&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Oct 2001 19:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/imake-problems/m-p/2605170#M853271</guid>
      <dc:creator>Matthew Crouse</dc:creator>
      <dc:date>2001-10-31T19:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Imake problems?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/imake-problems/m-p/2605171#M853272</link>
      <description>Hi Matt,&lt;BR /&gt;&lt;BR /&gt;Looks like a improper search for a library. Do a search for "uld.so". You may have to modify your library search path.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Oct 2001 19:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/imake-problems/m-p/2605171#M853272</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-31T19:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Imake problems?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/imake-problems/m-p/2605172#M853273</link>
      <description>Looks like the imake that you got is a wrong/beta version. The parent directory&lt;BR /&gt;"vobs" indicate clearcase's version object base which is used during the development phase.&lt;BR /&gt;&lt;BR /&gt;So, install a latest version of ANSIC developer's bundle.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 31 Oct 2001 20:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/imake-problems/m-p/2605172#M853273</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-31T20:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Imake problems?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/imake-problems/m-p/2605173#M853274</link>
      <description>Thanks for the info Sridhar.  What you said makes sense to me.  I installed the ANSI C developer's bundle from the application software CD I recieved from HP, which has a date of May 2001.  How should I go about getting an updated copy?&lt;BR /&gt;&lt;BR /&gt;Sanjay, the library that it is looking for is located in /usr/lib/hpux32, so it is just the /vobs/common/11.20 that is being prepended.</description>
      <pubDate>Wed, 31 Oct 2001 20:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/imake-problems/m-p/2605173#M853274</guid>
      <dc:creator>Matthew Crouse</dc:creator>
      <dc:date>2001-10-31T20:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Imake problems?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/imake-problems/m-p/2605174#M853275</link>
      <description>Hi again Matthew,&lt;BR /&gt;&lt;BR /&gt;I would suggest to check with HP to see if they can recommend something. You can probably point your SHLIB_PATH to /usr/lib/hpux32 or&lt;BR /&gt;temporarly create a link to this directory as required and remove the link later once you are done with the compilation.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 31 Oct 2001 21:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/imake-problems/m-p/2605174#M853275</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-31T21:19:04Z</dc:date>
    </item>
  </channel>
</rss>

