<?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: dynamic linker error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104924#M730962</link>
    <description>"man errno"&lt;BR /&gt;&lt;BR /&gt;If you have only the number (like 13), not&lt;BR /&gt;the name (like EACCES), you can look in&lt;BR /&gt;/usr/include/sys/errno.h to see what's what.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Errno 13 is EPERM [...]&lt;BR /&gt;&lt;BR /&gt;Close.</description>
    <pubDate>Tue, 20 Nov 2007 09:48:53 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2007-11-20T09:48:53Z</dc:date>
    <item>
      <title>dynamic linker error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104919#M730957</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Could anyone help in giving a little background to the following runtime error.&lt;BR /&gt;&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Mmap failed due to errno: 13.&lt;BR /&gt;&lt;BR /&gt;Seen when executing a 64-bit ELF executable.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ed&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2007 10:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104919#M730957</guid>
      <dc:creator>Edmund Brown</dc:creator>
      <dc:date>2007-11-19T10:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic linker error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104920#M730958</link>
      <description>It seems errno 13 is Permission denied?&lt;BR /&gt;This could happen if your shlibs aren't executable.</description>
      <pubDate>Mon, 19 Nov 2007 11:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104920#M730958</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-19T11:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic linker error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104921#M730959</link>
      <description>Errno 13 is EPERM meaning that the effective UID of the process lacks permission to access a file (probably a shared library). Execute "ldd your_executable" and check the permissions on each shared library listed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2007 11:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104921#M730959</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-11-19T11:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic linker error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104922#M730960</link>
      <description>&amp;gt;Clay: Execute "ldd your_executable" and check the permissions on each shared library listed.&lt;BR /&gt;&lt;BR /&gt;Since ldd uses dld, it probably won't tell you more than one bad shlib at a time.  Using chatr(1) would list all shlibs but only at the first level.</description>
      <pubDate>Mon, 19 Nov 2007 11:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104922#M730960</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-19T11:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic linker error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104923#M730961</link>
      <description>Thanks for that, I am afraid to say I incorrectly set the permissions on a recently downloaded set of libs. Could you point me the right direction for future error code look-ups.</description>
      <pubDate>Tue, 20 Nov 2007 06:59:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104923#M730961</guid>
      <dc:creator>Edmund Brown</dc:creator>
      <dc:date>2007-11-20T06:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic linker error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104924#M730962</link>
      <description>"man errno"&lt;BR /&gt;&lt;BR /&gt;If you have only the number (like 13), not&lt;BR /&gt;the name (like EACCES), you can look in&lt;BR /&gt;/usr/include/sys/errno.h to see what's what.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Errno 13 is EPERM [...]&lt;BR /&gt;&lt;BR /&gt;Close.</description>
      <pubDate>Tue, 20 Nov 2007 09:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104924#M730962</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-11-20T09:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic linker error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104925#M730963</link>
      <description>Minor point, dld is Dynamic LoaDer.  See dld.sl(5) or dld.so(5).</description>
      <pubDate>Wed, 21 Nov 2007 06:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-linker-error/m-p/4104925#M730963</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-21T06:27:36Z</dc:date>
    </item>
  </channel>
</rss>

