<?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: Library errors when re-linking executables in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718746#M945513</link>
    <description>Most likely you have the HP patch PHSS_22478, or the one that supersedes it,istalled on your server. I had the same suggestions from Oracle suport, the patch was there,  but the linker did not work. If the latest linker patch is installed, make sure your PATH variables are set correctly and make a fresh custom install. You should be fine.&lt;BR /&gt;Irina.</description>
    <pubDate>Tue, 14 May 2002 18:24:48 GMT</pubDate>
    <dc:creator>Irina Preobrazhenskaya</dc:creator>
    <dc:date>2002-05-14T18:24:48Z</dc:date>
    <item>
      <title>Library errors when re-linking executables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718741#M945508</link>
      <description>I'm working towards migrating several Oracle 8.1.6.1 32bit databases to 8.1.7 64bit. I've got 8.1.7 installed, and I've run in to an error when relinking some executables. When I try to do: &lt;BR /&gt;&lt;BR /&gt;make -f ins_net_server.mk install &lt;BR /&gt;&lt;BR /&gt;in the $ORACLE_HOME/network/lib directory, I promptly recieve the following error: &lt;BR /&gt;&lt;BR /&gt;ld: Can't find library or mismatched ABI for -lnidx8 &lt;BR /&gt;Fatal error. &lt;BR /&gt;*** Error exit code 1 &lt;BR /&gt;&lt;BR /&gt;A support person on metalink suggested uninstalling Advanced Security and trying to relink again.  I did and now I'm getting the same error with a different library:&lt;BR /&gt;&lt;BR /&gt;ld: Can't find library or mismatched ABI for -lncrypt8&lt;BR /&gt;&lt;BR /&gt;I'm getting the same errors when trying to make ins_rdbms.mk and ins_otrace.mk as well.&lt;BR /&gt;&lt;BR /&gt;$ORACLE_HOME for the new installation is set to /opt/app/oracle/product/8.1.7 (the other ORACLE_HOME is 8.1.6.1), $SHLIB_PATH and $LD_LIBRARY_PATH both have /usr/bin, $ORACLE_HOME/lib, $ORACLE_HOME/lib64, and /usr/lib/pa20_64 in them.  I'm completely stuck on this one, any suggestions?</description>
      <pubDate>Tue, 07 May 2002 15:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718741#M945508</guid>
      <dc:creator>Andrew Griffin</dc:creator>
      <dc:date>2002-05-07T15:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Library errors when re-linking executables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718742#M945509</link>
      <description>Andrew,&lt;BR /&gt;This link may help.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x6c743fd7f72ad611abd50090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x6c743fd7f72ad611abd50090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;nancy</description>
      <pubDate>Tue, 07 May 2002 16:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718742#M945509</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2002-05-07T16:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Library errors when re-linking executables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718743#M945510</link>
      <description>I'm thinking maybe try to set and export LPATH to /usr/lib/pa20_64... ?&lt;BR /&gt;hth.</description>
      <pubDate>Fri, 10 May 2002 04:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718743#M945510</guid>
      <dc:creator>Pauline Brasch</dc:creator>
      <dc:date>2002-05-10T04:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Library errors when re-linking executables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718744#M945511</link>
      <description>I had the same error with Oracle 8.1.7 on HP-UX 11.0. It's related to Advanced security option, but your actions should be different. Oracle cannot deinstall it completely - some left-overs give you the last error. I am suggesting the following:&lt;BR /&gt;1. Deinstall and completely remove Oracle 8.1.7. Delete $ORACLE_HOME and everything the installer create in $ORACLE_BASE (OraInventory,and other things)&lt;BR /&gt;2. Set your path variables like this (very important):&lt;BR /&gt; SHLIB_PATH=$ORACLE_HOME/lib:/usr/lib&lt;BR /&gt;LD_LIBRARY_PATH=$ORACLE_HOME/lib64&lt;BR /&gt;3. Make a custom install of Oracle 8.1.7 without Advanced security option.&lt;BR /&gt;It worked for me. Please let me know if it did for you</description>
      <pubDate>Mon, 13 May 2002 13:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718744#M945511</guid>
      <dc:creator>Irina Preobrazhenskaya</dc:creator>
      <dc:date>2002-05-13T13:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Library errors when re-linking executables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718745#M945512</link>
      <description>Hi Andrew&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to install PHSS_22478 to resolve the relinking problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 14:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718745#M945512</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-13T14:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Library errors when re-linking executables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718746#M945513</link>
      <description>Most likely you have the HP patch PHSS_22478, or the one that supersedes it,istalled on your server. I had the same suggestions from Oracle suport, the patch was there,  but the linker did not work. If the latest linker patch is installed, make sure your PATH variables are set correctly and make a fresh custom install. You should be fine.&lt;BR /&gt;Irina.</description>
      <pubDate>Tue, 14 May 2002 18:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-errors-when-re-linking-executables/m-p/2718746#M945513</guid>
      <dc:creator>Irina Preobrazhenskaya</dc:creator>
      <dc:date>2002-05-14T18:24:48Z</dc:date>
    </item>
  </channel>
</rss>

