<?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 dld.sl bad magic error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-bad-magic-error/m-p/3263056#M888523</link>
    <description>Installed latest qpk but did not seem to help.&lt;BR /&gt;Anyone have suggestion?&lt;BR /&gt;&lt;BR /&gt;Error:&lt;BR /&gt;/usr/lib/dld.sl: Bad magic number for shared library: /usr/lib/pa20_64/libdld.1&lt;BR /&gt;/usr/lib/dld.sl: Exec format error&lt;BR /&gt;&lt;BR /&gt;Workstation Info:&lt;BR /&gt;HP-UX  B.11.11 U 9000/785&lt;BR /&gt;$ what /usr/lib/dld.sl&lt;BR /&gt;/usr/lib/dld.sl:&lt;BR /&gt;         SMART_BIND&lt;BR /&gt;        92453-07 dld dld dld.sl B.11.18 000922&lt;BR /&gt;$ what /usr/lib/pa20_64/libdld.1&lt;BR /&gt;/usr/lib/pa20_64/libdld.1:&lt;BR /&gt;        92453-07 dld dld libdl.1 PA64 B.11.18 REL 000922&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Apr 2004 10:25:15 GMT</pubDate>
    <dc:creator>joe daly</dc:creator>
    <dc:date>2004-04-29T10:25:15Z</dc:date>
    <item>
      <title>dld.sl bad magic error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-bad-magic-error/m-p/3263056#M888523</link>
      <description>Installed latest qpk but did not seem to help.&lt;BR /&gt;Anyone have suggestion?&lt;BR /&gt;&lt;BR /&gt;Error:&lt;BR /&gt;/usr/lib/dld.sl: Bad magic number for shared library: /usr/lib/pa20_64/libdld.1&lt;BR /&gt;/usr/lib/dld.sl: Exec format error&lt;BR /&gt;&lt;BR /&gt;Workstation Info:&lt;BR /&gt;HP-UX  B.11.11 U 9000/785&lt;BR /&gt;$ what /usr/lib/dld.sl&lt;BR /&gt;/usr/lib/dld.sl:&lt;BR /&gt;         SMART_BIND&lt;BR /&gt;        92453-07 dld dld dld.sl B.11.18 000922&lt;BR /&gt;$ what /usr/lib/pa20_64/libdld.1&lt;BR /&gt;/usr/lib/pa20_64/libdld.1:&lt;BR /&gt;        92453-07 dld dld libdl.1 PA64 B.11.18 REL 000922&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 10:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-bad-magic-error/m-p/3263056#M888523</guid>
      <dc:creator>joe daly</dc:creator>
      <dc:date>2004-04-29T10:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: dld.sl bad magic error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-bad-magic-error/m-p/3263057#M888524</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;I notice this is a workstation class system.&lt;BR /&gt;Is it 32 or 64 bit?&lt;BR /&gt;&lt;BR /&gt;getconf KERNEL_BITS&lt;BR /&gt;&lt;BR /&gt;If it comes back 32 then there's your problem because that's a 64 bit lib file. You wouldn't be able to use it.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 29 Apr 2004 10:30:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-bad-magic-error/m-p/3263057#M888524</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-04-29T10:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: dld.sl bad magic error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-bad-magic-error/m-p/3263058#M888525</link>
      <description>Opps -  this should go under &amp;gt;hpux &amp;gt;patch &amp;gt; community (sorry can someone move it?)&lt;BR /&gt;&lt;BR /&gt;$ getconf KERNEL_BITS&lt;BR /&gt;64&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 10:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-bad-magic-error/m-p/3263058#M888525</guid>
      <dc:creator>joe daly</dc:creator>
      <dc:date>2004-04-29T10:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: dld.sl bad magic error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-bad-magic-error/m-p/3263059#M888526</link>
      <description>It doesn't look like it is the kernel that is having 64-bit issues.  The program itself is a 32-bit program that is trying to pull in a 64 bit libdld.1.&lt;BR /&gt;&lt;BR /&gt;  I can see that the program is 32-bit because it is using /usr/lib/dld.sl instead of /usr/lib/pa20_64/dld.sl .  The program may have a dynamic dependency on "libdld.1" and the SHLIB_PATH has been set to make it look in /usr/lib/pa20_64.  Or perhaps LD_PRELOAD is explicitly requesting it to load /usr/lib/pa20_64/libdld.1 .</description>
      <pubDate>Thu, 29 Apr 2004 12:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-bad-magic-error/m-p/3263059#M888526</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2004-04-29T12:24:54Z</dc:date>
    </item>
  </channel>
</rss>

