<?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 Bad magic number in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059534#M743528</link>
    <description>I'm trying to install hobbit 4.2.0 on an hpux 11.23 itanium server. I ran configure and it worked fine with a little tweaking. I run /usr/local/bin/gmake and get the following error:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Bad magic number for shared library: /usr/local/lib/libiconv.sl&lt;BR /&gt;/usr/lib/dld.sl: Exec format error&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.</description>
    <pubDate>Mon, 23 Jul 2007 08:39:42 GMT</pubDate>
    <dc:creator>Bob Manocchia</dc:creator>
    <dc:date>2007-07-23T08:39:42Z</dc:date>
    <item>
      <title>Bad magic number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059534#M743528</link>
      <description>I'm trying to install hobbit 4.2.0 on an hpux 11.23 itanium server. I ran configure and it worked fine with a little tweaking. I run /usr/local/bin/gmake and get the following error:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Bad magic number for shared library: /usr/local/lib/libiconv.sl&lt;BR /&gt;/usr/lib/dld.sl: Exec format error&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.</description>
      <pubDate>Mon, 23 Jul 2007 08:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059534#M743528</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2007-07-23T08:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bad magic number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059535#M743529</link>
      <description>You probably have a mismatch of executable and shlib.  What does these show:&lt;BR /&gt;$ file /usr/local/bin/gmake&lt;BR /&gt;$ file /usr/local/lib/libiconv.sl&lt;BR /&gt;&lt;BR /&gt;Libs on IPF should be in .../lib/hpux32/.</description>
      <pubDate>Mon, 23 Jul 2007 08:43:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059535#M743529</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-23T08:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bad magic number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059536#M743530</link>
      <description>Here it is:&lt;BR /&gt;&lt;BR /&gt;file /usr/local/bin/gmake&lt;BR /&gt;/usr/local/bin/gmake:   PA-RISC2.0 shared executable dynamically linked&lt;BR /&gt;.file /usr/local/lib/libiconv.sl&lt;BR /&gt;/usr/local/lib/libiconv.sl:     ELF-32 shared object file - IA64</description>
      <pubDate>Mon, 23 Jul 2007 08:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059536#M743530</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2007-07-23T08:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bad magic number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059537#M743531</link>
      <description>You have a PA executable and an IPF shlib.  You need to move /usr/local/lib/libiconv.sl to /usr/local/lib/hpux32/libiconv.so.&lt;BR /&gt;&lt;BR /&gt;And either get an IPF version of gmake or get PA versions of libiconv.</description>
      <pubDate>Mon, 23 Jul 2007 09:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059537#M743531</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-23T09:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bad magic number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059538#M743532</link>
      <description>I've installed the ia64 11.23 version of make but I'm not sure about the move of libiconv.sl. The directory /usr/local/lib/hpux32 soesn't exist. Should I create it and then move the file there under the new name?</description>
      <pubDate>Mon, 23 Jul 2007 10:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059538#M743532</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2007-07-23T10:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bad magic number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059539#M743533</link>
      <description>&amp;gt;I'm not sure about the move of libiconv.sl. The directory /usr/local/lib/hpux32 doesn't exist. Should I create it and then move the file there under the new name?&lt;BR /&gt;&lt;BR /&gt;Yes.  I assume you can check to make sure this doesn't break anything.</description>
      <pubDate>Mon, 23 Jul 2007 18:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059539#M743533</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-23T18:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bad magic number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059540#M743534</link>
      <description>T installed the newer version of the gcc compiler and it now matches gmake and I got past this error only to run into another one.&lt;BR /&gt;&lt;BR /&gt; Thanks</description>
      <pubDate>Tue, 24 Jul 2007 08:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059540#M743534</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2007-07-24T08:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bad magic number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059541#M743535</link>
      <description>You haven't assigned any points to this thread. Did you get any useful answers?&lt;BR /&gt;Please read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can reopen the thread by:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#41" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#41&lt;/A&gt;</description>
      <pubDate>Tue, 24 Jul 2007 16:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-magic-number/m-p/5059541#M743535</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-24T16:25:44Z</dc:date>
    </item>
  </channel>
</rss>

