<?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/hpux64/dld.so: Unsatisfied code symbol 'ABC' in load module my.sl in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-hpux64-dld-so-unsatisfied-code-symbol-abc-in-load-module/m-p/4213914#M91745</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am getting the following error when I try to load my module in OHS server on Hpitan-64 bit machine.&lt;BR /&gt;&lt;BR /&gt;/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'ABC' in load module my.sl'.&lt;BR /&gt;&lt;BR /&gt;when I give the command &lt;BR /&gt;nm -A my.sl | grep ABC&lt;BR /&gt;&lt;BR /&gt;this is what I get&lt;BR /&gt;[4930]   |                     0|       0|FUNC |GLOB |0|   UNDEF|my.sl:ABC&lt;BR /&gt;[3660]   |   4611686018430708224|     688|FUNC |GLOB |0|   .text|my.sl:&lt;DEMANGLED name="" of="" my="" symbol=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please can somebody explain the meaning of the above two lines in detail.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DEMANGLED&gt;</description>
    <pubDate>Tue, 10 Jun 2008 13:02:40 GMT</pubDate>
    <dc:creator>Steve_The_King</dc:creator>
    <dc:date>2008-06-10T13:02:40Z</dc:date>
    <item>
      <title>/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'ABC' in load module my.sl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-hpux64-dld-so-unsatisfied-code-symbol-abc-in-load-module/m-p/4213914#M91745</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am getting the following error when I try to load my module in OHS server on Hpitan-64 bit machine.&lt;BR /&gt;&lt;BR /&gt;/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'ABC' in load module my.sl'.&lt;BR /&gt;&lt;BR /&gt;when I give the command &lt;BR /&gt;nm -A my.sl | grep ABC&lt;BR /&gt;&lt;BR /&gt;this is what I get&lt;BR /&gt;[4930]   |                     0|       0|FUNC |GLOB |0|   UNDEF|my.sl:ABC&lt;BR /&gt;[3660]   |   4611686018430708224|     688|FUNC |GLOB |0|   .text|my.sl:&lt;DEMANGLED name="" of="" my="" symbol=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please can somebody explain the meaning of the above two lines in detail.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DEMANGLED&gt;</description>
      <pubDate>Tue, 10 Jun 2008 13:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-hpux64-dld-so-unsatisfied-code-symbol-abc-in-load-module/m-p/4213914#M91745</guid>
      <dc:creator>Steve_The_King</dc:creator>
      <dc:date>2008-06-10T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'ABC' in load module my.sl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-hpux64-dld-so-unsatisfied-code-symbol-abc-in-load-module/m-p/4213915#M91746</link>
      <description>"man nm".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...]| UNDEF| [...]&lt;BR /&gt;&lt;BR /&gt;Apparently, ABC in my.sl is undefined.&lt;BR /&gt;&lt;BR /&gt;Not being able to see any of the code, or&lt;BR /&gt;how it was compiled and linked, puts the&lt;BR /&gt;non-psychics among us at a disadvantage when&lt;BR /&gt;trying to explain exactly what happened.  Is&lt;BR /&gt;this new code, or something which has worked&lt;BR /&gt;elsewhere?</description>
      <pubDate>Tue, 10 Jun 2008 17:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-hpux64-dld-so-unsatisfied-code-symbol-abc-in-load-module/m-p/4213915#M91746</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-06-10T17:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'ABC' in load module my.sl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-hpux64-dld-so-unsatisfied-code-symbol-abc-in-load-module/m-p/4213916#M91747</link>
      <description>&lt;P&gt;nm -A my.sl | grep ABC&lt;BR /&gt;&amp;gt;this is what I get&lt;BR /&gt;FUNC |GLOB |0| UNDEF|my.sl:ABC&lt;BR /&gt;FUNC |GLOB |0| .text|my.sl:&amp;lt;DEMANGLED name of my symbol&amp;gt;&lt;BR /&gt;&lt;BR /&gt;What do you mean "Demangled name...". Please show the exact output. Why did it have "ABC" in it?&lt;BR /&gt;&lt;BR /&gt;Also, where do you think the symbol ABC is defined?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;can somebody explain the meaning of the above two lines in detail.&lt;BR /&gt;&lt;BR /&gt;The first is an unsat for ABC, the cause of your error.&lt;BR /&gt;The second is a definition for some symbol that you have kept hidden from us.&lt;BR /&gt;&lt;BR /&gt;Do you expect these symbols to be the same? I.e. you forgot extern "C"?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2011 22:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-hpux64-dld-so-unsatisfied-code-symbol-abc-in-load-module/m-p/4213916#M91747</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-11T22:10:13Z</dc:date>
    </item>
  </channel>
</rss>

