<?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: 9.2.0 install in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178135#M838445</link>
    <description>thanks indira that linking issue was the problem.  After I created the links I was able to install and patch without any problems.  Thanks</description>
    <pubDate>Mon, 02 Feb 2004 09:03:09 GMT</pubDate>
    <dc:creator>Brian_274</dc:creator>
    <dc:date>2004-02-02T09:03:09Z</dc:date>
    <item>
      <title>9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178130#M838440</link>
      <description>Hello, I'm trying to install 9.2.0 on hp-ux 11.0 64 bit.  I had the os admin applly all the patches.  I'm now getting the following linking error.  Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Error in invoking target install of makefile&lt;BR /&gt;/u01/app/oracle/product/9.2.0/ctx/lib/ins_ctx.mk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 29 Jan 2004 16:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178130#M838440</guid>
      <dc:creator>Brian_274</dc:creator>
      <dc:date>2004-01-29T16:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178131#M838441</link>
      <description>This can be due to lack of disk space.&lt;BR /&gt;&lt;BR /&gt;There is a file called install.log that will have more detail on the problem. Read that and post the error message.&lt;BR /&gt;&lt;BR /&gt;Run a bdf and see if I'm right or off the mark.&lt;BR /&gt;&lt;BR /&gt;Note: There is a serious bug in 9.2.0 and you might want to start over with 9.2.0.4 That includes a bug fix for object locking. If they didn't bother to release an updated product plan to install that upgrade prior to doing any real work on the Database.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 29 Jan 2004 16:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178131#M838441</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-29T16:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178132#M838442</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;This is what Metalink says regarding the error that you are experiencing.&lt;BR /&gt;&lt;BR /&gt;During the install of 8.1.x/9.x on HP-UX 11.x, you receive the following error: &lt;BR /&gt; &lt;BR /&gt;"Error in invoking target install of makefile &lt;ORACLE_HOME&gt;/ctx/lib/ins_ctx.mk" &lt;BR /&gt; &lt;BR /&gt;You then check the $ORACLE_HOME/install/make.log and find errors similiar to the following: &lt;BR /&gt;   =========================================================== &lt;BR /&gt;  cc -Wl,+s -Wl,+n -L/u01/app/oracle/product/9.0.1_64/ctx/lib [cutting line for brevity] &lt;BR /&gt;  /usr/ccs/bin/ld: Can't find library for -lXm &lt;BR /&gt;  Stop. &lt;BR /&gt;  *** Error exit code 1 &lt;BR /&gt;  =========================================================== This error is raised when some of the shared libraries are missing in /user/lib. While installing Oracle 8i/9i on HP, the linker will look for libXm.sl,libXt.sl and libX11.sl when compiling the binary 'ctxhx'. &lt;BR /&gt;&lt;BR /&gt;Check for the existence of these in /usr/lib and if they do not exist, please make the necessary symbolic links.&lt;BR /&gt;  &lt;BR /&gt;Solution Description &lt;BR /&gt;&lt;BR /&gt; The linker (ld) cannot locate the X11/Motif shared libraries in  /usr/lib.   &lt;BR /&gt; &lt;BR /&gt; 1) Verify if libXm.sl exists in /usr/lib: &lt;BR /&gt; &lt;BR /&gt;      % cd /usr/lib &lt;BR /&gt;      % ls -al libXm.sl &lt;BR /&gt; &lt;BR /&gt;If this file does not exist, the linker will fail.  It should be a symbolic link to another file, the base X11/Motif library. &lt;BR /&gt; &lt;BR /&gt;  2) Check for base X11/Motif libraries. &lt;BR /&gt; &lt;BR /&gt;      % ls -al libXm.* &lt;BR /&gt; &lt;BR /&gt;  lrwxr-xr-x 1 root sys 00:14 libXm.1@ -&amp;gt; /usr/lib/Motif1.2/libXm.1 &lt;BR /&gt;  lrwxr-xr-x 1 root sys 00:14 libXm.2@ -&amp;gt; /usr/lib/Motif1.2_R6/libXm.2 &lt;BR /&gt;  lrwxr-xr-x 1 root sys 00:14 libXm.3@ -&amp;gt; /usr/lib/Motif1.2_R6/libXm.3 &lt;BR /&gt;  lrwxr-xr-x 1 root sys 00:14 libXm.4@ -&amp;gt; /usr/lib/Motif2.1/libXm.4 &lt;BR /&gt; &lt;BR /&gt;Looking at the above, you see that libXm.* has several incarnations, libXm.1, libXm.2, etc. These are roughly the same shared library  but different versions.  If libXm.sl does not exist, a link must  be made pointing to the most current library version. For example, &lt;BR /&gt;as libXm.4 comes from Motif 2.1, we can use it to create the shared library libXm.sl. &lt;BR /&gt; &lt;BR /&gt;You can also simply use the highest numbered library i.e. libXm.4 is higher then libXm.3. &lt;BR /&gt;  &lt;BR /&gt; 3) Create the shared library as a symbolic link to the base X11/Motif library. &lt;BR /&gt; &lt;BR /&gt;      % su root &lt;BR /&gt;      % cd /usr/lib &lt;BR /&gt;      % ln -s libXm.4 libXm.sl &lt;BR /&gt; &lt;BR /&gt;            OR &lt;BR /&gt; &lt;BR /&gt;      % ln -s /usr/lib/Motif2.1/libXm.4 /usr/lib/libXm.sl &lt;BR /&gt; &lt;BR /&gt;    Perform steps 1-3 for two other libraries, libXt.sl and libX11.sl. &lt;BR /&gt;  &lt;BR /&gt; 4) Return to the installer and click RETRY. &lt;BR /&gt;  &lt;BR /&gt;Explanation &lt;BR /&gt;&lt;BR /&gt;The necessary shared library does not exist in /usr/lib.  For both Oracle8i and Oracle9i on HP, the linker will look for libXm.sl, libXt.sl AND libX11.sl when compiling the binary 'ctxhx'. &lt;BR /&gt; &lt;BR /&gt;So long as the base X11/Motif libraries already exist, then symbolic links can be used.  If the base X11/Motif libraries are missing, the necessary OS packages will have to be installed first. &lt;BR /&gt; &lt;BR /&gt;I hope this helps&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IA&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;/ORACLE_HOME&gt;</description>
      <pubDate>Thu, 29 Jan 2004 19:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178132#M838442</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-01-29T19:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178133#M838443</link>
      <description>Hi,&lt;BR /&gt; This sort of error comes when u don't have ANSI-C on your system. ANSI-C software is a must to install Oracle on HP-UX system. It is a priced product.Check for it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2004 20:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178133#M838443</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2004-01-29T20:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178134#M838444</link>
      <description>There are lot of reasons for these messages.&lt;BR /&gt;&lt;BR /&gt;Please send the install log file so that this can be solved.&lt;BR /&gt;&lt;BR /&gt;Please ensure that your pre-requirements (patches,software)tasks are done properly.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2004 23:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178134#M838444</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-01-29T23:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178135#M838445</link>
      <description>thanks indira that linking issue was the problem.  After I created the links I was able to install and patch without any problems.  Thanks</description>
      <pubDate>Mon, 02 Feb 2004 09:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178135#M838445</guid>
      <dc:creator>Brian_274</dc:creator>
      <dc:date>2004-02-02T09:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178136#M838446</link>
      <description>I had the same issue, I solced thanks to Indira's explanations.&lt;BR /&gt;But still I have a link error:&lt;BR /&gt;&lt;BR /&gt;ld: Unsatisfied code symbol "gethrtime" in file /u01/app/oracle/product/9.2.0/lib/libgeneric9.a[kgl2.o]&lt;BR /&gt;1 errors.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone help me?&lt;BR /&gt;Thnaks in advance.</description>
      <pubDate>Fri, 06 Feb 2004 13:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178136#M838446</guid>
      <dc:creator>Nicolas Vacher</dc:creator>
      <dc:date>2004-02-06T13:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178137#M838447</link>
      <description>Hi Vacher,&lt;BR /&gt;&lt;BR /&gt;I assume that, you are installing Oracle RDBMS Version: 9i on HP-UX 11.0 64-bit  / HP-UX 11i&lt;BR /&gt;&lt;BR /&gt; During the installation when you receive this error &lt;BR /&gt;ld: Unsatisfied symbol "gethrtime" in file /u01/app/oracle/product/901/lib//libpls9.a[pbp.o] &lt;BR /&gt;1 errors. &lt;BR /&gt;*** Error exit code 1 &lt;BR /&gt;&lt;BR /&gt;in $ORACLE_HOME/install/make.log is: &lt;BR /&gt;&lt;BR /&gt;Follow these steps: &lt;BR /&gt;&lt;BR /&gt;1. Open a new console window on the host as the installation user. &lt;BR /&gt;2. Set up the Oracle environment (i.e. ORACLE_HOME). &lt;BR /&gt;3. Make a backup of the $ORACLE_HOME/genclntsh script. &lt;BR /&gt;4. Remove the ${LD_SELF_CONTAINED} flag from the ld command in the 'Create Library' section. &lt;BR /&gt;5. Run the genclntsh script. &lt;BR /&gt;6. Click on 'Retry' in the Universal Installer &lt;BR /&gt;&lt;BR /&gt;Then the installation will now proceed. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;If you still encounter the error message after the above &lt;BR /&gt;&lt;BR /&gt;ld: Unsatisfied symbol "gethrtime" in file /u01/app/oracle/product/901/lib//libldapclnt9.a[sgsluu.o] &lt;BR /&gt;1 errors. &lt;BR /&gt;*** Error exit code 1 &lt;BR /&gt;&lt;BR /&gt;Explanation &lt;BR /&gt;The gethrtime(void) function is a new function in libc and is not present in older versions of libraries, so this issue did not appear in prior versions. The referenced HP patches resolve the linking errors. &lt;BR /&gt; &lt;BR /&gt;HP/UX patches PHCO_23770, PHCO_23092 must be applied. These are if for HP-UX 11.0 &lt;BR /&gt;&lt;BR /&gt;If you are using HP-UX 11i then the patches are&lt;BR /&gt;PHCO_24400 &lt;BR /&gt;PHCO_24402 &lt;BR /&gt;PHCO_24145 &lt;BR /&gt;PHCO_23251 &lt;BR /&gt;PHSS_24382 &lt;BR /&gt;PHSS_24536 &lt;BR /&gt;PHKL_24652 &lt;BR /&gt;PHKL_23242 &lt;BR /&gt;PHKL_23335 &lt;BR /&gt;PHKL_24751 &lt;BR /&gt; &lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Feb 2004 20:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178137#M838447</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-02-08T20:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178138#M838448</link>
      <description>Thanks!&lt;BR /&gt;Now, I know what 'guru' means! :)&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 09 Feb 2004 10:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178138#M838448</guid>
      <dc:creator>Nicolas Vacher</dc:creator>
      <dc:date>2004-02-09T10:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178139#M838449</link>
      <description>Many thanks Indira. Another person who benefit from your expertise.&lt;BR /&gt;&lt;BR /&gt;Juan-Carlos</description>
      <pubDate>Thu, 08 Jul 2004 15:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178139#M838449</guid>
      <dc:creator>Juan-Carlos Garcia</dc:creator>
      <dc:date>2004-07-08T15:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178140#M838450</link>
      <description>Thanks so much Indira.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Jul 2004 16:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178140#M838450</guid>
      <dc:creator>mike_</dc:creator>
      <dc:date>2004-07-11T16:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178141#M838451</link>
      <description>also helped..&lt;BR /&gt;....but doing the ins_ctx.mk manually it returned:      &lt;BR /&gt;..."mv -f /u00/bin/ctxsrv /u00/bin/ctxsrvO&lt;BR /&gt;    mv ctxsrv  /u00/bin/ctxsrv&lt;BR /&gt;    chmod 751 /u00/bin/ctxsrv&lt;BR /&gt;Too many command lines for `ctxhx'&lt;BR /&gt;Too many command lines for `ctxhx'&lt;BR /&gt;    cc -Wl,+s -Wl,+n -L/u00/ctx/lib/"....&lt;BR /&gt;&lt;BR /&gt;it finished, but what is the:&lt;BR /&gt;Too many command lines for `ctxhx'&lt;BR /&gt;things&lt;BR /&gt;&lt;BR /&gt;any idea?!?!</description>
      <pubDate>Thu, 16 Jun 2005 09:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178141#M838451</guid>
      <dc:creator>Ingo Duschl</dc:creator>
      <dc:date>2005-06-16T09:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: 9.2.0 install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178142#M838452</link>
      <description>In ORACLE_BASE/oraInventory/logs you should have log matching the time you ran installation. Check for a more complete message in it. Post it here.&lt;BR /&gt;&lt;BR /&gt;Also, have you created links to libXm files ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jun 2005 05:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/9-2-0-install/m-p/3178142#M838452</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2005-06-17T05:41:45Z</dc:date>
    </item>
  </channel>
</rss>

