<?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 Static TLS reference in libcl.2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/static-tls-reference-in-libcl-2/m-p/4991812#M778650</link>
    <description>Hello,&lt;BR /&gt;I've successfully compiled apache_1.3.36 with HP-UX GCC 4.0.3 and installed my application.&lt;BR /&gt;&lt;BR /&gt;After execution of 'bin/apachectl configtest' following error occurs:&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: '/usr/lib/pa20_64/libcl.2' contains a static TLS reference to '__thread_specific_seg' defined in a dynamically loaded library '/usr/lib/pa20_64/libcl.2'. Use +tls=dynamic to re-compile '/usr/lib/pa20_64/libcl.2'.&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: '/usr/lib/pa20_64/libcl.2' contains a static TLS reference to '__thread_specific_seg' defined in a dynamically loaded library '/usr/lib/pa20_64/libcl.2'. Use +tls=dynamic to re-compile '/usr/lib/pa20_64/libcl.2'.&lt;BR /&gt;Cannot load libexec/mod_sapcs.so into server: Invalid argument&lt;BR /&gt;&lt;BR /&gt;libcl.2 specs:&lt;BR /&gt;$ what /usr/lib/pa20_64/libcl.2&lt;BR /&gt;/usr/lib/pa20_64/libcl.2:&lt;BR /&gt;        libIO77 HP HPUX [ Release B.11.01.15 PA 64bit ]&lt;BR /&gt;         (hp700:hp/ux) Jan  7 2003&lt;BR /&gt;         Copyright (c) 2001 Hewlett Packard.&lt;BR /&gt;        libcl.sl version B.11.01.18 - Jan  3 2003&lt;BR /&gt;         Trap Library version UX.11.01.06 - 02/04/16&lt;BR /&gt;         Unwind Library version UX.11.01.05 - 00/08/15&lt;BR /&gt;         &lt;BR /&gt;$ file /usr/lib/pa20_64/libcl.2&lt;BR /&gt;/usr/lib/pa20_64/libcl.2:       ELF-64 shared object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea how can I get it work please?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Miso</description>
    <pubDate>Wed, 19 Jul 2006 04:11:24 GMT</pubDate>
    <dc:creator>Michal Plandor</dc:creator>
    <dc:date>2006-07-19T04:11:24Z</dc:date>
    <item>
      <title>Static TLS reference in libcl.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-tls-reference-in-libcl-2/m-p/4991812#M778650</link>
      <description>Hello,&lt;BR /&gt;I've successfully compiled apache_1.3.36 with HP-UX GCC 4.0.3 and installed my application.&lt;BR /&gt;&lt;BR /&gt;After execution of 'bin/apachectl configtest' following error occurs:&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: '/usr/lib/pa20_64/libcl.2' contains a static TLS reference to '__thread_specific_seg' defined in a dynamically loaded library '/usr/lib/pa20_64/libcl.2'. Use +tls=dynamic to re-compile '/usr/lib/pa20_64/libcl.2'.&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: '/usr/lib/pa20_64/libcl.2' contains a static TLS reference to '__thread_specific_seg' defined in a dynamically loaded library '/usr/lib/pa20_64/libcl.2'. Use +tls=dynamic to re-compile '/usr/lib/pa20_64/libcl.2'.&lt;BR /&gt;Cannot load libexec/mod_sapcs.so into server: Invalid argument&lt;BR /&gt;&lt;BR /&gt;libcl.2 specs:&lt;BR /&gt;$ what /usr/lib/pa20_64/libcl.2&lt;BR /&gt;/usr/lib/pa20_64/libcl.2:&lt;BR /&gt;        libIO77 HP HPUX [ Release B.11.01.15 PA 64bit ]&lt;BR /&gt;         (hp700:hp/ux) Jan  7 2003&lt;BR /&gt;         Copyright (c) 2001 Hewlett Packard.&lt;BR /&gt;        libcl.sl version B.11.01.18 - Jan  3 2003&lt;BR /&gt;         Trap Library version UX.11.01.06 - 02/04/16&lt;BR /&gt;         Unwind Library version UX.11.01.05 - 00/08/15&lt;BR /&gt;         &lt;BR /&gt;$ file /usr/lib/pa20_64/libcl.2&lt;BR /&gt;/usr/lib/pa20_64/libcl.2:       ELF-64 shared object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea how can I get it work please?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Miso</description>
      <pubDate>Wed, 19 Jul 2006 04:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-tls-reference-in-libcl-2/m-p/4991812#M778650</guid>
      <dc:creator>Michal Plandor</dc:creator>
      <dc:date>2006-07-19T04:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Static TLS reference in libcl.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-tls-reference-in-libcl-2/m-p/4991813#M778651</link>
      <description>OK, no answer, but anyway, i've solved it in the meantime&lt;BR /&gt;for future generations:&lt;BR /&gt;export LD_PRELOAD="/usr/lib/pa20_64/libcl.2"&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;miso</description>
      <pubDate>Mon, 24 Jul 2006 02:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-tls-reference-in-libcl-2/m-p/4991813#M778651</guid>
      <dc:creator>Michal Plandor</dc:creator>
      <dc:date>2006-07-24T02:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Static TLS reference in libcl.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-tls-reference-in-libcl-2/m-p/4991814#M778652</link>
      <description>solution above</description>
      <pubDate>Mon, 24 Jul 2006 02:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-tls-reference-in-libcl-2/m-p/4991814#M778652</guid>
      <dc:creator>Michal Plandor</dc:creator>
      <dc:date>2006-07-24T02:46:17Z</dc:date>
    </item>
  </channel>
</rss>

