<?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: problem comiling XML::Parser module in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-comiling-xml-parser-module/m-p/2812672#M720815</link>
    <description>Hi,&lt;BR /&gt;Try to specify :&lt;BR /&gt;LD_PRELOAD=/usr/lib/libc.2&lt;BR /&gt;export LD_PRELOAD&lt;BR /&gt;and check if it's work.&lt;BR /&gt;You should have the explanation of the pb. with man dld.sl....&lt;BR /&gt;&lt;BR /&gt;hope that help..&lt;BR /&gt;Benoit</description>
    <pubDate>Wed, 25 Sep 2002 06:25:46 GMT</pubDate>
    <dc:creator>benoit Bruckert</dc:creator>
    <dc:date>2002-09-25T06:25:46Z</dc:date>
    <item>
      <title>problem comiling XML::Parser module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-comiling-xml-parser-module/m-p/2812671#M720814</link>
      <description>I am having problem compiling XML::Parser perl module.  I keep on getting the error message, /usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libc.2.&lt;BR /&gt;/lur/lib/dld.sl: Exec format error.&lt;BR /&gt;&lt;BR /&gt;I read on this forum that someone else had similar problem installing another perl module. She fixed it by adding -lcl -lthread to the build.  I put these in various places in the Makefile generated by the script Makefile.PL but still has the same problem.  Has anyone had this problem with XML::Parser?  How do I fix this?  Where do I add these flags in the Makefile?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 24 Sep 2002 21:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-comiling-xml-parser-module/m-p/2812671#M720814</guid>
      <dc:creator>Kam Cheung</dc:creator>
      <dc:date>2002-09-24T21:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem comiling XML::Parser module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-comiling-xml-parser-module/m-p/2812672#M720815</link>
      <description>Hi,&lt;BR /&gt;Try to specify :&lt;BR /&gt;LD_PRELOAD=/usr/lib/libc.2&lt;BR /&gt;export LD_PRELOAD&lt;BR /&gt;and check if it's work.&lt;BR /&gt;You should have the explanation of the pb. with man dld.sl....&lt;BR /&gt;&lt;BR /&gt;hope that help..&lt;BR /&gt;Benoit</description>
      <pubDate>Wed, 25 Sep 2002 06:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-comiling-xml-parser-module/m-p/2812672#M720815</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-09-25T06:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem comiling XML::Parser module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-comiling-xml-parser-module/m-p/2812673#M720816</link>
      <description>I am still getting the same problem in compiling XML::Parser.&lt;BR /&gt;&lt;BR /&gt;I added environment variable as suggested:&lt;BR /&gt;export LD_PRELOAD=/usr/lib/libc.2&lt;BR /&gt;&lt;BR /&gt;and compile again but still run into the same problem when I run make test:&lt;BR /&gt;&lt;BR /&gt;t/astress.........../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libc.2&lt;BR /&gt;/usr/lib/dld.sl: Exec format error&lt;BR /&gt;Can't load 'blib/arch/auto/XML/Parser/Expat/Expat.sl' for module XML::Parser::Expat: Exec format error at /home/apache/perl/lib/5.6.1/PA-RISC2.0/DynaLoader.pm line 206.&lt;BR /&gt; at blib/lib/XML/Parser.pm line 15&lt;BR /&gt;Compilation failed in require at blib/lib/XML/Parser.pm line 15.&lt;BR /&gt;&lt;BR /&gt;Please help! Thanks.</description>
      <pubDate>Thu, 26 Sep 2002 22:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-comiling-xml-parser-module/m-p/2812673#M720816</guid>
      <dc:creator>Kam Cheung</dc:creator>
      <dc:date>2002-09-26T22:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem comiling XML::Parser module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-comiling-xml-parser-module/m-p/2812674#M720817</link>
      <description>Hi,&lt;BR /&gt;the LD_PRELOAD should be done before starting Apache, not during the compilation phase.&lt;BR /&gt;instead of make test, try previously to start apache, and see if you have the same error !&lt;BR /&gt;(I never use the make test !!!)&lt;BR /&gt;And before starting Apache don't forget the LD_PRELOAD.&lt;BR /&gt;&lt;BR /&gt;The LD_PRELOAD is just a fast way to see if your module is working.&lt;BR /&gt;The best thing after is to compile again with the proper order in the Library to include the thread library before the others !&lt;BR /&gt;Where did you get the XML::Parser module ? may be I can compile it on my side to see if I have the same trouble ??&lt;BR /&gt;&lt;BR /&gt;Tell me if it's work !!&lt;BR /&gt;regards&lt;BR /&gt;Benoit</description>
      <pubDate>Fri, 27 Sep 2002 07:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-comiling-xml-parser-module/m-p/2812674#M720817</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-09-27T07:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem comiling XML::Parser module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-comiling-xml-parser-module/m-p/2812675#M720818</link>
      <description>September 27, 2002 13:38 PM GMT   &lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Guy Mengel posted a comment on this forum on 10/12/2000 saying I must download the perl source and recompile with flags -lcl -lthread which I have not done. I am not a sys admin person so I tried to avoid compile the whole perl. May be I need to do this. I am not using apache server. I think it's just part of a directory path name. I tried compiling with another perl and got the same error. I downloaded the XML:Parser from cpan.org. To install this you all so need expat. When you compile, it will tell you in case you have not installed expat. &lt;BR /&gt;&lt;BR /&gt;Thanks very much. &lt;BR /&gt;&lt;BR /&gt;============================ &lt;BR /&gt;Mengel wrote: I have had the same exact problem using the Oracle DBI drivers for perl. &lt;BR /&gt;Simply add the pthread and cl libraries when building perl. Note: &lt;BR /&gt;You MUST rebuild perl to get rid of this issue, if you are using a binary &lt;BR /&gt;then you must get the sources and recompile adding the libraries &lt;BR /&gt;-lpthread -lcl when asked for the library information. Note2: This is NOT building &lt;BR /&gt;a "threaded" perl either, unless you need threads you should be answering "no" to &lt;BR /&gt;building a threaded perl. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 12:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-comiling-xml-parser-module/m-p/2812675#M720818</guid>
      <dc:creator>Kam Cheung</dc:creator>
      <dc:date>2002-09-27T12:44:39Z</dc:date>
    </item>
  </channel>
</rss>

