<?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: /usr/lib/dld.sl: Unresolved symbol: pthread_create (code) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581100#M650747</link>
    <description>dld.sl: Unresolved symbol: pthread_create /opt/bst/lib/libboost_thread.sl&lt;BR /&gt;&amp;gt;Please let me know the solution of this problem.&lt;BR /&gt;&lt;BR /&gt;Your libboost_thread.sl has been compiled on 11.23.  You can't run this shlib on 11.11.  You must recompile your third party library.&lt;BR /&gt;&lt;BR /&gt;There is NO such function as pthread_create on 11.11.  It gets mapped to _pthread_create_system by header file magic.</description>
    <pubDate>Wed, 10 Feb 2010 09:07:28 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-02-10T09:07:28Z</dc:date>
    <item>
      <title>/usr/lib/dld.sl: Unresolved symbol: pthread_create (code)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581098#M650745</link>
      <description>My application uses third party library like boost which uses libpthread to create threads.&lt;BR /&gt;And this application is working fine with HPUX version 11.23 but following error oocurrs during runtime in HPUX version 11.11.&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: pthread_create (code)  from /opt/bst/lib/libboost_thread.sl&lt;BR /&gt;&lt;BR /&gt; ABORT instruction (core dumped).&lt;BR /&gt;&lt;BR /&gt;but before call boost API, if I create a dummy thread using pthread_create api then it is working fine for both HPUX version.&lt;BR /&gt;&lt;BR /&gt;Please let me know the solution of this problem.&lt;BR /&gt;&lt;BR /&gt;More info:&lt;BR /&gt;bash-2.04# nm libpthread.1 | grep pthread_create &lt;BR /&gt;__pthread_create_system| 35316|uext |stub | &lt;BR /&gt;__pthread_create_system| 48508|extern|entry | &lt;BR /&gt;__pthread_create_system| 48532|extern|code |$CODE$ &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Feb 2010 07:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581098#M650745</guid>
      <dc:creator>gopa haldar</dc:creator>
      <dc:date>2010-02-10T07:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: pthread_create (code)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581099#M650746</link>
      <description>you need to install the updated patch .</description>
      <pubDate>Wed, 10 Feb 2010 07:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581099#M650746</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-02-10T07:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: pthread_create (code)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581100#M650747</link>
      <description>dld.sl: Unresolved symbol: pthread_create /opt/bst/lib/libboost_thread.sl&lt;BR /&gt;&amp;gt;Please let me know the solution of this problem.&lt;BR /&gt;&lt;BR /&gt;Your libboost_thread.sl has been compiled on 11.23.  You can't run this shlib on 11.11.  You must recompile your third party library.&lt;BR /&gt;&lt;BR /&gt;There is NO such function as pthread_create on 11.11.  It gets mapped to _pthread_create_system by header file magic.</description>
      <pubDate>Wed, 10 Feb 2010 09:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581100#M650747</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-10T09:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: pthread_create (code)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581101#M650748</link>
      <description>I am using HPUX 11.11 patch version PHCO_30544</description>
      <pubDate>Wed, 10 Feb 2010 09:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581101#M650748</guid>
      <dc:creator>gopa haldar</dc:creator>
      <dc:date>2010-02-10T09:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: pthread_create (code)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581102#M650749</link>
      <description>Even it is not working with latest PATCH PHCO_38307&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Feb 2010 09:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581102#M650749</guid>
      <dc:creator>gopa haldar</dc:creator>
      <dc:date>2010-02-10T09:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: pthread_create (code)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581103#M650750</link>
      <description>&amp;gt;Even it is not working with latest PATCH PHCO_38307, libpthread&lt;BR /&gt;&lt;BR /&gt;Or course not.  As I said above, what you are doing isn't supported.&lt;BR /&gt;Where did you get libboost_thread.sl?&lt;BR /&gt;&lt;BR /&gt;Jupinder's suggestion only works if you don't have __pthread_create_system stub defined in libc.sl.</description>
      <pubDate>Wed, 10 Feb 2010 10:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581103#M650750</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-10T10:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: pthread_create (code)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581104#M650751</link>
      <description>I have buit the boost library in hpux 11.23 system</description>
      <pubDate>Mon, 15 Feb 2010 07:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581104#M650751</guid>
      <dc:creator>gopa haldar</dc:creator>
      <dc:date>2010-02-15T07:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol: pthread_create (code)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581105#M650752</link>
      <description>&amp;gt;I have built the boost library on 11.23 system&lt;BR /&gt;&lt;BR /&gt;As I suspected.  Then you know your solution.  HP-UX is only forward compatible and if you want to run on 11.11, you must built it there.</description>
      <pubDate>Mon, 15 Feb 2010 07:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-lib-dld-sl-unresolved-symbol-pthread-create-code/m-p/4581105#M650752</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-15T07:28:56Z</dc:date>
    </item>
  </channel>
</rss>

