<?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: Executable fails with /usr/lib/dld.sl: Unresolved symbol error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280172#M180300</link>
    <description>It could be that it worked, because the symbol was never used before the change. Most objects act very dynamically, and until the object that references the unknown symbol is actually called, it is not important for it to exist at all.&lt;BR /&gt;&lt;BR /&gt;For example, 'wget' can be used quite well for both http: and ftp: URL's, even with no openssl installed, but when you call wget with https: URL's, and opensll cannot be found, it'll crash with a similar note&lt;BR /&gt;&lt;BR /&gt;Check the program's dependencies with&lt;BR /&gt;&lt;BR /&gt;# ldd crtablesm&lt;BR /&gt;&lt;BR /&gt;and, as you already did&lt;BR /&gt;&lt;BR /&gt;# chatr crtablesm&lt;BR /&gt;&lt;BR /&gt;Now check if all the mentioned libs exist and are of the correct type (32 and 64bit libs don't mix)&lt;BR /&gt;&lt;BR /&gt;If one is missing, but could be found somewhere else in $SHLIB_PATH, make sure that all the objects that could refer to it hav $SHLIB_PATH search enabled with chatr. This might even mean that you have to change properties on an existing Oracle library!&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Tue, 18 May 2004 23:42:24 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2004-05-18T23:42:24Z</dc:date>
    <item>
      <title>Executable fails with /usr/lib/dld.sl: Unresolved symbol error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280168#M180296</link>
      <description>LS,&lt;BR /&gt;&lt;BR /&gt;I have to install our application on a HP-UX 11.00 box with the June 2000 patch installed.&lt;BR /&gt;&lt;BR /&gt;Our application makes uses of Pro Cobol and Oracle 8.1.6.&lt;BR /&gt;&lt;BR /&gt;After installation of the OS, the HP-UX patch, and Oracle and ProCobol, our application runs without any problems.&lt;BR /&gt;&lt;BR /&gt;However, after installing Oracle 8.1.7 (in a separate Oracle_Home) our application does not work any more.&lt;BR /&gt;&lt;BR /&gt;The following error pops up upon running:&lt;BR /&gt;&lt;BR /&gt;$crtablesm&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: nameTypeHash (storage)  from crtablesm&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;When I issue a chatr against the executable (crtablesm) I find:&lt;BR /&gt;&lt;BR /&gt;/opt/app/marc/product/8.2.8.0/bin/crtablesm: &lt;BR /&gt;         shared executable &lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     enabled   first  &lt;BR /&gt;             embedded path  disabled  second Not Defined&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   /linux-fs1/oracle/product/8.1.6/lib/libclntsh.sl.8.0&lt;BR /&gt;             dynamic   /lib/librt.2&lt;BR /&gt;             dynamic   /lib/libpthread.1&lt;BR /&gt;             dynamic   /lib/libnss_dns.1&lt;BR /&gt;             dynamic   /lib/libdld.2&lt;BR /&gt;             dynamic   /lib/libm.2&lt;BR /&gt;             dynamic   /lib/libc.2&lt;BR /&gt;             dynamic   /lib/libcl.2&lt;BR /&gt;             dynamic   /opt/cobol/cobdir/coblib/liboops.1&lt;BR /&gt;             dynamic   /opt/cobol/cobdir/coblib/libmfo.1&lt;BR /&gt;             dynamic   /opt/cobol/cobdir/coblib/libmbcs.1&lt;BR /&gt;             dynamic   /opt/cobol/cobdir/coblib/libfhutil.1&lt;BR /&gt;             dynamic   /opt/cobol/cobdir/coblib/libcobol.1&lt;BR /&gt;             dynamic   /opt/cobol/cobdir/coblib/libcrtn.1&lt;BR /&gt;             dynamic   /opt/cobol/cobdir/coblib/libsupp.1&lt;BR /&gt;             dynamic   /opt/cobol/cobdir/coblib/libscreen.1&lt;BR /&gt;             dynamic   /opt/cobol/cobdir/coblib/libosx.1&lt;BR /&gt;             dynamic   /opt/cobol/cobdir/coblib/libisstubs.1&lt;BR /&gt;         shared library binding:&lt;BR /&gt;             deferred &lt;BR /&gt;         global hash table disabled&lt;BR /&gt;         plabel caching disabled&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;&lt;BR /&gt;All these shared libraries exist and are to be found in the SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;I conducted a nm &lt;SHARED library=""&gt; |grep nameTypeHash against all the shared libraries, but without any result.&lt;BR /&gt;&lt;BR /&gt;Even when the SHLIB_PATH is NOT set, the error mentioned above pops up.&lt;BR /&gt;&lt;BR /&gt;Does anybody know which shared library contains nameTypeHash?&lt;BR /&gt;&lt;BR /&gt;I've already reinstalled and recompiled Oracle, without any result.&lt;BR /&gt;&lt;BR /&gt;All the Cobol libraries are untouched; I really have the feeling my Oracle 8.1.7 installation touched the standard shared libraries somehow.&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;Thanks to you all!&lt;BR /&gt;&lt;BR /&gt;Arjan&lt;/SHARED&gt;</description>
      <pubDate>Tue, 18 May 2004 20:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280168#M180296</guid>
      <dc:creator>Arjan van Stiphout_1</dc:creator>
      <dc:date>2004-05-18T20:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Executable fails with /usr/lib/dld.sl: Unresolved symbol error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280169#M180297</link>
      <description>Sorry.. A small update:&lt;BR /&gt;&lt;BR /&gt;I found out that nameTypeHash exists in crtablesm itself:&lt;BR /&gt;&lt;BR /&gt;$nm $MARC_HOME/bin/crtablesm | grep -i type&lt;BR /&gt;Name                    Value   Scope  Type    Subspace&lt;BR /&gt;$in_type            |1073766155|static|data   |$DATA$&lt;BR /&gt;$nam_type           |1073766569|static|data   |$DATA$&lt;BR /&gt;$nameTypeHash       |1073766556|static|data   |$DATA$&lt;BR /&gt;$out_key_type       |1073766780|static|data   |$DATA$&lt;BR /&gt;$out_type           |1073766802|static|data   |$DATA$&lt;BR /&gt;$registration_ret_type|1073767191|static|data   |$DATA$&lt;BR /&gt;$request_types      |1073767213|static|data   |$DATA$&lt;BR /&gt;db_trantype         |    120840|extern|entry  |&lt;BR /&gt;db_trantype         |    120864|extern|code   |$CODE$&lt;BR /&gt;in_type             |          |undef |data   |&lt;BR /&gt;nam_type            |          |undef |data   |&lt;BR /&gt;nameTypeHash        |          |undef |data   |&lt;BR /&gt;out_key_type        |          |undef |data   |&lt;BR /&gt;out_type            |          |undef |data   |&lt;BR /&gt;registration_ret_type|          |undef |data   |&lt;BR /&gt;request_types       |          |undef |data   |&lt;BR /&gt;&lt;BR /&gt;Now the questions is, why does /usr/lib/dld.sl still claim it is not there?&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance!</description>
      <pubDate>Tue, 18 May 2004 21:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280169#M180297</guid>
      <dc:creator>Arjan van Stiphout_1</dc:creator>
      <dc:date>2004-05-18T21:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Executable fails with /usr/lib/dld.sl: Unresolved symbol error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280170#M180298</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess you need to install libc cumulative patch.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Richard</description>
      <pubDate>Tue, 18 May 2004 22:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280170#M180298</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-05-18T22:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Executable fails with /usr/lib/dld.sl: Unresolved symbol error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280171#M180299</link>
      <description>Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;I will install the patch, but can you explain why this executable worked before and not anymore after the Oracle 8.1.7 installation?&lt;BR /&gt;&lt;BR /&gt;Does this installation somehow affect the shared libraries on the box?&lt;BR /&gt;&lt;BR /&gt;Again, thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;Arjan</description>
      <pubDate>Tue, 18 May 2004 22:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280171#M180299</guid>
      <dc:creator>Arjan van Stiphout_1</dc:creator>
      <dc:date>2004-05-18T22:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Executable fails with /usr/lib/dld.sl: Unresolved symbol error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280172#M180300</link>
      <description>It could be that it worked, because the symbol was never used before the change. Most objects act very dynamically, and until the object that references the unknown symbol is actually called, it is not important for it to exist at all.&lt;BR /&gt;&lt;BR /&gt;For example, 'wget' can be used quite well for both http: and ftp: URL's, even with no openssl installed, but when you call wget with https: URL's, and opensll cannot be found, it'll crash with a similar note&lt;BR /&gt;&lt;BR /&gt;Check the program's dependencies with&lt;BR /&gt;&lt;BR /&gt;# ldd crtablesm&lt;BR /&gt;&lt;BR /&gt;and, as you already did&lt;BR /&gt;&lt;BR /&gt;# chatr crtablesm&lt;BR /&gt;&lt;BR /&gt;Now check if all the mentioned libs exist and are of the correct type (32 and 64bit libs don't mix)&lt;BR /&gt;&lt;BR /&gt;If one is missing, but could be found somewhere else in $SHLIB_PATH, make sure that all the objects that could refer to it hav $SHLIB_PATH search enabled with chatr. This might even mean that you have to change properties on an existing Oracle library!&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 18 May 2004 23:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280172#M180300</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-05-18T23:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Executable fails with /usr/lib/dld.sl: Unresolved symbol error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280173#M180301</link>
      <description>As asked, I've checked all the shared libraries; please see the output of ldd crtablesm:&lt;BR /&gt;&lt;BR /&gt;ldd $MARC_HOME/bin/crtablesm&lt;BR /&gt;        /opt/cobol/cobdir/coblib/libisstubs.1 =&amp;gt;        /opt/app/cobol/cobdir/coblib/libisstubs.1&lt;BR /&gt;        /opt/cobol/cobdir/coblib/libosx.1 =&amp;gt;    /opt/app/cobol/cobdir/coblib/libosx.1&lt;BR /&gt;        /opt/cobol/cobdir/coblib/libscreen.1 =&amp;gt; /opt/app/cobol/cobdir/coblib/libscreen.1&lt;BR /&gt;        /opt/cobol/cobdir/coblib/libsupp.1 =&amp;gt;   /opt/app/cobol/cobdir/coblib/libsupp.1&lt;BR /&gt;        /opt/cobol/cobdir/coblib/libcrtn.1 =&amp;gt;   /opt/app/cobol/cobdir/coblib/libcrtn.1&lt;BR /&gt;        /opt/cobol/cobdir/coblib/libcobol.1 =&amp;gt;  /opt/app/cobol/cobdir/coblib/libcobol.1&lt;BR /&gt;        /opt/cobol/cobdir/coblib/libfhutil.1 =&amp;gt; /opt/app/cobol/cobdir/coblib/libfhutil.1&lt;BR /&gt;        /opt/cobol/cobdir/coblib/libmbcs.1 =&amp;gt;   /opt/app/cobol/cobdir/coblib/libmbcs.1&lt;BR /&gt;        /opt/cobol/cobdir/coblib/libmfo.1 =&amp;gt;    /opt/app/cobol/cobdir/coblib/libmfo.1&lt;BR /&gt;        /opt/cobol/cobdir/coblib/liboops.1 =&amp;gt;   /opt/app/cobol/cobdir/coblib/liboops.1&lt;BR /&gt;        /lib/libcl.2 =&amp;gt; /lib/libcl.2&lt;BR /&gt;        /usr/lib/libisamstub.1 =&amp;gt;       /usr/lib/libisamstub.1&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /lib/libc.2 =&amp;gt;  /lib/libc.2&lt;BR /&gt;        /lib/libm.2 =&amp;gt;  /lib/libm.2&lt;BR /&gt;        /lib/libdld.2 =&amp;gt;        /lib/libdld.2&lt;BR /&gt;        /lib/libnss_dns.1 =&amp;gt;    /lib/libnss_dns.1&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /lib/libpthread.1 =&amp;gt;    /lib/libpthread.1&lt;BR /&gt;        /lib/librt.2 =&amp;gt; /lib/librt.2&lt;BR /&gt;        /linux-fs1/oracle/product/8.1.6/lib/libclntsh.sl.8.0 =&amp;gt; /opt/app/oracle/product/8.1.6/lib/libclntsh.sl.8.0&lt;BR /&gt;        /usr/lib/libcl.2 =&amp;gt;     /usr/lib/libcl.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libnss_dns.1 =&amp;gt;        /usr/lib/libnss_dns.1&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/lib/librt.2 =&amp;gt;     /usr/lib/librt.2&lt;BR /&gt;        /opt/app/oracle/product/8.1.6/lib/libwtc8.sl =&amp;gt; /opt/app/oracle/product/8.1.6/lib/libwtc8.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /opt/app/oracle/product/8.1.6/JRE/lib/PA_RISC/native_threads/libjava.sl =&amp;gt;                                                 /&lt;BR /&gt;opt/app/oracle/product/8.1.6/JRE/lib/PA_RISC/native_threads/libjava.sl&lt;BR /&gt;        /usr/lib/libcl.2 =&amp;gt;     /usr/lib/libcl.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;&lt;BR /&gt;I've checked all the libraries and found that they are all there. I do not know how to check if they are 64 or 32 bit, but since I only installed 32 bit software, they must be 32 bit. I am more than happy to check.&lt;BR /&gt;&lt;BR /&gt;In my first post I did not mention that the application actually crashes with a coredump. &lt;BR /&gt;&lt;BR /&gt;I used wdb to find out why it crashes, but since it is a compiled executable, I could only come up with the "assembly line" at which it crashes; however that was not very useful.&lt;BR /&gt;&lt;BR /&gt;This is the second time I run into this problem; last time I was able to fix it by reinstalling the box from scratch, but, of course, that doesn't really tell me the root cause of the problem.  &lt;BR /&gt;&lt;BR /&gt;I am a bit weary to install the cumulative patch for libc since that caused me to have the exact same problem a couple of months ago. &lt;BR /&gt;&lt;BR /&gt;Any suggestions would be appreciated.&lt;BR /&gt;Many thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Have a good weekend for now!&lt;BR /&gt;&lt;BR /&gt;Arjan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 May 2004 00:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executable-fails-with-usr-lib-dld-sl-unresolved-symbol-error/m-p/3280173#M180301</guid>
      <dc:creator>Arjan van Stiphout_1</dc:creator>
      <dc:date>2004-05-21T00:33:17Z</dc:date>
    </item>
  </channel>
</rss>

