<?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 still have problem comiling XML::Parser in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/still-have-problem-comiling-xml-parser/m-p/2814973#M720819</link>
    <description>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;&lt;BR /&gt;</description>
    <pubDate>Fri, 27 Sep 2002 12:38:25 GMT</pubDate>
    <dc:creator>Kam Cheung</dc:creator>
    <dc:date>2002-09-27T12:38:25Z</dc:date>
    <item>
      <title>still have problem comiling XML::Parser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/still-have-problem-comiling-xml-parser/m-p/2814973#M720819</link>
      <description>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;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 12:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/still-have-problem-comiling-xml-parser/m-p/2814973#M720819</guid>
      <dc:creator>Kam Cheung</dc:creator>
      <dc:date>2002-09-27T12:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: still have problem comiling XML::Parser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/still-have-problem-comiling-xml-parser/m-p/2814974#M720820</link>
      <description>Although I'm not using the CPAN module XML::Parser, I'm quite sure you mixed something up here.&lt;BR /&gt;As far as I know does the newbuilding of Perl from sources with the -lcl -lpthread flags only relate to specific HP-UX problems with the DBD::Oracle driver installation (and running) when you need to connect to an Oracle DBMS instance from a client on HP-UX.&lt;BR /&gt;If you don't intend to connect to an Oracle DB through the DBI and DBD::Oracle interface there should absolutely be no need for you to build Perl anew.&lt;BR /&gt;You were right though, in that you first have to have installed the expat library (so the readme of XML::Parser on CPAN says)&lt;BR /&gt;Just follow the instructions in that Readme.</description>
      <pubDate>Fri, 27 Sep 2002 12:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/still-have-problem-comiling-xml-parser/m-p/2814974#M720820</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2002-09-27T12:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: still have problem comiling XML::Parser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/still-have-problem-comiling-xml-parser/m-p/2814975#M720821</link>
      <description>Thanks for your comment.  The original problem was :&lt;BR /&gt;I keep on getting the error message (when I compile XML::Parser perl module), /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;Susan Markley posted similar problem on 10/10/2000 on compiling another perl module.  She followed Guy Mengel's suggestion and recompile Perl with -lcl and -lthread and was able to get rid of the problem.  You might be right about the Oracle DBI drivers.  I am still lost as how to get around the problem of compiling this XML::Parser problem.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 27 Sep 2002 13:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/still-have-problem-comiling-xml-parser/m-p/2814975#M720821</guid>
      <dc:creator>Kam Cheung</dc:creator>
      <dc:date>2002-09-27T13:32:38Z</dc:date>
    </item>
  </channel>
</rss>

