<?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 /usr/lib/dld.sl error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-error/m-p/3838194#M779404</link>
    <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I have 9000 series HP-UX 11.11i workstation, I have installed Oracle 9.2.0.7 with database say XYZ. We I try to start my PLM tool, the application will first test the connection between application and oracle, and during test connection is unsuccessfull and I am getting error as enclosed with this request.&lt;BR /&gt;&lt;BR /&gt;Please find the attachment. Any solutions for this error, please let me know. I trying hard from last two days, still not able to sort this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Mon, 07 Aug 2006 01:34:24 GMT</pubDate>
    <dc:creator>Yajuvendra Singh</dc:creator>
    <dc:date>2006-08-07T01:34:24Z</dc:date>
    <item>
      <title>/usr/lib/dld.sl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-error/m-p/3838194#M779404</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I have 9000 series HP-UX 11.11i workstation, I have installed Oracle 9.2.0.7 with database say XYZ. We I try to start my PLM tool, the application will first test the connection between application and oracle, and during test connection is unsuccessfull and I am getting error as enclosed with this request.&lt;BR /&gt;&lt;BR /&gt;Please find the attachment. Any solutions for this error, please let me know. I trying hard from last two days, still not able to sort this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 07 Aug 2006 01:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-error/m-p/3838194#M779404</guid>
      <dc:creator>Yajuvendra Singh</dc:creator>
      <dc:date>2006-08-07T01:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-error/m-p/3838195#M779405</link>
      <description>please check at metalink about that. i saw some error related with your error&lt;BR /&gt;&lt;BR /&gt;Problem Description&lt;BR /&gt;-------------------&lt;BR /&gt;&lt;BR /&gt;On HP/UX 11 with Oracle Server 7.x or 8.x when you run &lt;BR /&gt;&lt;BR /&gt;% ctxload -user datvrv/datvrv -name prospect -file new.txt  &lt;BR /&gt;&lt;BR /&gt;You immediately receive the error:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Invalid version for shared library: &lt;BR /&gt;/oracle/app/oracle/product/&lt;BR /&gt;8.0.4/lib/libclntsh.sl&lt;BR /&gt;/usr/lib/dld.sl: Exec format error&lt;BR /&gt;Abort(coredump)                                    &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Solution Description&lt;BR /&gt;--------------------&lt;BR /&gt;&lt;BR /&gt;There may be a problem with the version of /usr/lib/dld.sl included&lt;BR /&gt;into the client shared library LIBCLNTSH.SL. &lt;BR /&gt;&lt;BR /&gt;First verify that the executable is including the correct LIBCLNTSH.SL, &lt;BR /&gt;wish should be from $ORACLE_HOME/lib.  This can be confirmed by setting &lt;BR /&gt;environment variable SHLIB_PATH = $ORACLE_HOME/lib.&lt;BR /&gt;&lt;BR /&gt;For Bourne or Korn Shell:&lt;BR /&gt;=========================&lt;BR /&gt;&lt;BR /&gt;$ SHLIB_PATH = /$ORACLE_HOME/lib&lt;BR /&gt;$ export SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For C shell:&lt;BR /&gt;============&lt;BR /&gt;&lt;BR /&gt;% setenv SHLIB_PATH $ORACLE_HOME/lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You must run genclntsh to create a clean copy of the client shared &lt;BR /&gt;library LIBCLNTSH.SL.  As the owner of the Oracle software:&lt;BR /&gt;&lt;BR /&gt;% cd $ORACLE_HOME/bin&lt;BR /&gt;% genclntsh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After generating LIBCLNTSH.SL the new version of LIBCLNTSH.SL&lt;BR /&gt;must be included into the executables for CONTEXT. &lt;BR /&gt;&lt;BR /&gt;% cd $ORACLE_HOME/ctx/lib&lt;BR /&gt;% make -f ins_ctx.mk install&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Explanation&lt;BR /&gt;-----------&lt;BR /&gt;&lt;BR /&gt;The problems is with the version of /usr/lib/dld.sl included &lt;BR /&gt;into the client shared library LIBCLNTSH.SL then relinked into&lt;BR /&gt;the Context executables.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;freddy</description>
      <pubDate>Mon, 07 Aug 2006 02:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-error/m-p/3838195#M779405</guid>
      <dc:creator>freddy_21</dc:creator>
      <dc:date>2006-08-07T02:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-error/m-p/3838196#M779406</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;verify that you environment variables are as such:&lt;BR /&gt;      $LD_LIBRARY_PATH   - includes $ORACLE_HOME/lib, but not $ORACLE_HOME/lib32&lt;BR /&gt;      $SHLIB_PATH          - includes $ORACLE_HOME/lib32, but not $ORACLE_HOME/lib&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 07 Aug 2006 03:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-error/m-p/3838196#M779406</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-08-07T03:58:42Z</dc:date>
    </item>
  </channel>
</rss>

