<?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 Oracle 9iR2 install problem on HP-UX 11.00 64bit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806405#M796604</link>
    <description>Hello everybody. &lt;BR /&gt;&lt;BR /&gt;I am testing installation of 9iR2 on our dev environment... everything should be ok, since on the same machine I already installed 8.1.7 &lt;BR /&gt;&lt;BR /&gt;The hardware is an HP9000 K Class with 2GB ram, HP-UX 11.00&lt;BR /&gt;&lt;BR /&gt;Before i have applied the patches that oracle required it worked but during 61% linking stage, I got this error: Error in invoking target install of makefile /u01/app/oracle/product/9.2.0/ins_plsql.mk &lt;BR /&gt;&lt;BR /&gt;I have set the environment with these parameters:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ORACLE_HOME=/test2/app/oracle/product/9.2.0; export ORACLE_HOME &lt;BR /&gt;ORACLE_BASE=/test2/app/oracle; export ORACLE_BASE &lt;BR /&gt;ORACLE_SID=test; export ORACLE_SID &lt;BR /&gt;ORACLE_OWNER=oraclet; export ORACLE_OWNER&lt;BR /&gt;ORACLE_TERM=xterm; export ORACLE_TERM &lt;BR /&gt;JAVA_HOME=/opt/java1.3; export JAVA_HOME &lt;BR /&gt;TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN &lt;BR /&gt;NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1; export NLS_LANG &lt;BR /&gt;NLS_LANGUAGE=$NLS_LANG; export NLS_LANGUAGE &lt;BR /&gt;ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data; export ORA_NLS33 &lt;BR /&gt;LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:$ORACLE_HOME/rdbms/lib:$LD_LIBRARY_PATH &lt;BR /&gt;SHLIB_PATH=$SHLIB_PATH:$ORACLE_HOME/lib32:$ORACLE_HOME/rdbms/lib32 &lt;BR /&gt;export LD_LIBRARY_PATH &lt;BR /&gt;export SHLIB_PATH &lt;BR /&gt;stty erase &lt;BR /&gt;PATH=$PATH:/opt/java1.3/bin:/bin:/usr/bin:/usr/sbin:/etc:/opt/bin:/usr/ccs/bin:/usr/local/bin:$ORACLE_HOME/bin &lt;BR /&gt;export PATH &lt;BR /&gt;TMP=/test1/tmp; export TMP&lt;BR /&gt;TMPDIR=/test1/tmp; export TMPDIR&lt;BR /&gt;CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib:$ORACLE_HOME/jdbc/lib/classes12.zip &lt;BR /&gt;export CLASSPATH &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However I cannot install this new release. &lt;BR /&gt;It fails with this error: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ ./runInstaller&lt;BR /&gt;Initializing Java Virtual Machine from /test1/tmp/OraInstall2002-09-14_07-27-45P&lt;BR /&gt;M/jre/bin/java. Please wait...&lt;BR /&gt;shl_load: No such file or directory&lt;BR /&gt;Exception in thread "main" java.lang.UnsatisfiedLinkError: /test1/tmp/OraInstall&lt;BR /&gt;2002-09-14_07-27-45PM/jre/lib/PA_RISC2.0/libmawt.sl: No such file or directory&lt;BR /&gt;  at java.lang.ClassLoader$NativeLibrary.load(Native Method)&lt;BR /&gt;  at java.lang.ClassLoader.loadLibrary0(Unknown Source)&lt;BR /&gt;  at java.lang.ClassLoader.loadLibrary(Unknown Source)&lt;BR /&gt;  at java.lang.Runtime.loadLibrary0(Unknown Source)&lt;BR /&gt;  at java.lang.System.loadLibrary(Unknown Source)&lt;BR /&gt;  at sun.security.action.LoadLibraryAction.run(Unknown Source)&lt;BR /&gt;  at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;  at java.awt.Toolkit.loadLibraries(Toolkit.java:1073)&lt;BR /&gt;  at java.awt.Toolkit.&lt;CLINIT&gt;(Toolkit.java:1117)&lt;BR /&gt;  at java.awt.Component.&lt;CLINIT&gt;(Component.java:406)&lt;BR /&gt;  at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Did anyone had the same issue? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Florin&lt;/CLINIT&gt;&lt;/CLINIT&gt;</description>
    <pubDate>Sat, 14 Sep 2002 21:29:58 GMT</pubDate>
    <dc:creator>Cicortas Florin_1</dc:creator>
    <dc:date>2002-09-14T21:29:58Z</dc:date>
    <item>
      <title>Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806405#M796604</link>
      <description>Hello everybody. &lt;BR /&gt;&lt;BR /&gt;I am testing installation of 9iR2 on our dev environment... everything should be ok, since on the same machine I already installed 8.1.7 &lt;BR /&gt;&lt;BR /&gt;The hardware is an HP9000 K Class with 2GB ram, HP-UX 11.00&lt;BR /&gt;&lt;BR /&gt;Before i have applied the patches that oracle required it worked but during 61% linking stage, I got this error: Error in invoking target install of makefile /u01/app/oracle/product/9.2.0/ins_plsql.mk &lt;BR /&gt;&lt;BR /&gt;I have set the environment with these parameters:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ORACLE_HOME=/test2/app/oracle/product/9.2.0; export ORACLE_HOME &lt;BR /&gt;ORACLE_BASE=/test2/app/oracle; export ORACLE_BASE &lt;BR /&gt;ORACLE_SID=test; export ORACLE_SID &lt;BR /&gt;ORACLE_OWNER=oraclet; export ORACLE_OWNER&lt;BR /&gt;ORACLE_TERM=xterm; export ORACLE_TERM &lt;BR /&gt;JAVA_HOME=/opt/java1.3; export JAVA_HOME &lt;BR /&gt;TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN &lt;BR /&gt;NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1; export NLS_LANG &lt;BR /&gt;NLS_LANGUAGE=$NLS_LANG; export NLS_LANGUAGE &lt;BR /&gt;ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data; export ORA_NLS33 &lt;BR /&gt;LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:$ORACLE_HOME/rdbms/lib:$LD_LIBRARY_PATH &lt;BR /&gt;SHLIB_PATH=$SHLIB_PATH:$ORACLE_HOME/lib32:$ORACLE_HOME/rdbms/lib32 &lt;BR /&gt;export LD_LIBRARY_PATH &lt;BR /&gt;export SHLIB_PATH &lt;BR /&gt;stty erase &lt;BR /&gt;PATH=$PATH:/opt/java1.3/bin:/bin:/usr/bin:/usr/sbin:/etc:/opt/bin:/usr/ccs/bin:/usr/local/bin:$ORACLE_HOME/bin &lt;BR /&gt;export PATH &lt;BR /&gt;TMP=/test1/tmp; export TMP&lt;BR /&gt;TMPDIR=/test1/tmp; export TMPDIR&lt;BR /&gt;CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib:$ORACLE_HOME/jdbc/lib/classes12.zip &lt;BR /&gt;export CLASSPATH &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However I cannot install this new release. &lt;BR /&gt;It fails with this error: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ ./runInstaller&lt;BR /&gt;Initializing Java Virtual Machine from /test1/tmp/OraInstall2002-09-14_07-27-45P&lt;BR /&gt;M/jre/bin/java. Please wait...&lt;BR /&gt;shl_load: No such file or directory&lt;BR /&gt;Exception in thread "main" java.lang.UnsatisfiedLinkError: /test1/tmp/OraInstall&lt;BR /&gt;2002-09-14_07-27-45PM/jre/lib/PA_RISC2.0/libmawt.sl: No such file or directory&lt;BR /&gt;  at java.lang.ClassLoader$NativeLibrary.load(Native Method)&lt;BR /&gt;  at java.lang.ClassLoader.loadLibrary0(Unknown Source)&lt;BR /&gt;  at java.lang.ClassLoader.loadLibrary(Unknown Source)&lt;BR /&gt;  at java.lang.Runtime.loadLibrary0(Unknown Source)&lt;BR /&gt;  at java.lang.System.loadLibrary(Unknown Source)&lt;BR /&gt;  at sun.security.action.LoadLibraryAction.run(Unknown Source)&lt;BR /&gt;  at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;  at java.awt.Toolkit.loadLibraries(Toolkit.java:1073)&lt;BR /&gt;  at java.awt.Toolkit.&lt;CLINIT&gt;(Toolkit.java:1117)&lt;BR /&gt;  at java.awt.Component.&lt;CLINIT&gt;(Component.java:406)&lt;BR /&gt;  at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Did anyone had the same issue? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Florin&lt;/CLINIT&gt;&lt;/CLINIT&gt;</description>
      <pubDate>Sat, 14 Sep 2002 21:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806405#M796604</guid>
      <dc:creator>Cicortas Florin_1</dc:creator>
      <dc:date>2002-09-14T21:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806406#M796605</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The first CD's of this release was createtd without this library. You have to request the new / correct CD or obtaion the library from som other source.&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;From Metalink:??&lt;BR /&gt;fact: Oracle Universal Installer 9.2.0.1&lt;BR /&gt;fact: HP 9000 Series HP-UX (64-bit)&lt;BR /&gt;symptom: Installation fails&lt;BR /&gt;symptom: Exception in thread "main"java.lang.UnsatisfiedLinkError&lt;BR /&gt;symptom: libmawt.sl: no such file or directory&lt;BR /&gt;cause: The software installation from CD part# A91857-01 and A91860-01 &lt;BR /&gt;fails with the following error:&lt;BR /&gt;../jre/lib/PA_RISC2.0/libmawt.sl: No such file or directory&lt;BR /&gt;&lt;BR /&gt;because on that CD-PACK was missing the library.&lt;BR /&gt;&lt;BR /&gt;fix:&lt;BR /&gt;&lt;BR /&gt;Obtain the following CDs by making new shipping request:&lt;BR /&gt;CD-PACK A99108-01 (Part#A99149-01 - A99152-01) replaced.&lt;BR /&gt;The new/correct version of the release&lt;BR /&gt;Released on 21-June-2002    &lt;BR /&gt;       &lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;Workaround: copy the library 'libmawt.sl' from the HP site and place it into &lt;BR /&gt;the location that fails. &lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Sun, 15 Sep 2002 08:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806406#M796605</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-09-15T08:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806407#M796606</link>
      <description>I don't know where i can download 'libmawt.sl' from HP and where should i put it. &lt;BR /&gt;The 4 Cd's i donloaded two weeks ago from Oracle are the 14 May 2002. &lt;BR /&gt;I checked and the 'libmawt.sl' is on the first cd - here - Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/PA_RISC2.0/libmawt.sl</description>
      <pubDate>Tue, 17 Sep 2002 06:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806407#M796606</guid>
      <dc:creator>Cicortas Florin_1</dc:creator>
      <dc:date>2002-09-17T06:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806408#M796607</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Have seen this workaround:&lt;BR /&gt;&lt;BR /&gt;Copied the media to disk. Created softlink from disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/PA_RISC2.0/libmawt.sl to &lt;BR /&gt;disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/PA_RISC2.0/motif21/libmawt.sl &lt;BR /&gt;&lt;BR /&gt;Or You might install Java 1.3.1.02 on beforehand.&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Tue, 17 Sep 2002 09:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806408#M796607</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-09-17T09:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806409#M796608</link>
      <description>I have installed Java 1.3.1.0.6 from HP Site and copied /bin and /lib folders from /opt/java1.3/jre/ to the Oracle's Disk1 in this location :&lt;BR /&gt;Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix&lt;BR /&gt;But it keep giving almost the same error message:&lt;BR /&gt;Initializing Java Virtual Machine from /test1/tmp/OraInstall2002-09-17_06-02-48PM/jre/bin/java. Please wait...&lt;BR /&gt;shl_load: No such file or directory&lt;BR /&gt;Exception in thread "main" java.lang.UnsatisfiedLinkError: /test1/tmp/OraInstall2002-09-17_06-02-48PM/jre/lib/PA_RISC2.0/libmawt.sl: specified library, or one of its dependencies, does not exist.&lt;BR /&gt;        at java.lang.ClassLoader$NativeLibrary.load(Native Method)&lt;BR /&gt;        at java.lang.ClassLoader.loadLibrary0(Unknown Source)&lt;BR /&gt;        at java.lang.ClassLoader.loadLibrary(Unknown Source)&lt;BR /&gt;        at java.lang.Runtime.loadLibrary0(Unknown Source)&lt;BR /&gt;        at java.lang.System.loadLibrary(Unknown Source)&lt;BR /&gt;        at sun.security.action.LoadLibraryAction.run(Unknown Source)&lt;BR /&gt;        at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;        at java.awt.Toolkit.loadLibraries(Toolkit.java:1068)&lt;BR /&gt;        at java.awt.Toolkit.&lt;CLINIT&gt;(Toolkit.java:1112)&lt;BR /&gt;        at java.awt.Component.&lt;CLINIT&gt;(Component.java:401)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)&lt;/CLINIT&gt;&lt;/CLINIT&gt;</description>
      <pubDate>Tue, 17 Sep 2002 14:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806409#M796608</guid>
      <dc:creator>Cicortas Florin_2</dc:creator>
      <dc:date>2002-09-17T14:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806410#M796609</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Did you try the link to the motif21 directory?&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Andreas</description>
      <pubDate>Tue, 17 Sep 2002 16:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806410#M796609</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-09-17T16:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806411#M796610</link>
      <description>try and adjust the CLASSPATH and maybe the JAVA_HOME:&lt;BR /&gt;&lt;BR /&gt;add /opt/java1.3/jre/lib/PA_RISC/ to your path and re-export... also check for the missing file... it is most likely there:&lt;BR /&gt;&lt;BR /&gt;find /opt/java1.3 -name libmawt.sl and make sure it is under the directory above.  &lt;BR /&gt;&lt;BR /&gt;may want to try JAVA_HOME as /opt/java1.3/jre&lt;BR /&gt;&lt;BR /&gt;Ted</description>
      <pubDate>Tue, 17 Sep 2002 16:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806411#M796610</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-09-17T16:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806412#M796611</link>
      <description>I tried linking, even copying libmawt.sl but still doesn't work. I've set the path of CLASSPATH and JAVA_HOME and nothing still the same.</description>
      <pubDate>Wed, 18 Sep 2002 10:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806412#M796611</guid>
      <dc:creator>Cicortas Florin_1</dc:creator>
      <dc:date>2002-09-18T10:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806413#M796612</link>
      <description>hi florin,&lt;BR /&gt;&lt;BR /&gt;did you run the the following command before the installation:&lt;BR /&gt;=============================&lt;BR /&gt;     $  su - root&lt;BR /&gt;     $  cd /usr/lib &lt;BR /&gt;     $  ln -s  /usr/lib/libX11.3 libX11.sl &lt;BR /&gt;     $  ln -s  /usr/lib/libXIE.2 libXIE.sl &lt;BR /&gt;     $  ln -s  /usr/lib/libXext.3 libXext.sl &lt;BR /&gt;     $  ln -s  /usr/lib/libXhp11.3 libXhp11.sl &lt;BR /&gt;     $  ln -s  /usr/lib/libXi.3 libXi.sl &lt;BR /&gt;     $  ln -s  /usr/lib/libXm.4 libXm.sl &lt;BR /&gt;     $  ln -s  /usr/lib/libXp.2 libXp.sl &lt;BR /&gt;     $  ln -s  /usr/lib/libXt.3 libXt.sl &lt;BR /&gt;     $  ln -s  /usr/lib/libXtst.2 libXtst.sl &lt;BR /&gt;==============================&lt;BR /&gt;&lt;BR /&gt;Refer to attached document for more details.&lt;BR /&gt;&lt;BR /&gt;Also, do not use relative paths for launching the installation.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 18 Sep 2002 10:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806413#M796612</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-09-18T10:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806414#M796613</link>
      <description>Florin - I am getting the same problem installing oracle 9.2.0 on hp-ux 11.11.  Can you help to pont me in the right direction?  I have made the Links, and the recomended changes as outlined by Oracle 9i Installation Guide May 2002 Part # A96167-01.  I am a Unix beginer.Thanks.</description>
      <pubDate>Thu, 15 Jul 2004 12:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806414#M796613</guid>
      <dc:creator>Sam Waran</dc:creator>
      <dc:date>2004-07-15T12:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806415#M796614</link>
      <description>My problems went away when I mounted CD rom drive, copied all the folders to a local drive and then installed my Oracle from there.  For some reasons FTP did not work even in bit format.</description>
      <pubDate>Wed, 11 Aug 2004 19:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806415#M796614</guid>
      <dc:creator>Sam Waran</dc:creator>
      <dc:date>2004-08-11T19:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806416#M796615</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I had the same error.&lt;BR /&gt;In my case following has solved the problem.&lt;BR /&gt;&lt;BR /&gt;copy the file &lt;BR /&gt;./Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/&lt;BR /&gt;PA_RISC/motif21/libmawt.sl&lt;BR /&gt;to&lt;BR /&gt;./Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/&lt;BR /&gt;PA_RISC/libmawt.sl&lt;BR /&gt;and the file&lt;BR /&gt;./Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/&lt;BR /&gt;PA_RISC2.0/motif21/libmawt.sl&lt;BR /&gt;to&lt;BR /&gt;./Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/&lt;BR /&gt;PA_RISC2.0/libmawt.sl&lt;BR /&gt;&lt;BR /&gt;I hope that will help.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Juergen</description>
      <pubDate>Wed, 15 Sep 2004 08:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806416#M796615</guid>
      <dc:creator>Juergen Nagel_1</dc:creator>
      <dc:date>2004-09-15T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806417#M796616</link>
      <description>Refer Metalink Docid :&lt;BR /&gt;&lt;BR /&gt;Doc ID:  Note:222403.1 &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Srikanth M.</description>
      <pubDate>Fri, 14 Oct 2005 18:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806417#M796616</guid>
      <dc:creator>Srikanth_19</dc:creator>
      <dc:date>2005-10-14T18:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9iR2 install problem on HP-UX 11.00 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806418#M796617</link>
      <description>&lt;BR /&gt;Hi Florin,&lt;BR /&gt;&lt;BR /&gt;'Before i have applied the patches that oracle required it worked but during 61% linking stage, I got this error: Error in invoking target install of makefile /u01/app/oracle/product/9.2.0/ins_plsql.mk '&lt;BR /&gt;for this error you may delete "-z defs" in line "LD_SELF_CONTAINED="-z defs" from genclntsh file. and then make "retry". &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.idevelopment.info/data/Oracle/DBA_tips/Linux/LINUX_1.shtml" target="_blank"&gt;http://www.idevelopment.info/data/Oracle/DBA_tips/Linux/LINUX_1.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;i had seen following error when installing into linux but i dont remember exactly. perhaps you should add the $JAVA_HOME/bin into $PATH. i think it was this.&lt;BR /&gt;&lt;BR /&gt;good luck.&lt;BR /&gt;&lt;BR /&gt;Onur</description>
      <pubDate>Thu, 29 Dec 2005 10:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-install-problem-on-hp-ux-11-00-64bit/m-p/2806418#M796617</guid>
      <dc:creator>Onur Karakan</dc:creator>
      <dc:date>2005-12-29T10:34:57Z</dc:date>
    </item>
  </channel>
</rss>

