<?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 Perl Text::iconv won't compile in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/perl-text-iconv-won-t-compile/m-p/4183806#M91122</link>
    <description>Hiya. I'm pretty hopeless here and hoping for a miracle from somebody out there.. anyone! (yes, I am desperate ;) &lt;BR /&gt;&lt;BR /&gt;I've build Perl 5.10.0 on HP-UX 11.31. Here's my version details: &lt;A href="http://pastebin.ca/991891" target="_blank"&gt;http://pastebin.ca/991891&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Built it using GCC 4.2.3 and Gnu Make 3.81 for HPUX 11.31 from &lt;A href="http://hpux.ee.ualberta.ca." target="_blank"&gt;http://hpux.ee.ualberta.ca.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I need to install a few extra modules for some stuff here. Some of theses includes CGI URI Config::General HTML::Parser HTML::Template Bundle::LWP Net::IP Set::IntSpan Text::Iconv.&lt;BR /&gt;&lt;BR /&gt;I'm have a heck of a hard time with Text::Iconv. Either I try with perl 5.8.8 perl from the depot, or perl 5.10.0, I get the same results!&lt;BR /&gt;&lt;BR /&gt;Now I had done this in the past when I had compiled perl 5.8.8 on PA-RISC, 11.11. I had taken down some notes about a few things, and here's one of them:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;***&lt;BR /&gt;NOTE: if you have trouble compiling Text::Iconv (i.e. complaining that it can't find iconv...),&lt;BR /&gt;      you might need to manually compile it going into you're .../.cpan/build/Text-Iconv-1.4/ folder like so:&lt;BR /&gt;     &lt;BR /&gt;      /opt/perl-5.8.8/bin/perl Makefile.PL LIBS='-L/usr/lib' INC='-I/usr/include'&lt;BR /&gt;      make &amp;amp;&amp;amp; make test&lt;BR /&gt;      make install&lt;BR /&gt;     &lt;BR /&gt;      * for some reasons, it doesn't seem to like the GNU iconv installed on HPUX.&lt;BR /&gt;      It's supposed to work, but didn't for me!!!&lt;BR /&gt;      I managed to get it going using the builtin iconv_open(), iconv() and iconv_close() functions from within the systems libc libraries!&lt;BR /&gt;***&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That doesn't help at all. It just won't find my iconv (see &lt;A href="http://pastebin.ca/991983)." target="_blank"&gt;http://pastebin.ca/991983).&lt;/A&gt; Also see &lt;A href="http://pastebin.ca/991991" target="_blank"&gt;http://pastebin.ca/991991&lt;/A&gt; which shows it with verbose on. I've tried SOO many ways! I can't even list them all. The *only* way I got it to somehow find the iconv is to modify the Makefile.PL and replace (line 108):&lt;BR /&gt;&lt;BR /&gt;#include &lt;ICONV.H&gt;&lt;BR /&gt;with&lt;BR /&gt;#include &lt;/ICONV.H&gt;&lt;BR /&gt;&lt;BR /&gt;As long as I've set /usr/loca/bin in my PATH, otherwise, it still won't find iconv. THEN it compiles.However, `make test` fails!!  :(&lt;BR /&gt;* also tried with /usr/local/include/iconv.h and that just won't compile.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See the following for details... &lt;A href="http://pastebin.ca/991987" target="_blank"&gt;http://pastebin.ca/991987&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm really starting to think there's something terribly wrong with my HPUX install. I just don't get it. I don't know what to try anymore...  :(&lt;BR /&gt;&lt;BR /&gt;Can anyone help? &lt;BR /&gt;&lt;BR /&gt;Thank you soo much in advance.&lt;BR /&gt;&lt;BR /&gt;Patrick.</description>
    <pubDate>Mon, 21 Apr 2008 14:21:25 GMT</pubDate>
    <dc:creator>PatRoy</dc:creator>
    <dc:date>2008-04-21T14:21:25Z</dc:date>
    <item>
      <title>Perl Text::iconv won't compile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-text-iconv-won-t-compile/m-p/4183806#M91122</link>
      <description>Hiya. I'm pretty hopeless here and hoping for a miracle from somebody out there.. anyone! (yes, I am desperate ;) &lt;BR /&gt;&lt;BR /&gt;I've build Perl 5.10.0 on HP-UX 11.31. Here's my version details: &lt;A href="http://pastebin.ca/991891" target="_blank"&gt;http://pastebin.ca/991891&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Built it using GCC 4.2.3 and Gnu Make 3.81 for HPUX 11.31 from &lt;A href="http://hpux.ee.ualberta.ca." target="_blank"&gt;http://hpux.ee.ualberta.ca.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I need to install a few extra modules for some stuff here. Some of theses includes CGI URI Config::General HTML::Parser HTML::Template Bundle::LWP Net::IP Set::IntSpan Text::Iconv.&lt;BR /&gt;&lt;BR /&gt;I'm have a heck of a hard time with Text::Iconv. Either I try with perl 5.8.8 perl from the depot, or perl 5.10.0, I get the same results!&lt;BR /&gt;&lt;BR /&gt;Now I had done this in the past when I had compiled perl 5.8.8 on PA-RISC, 11.11. I had taken down some notes about a few things, and here's one of them:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;***&lt;BR /&gt;NOTE: if you have trouble compiling Text::Iconv (i.e. complaining that it can't find iconv...),&lt;BR /&gt;      you might need to manually compile it going into you're .../.cpan/build/Text-Iconv-1.4/ folder like so:&lt;BR /&gt;     &lt;BR /&gt;      /opt/perl-5.8.8/bin/perl Makefile.PL LIBS='-L/usr/lib' INC='-I/usr/include'&lt;BR /&gt;      make &amp;amp;&amp;amp; make test&lt;BR /&gt;      make install&lt;BR /&gt;     &lt;BR /&gt;      * for some reasons, it doesn't seem to like the GNU iconv installed on HPUX.&lt;BR /&gt;      It's supposed to work, but didn't for me!!!&lt;BR /&gt;      I managed to get it going using the builtin iconv_open(), iconv() and iconv_close() functions from within the systems libc libraries!&lt;BR /&gt;***&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That doesn't help at all. It just won't find my iconv (see &lt;A href="http://pastebin.ca/991983)." target="_blank"&gt;http://pastebin.ca/991983).&lt;/A&gt; Also see &lt;A href="http://pastebin.ca/991991" target="_blank"&gt;http://pastebin.ca/991991&lt;/A&gt; which shows it with verbose on. I've tried SOO many ways! I can't even list them all. The *only* way I got it to somehow find the iconv is to modify the Makefile.PL and replace (line 108):&lt;BR /&gt;&lt;BR /&gt;#include &lt;ICONV.H&gt;&lt;BR /&gt;with&lt;BR /&gt;#include &lt;/ICONV.H&gt;&lt;BR /&gt;&lt;BR /&gt;As long as I've set /usr/loca/bin in my PATH, otherwise, it still won't find iconv. THEN it compiles.However, `make test` fails!!  :(&lt;BR /&gt;* also tried with /usr/local/include/iconv.h and that just won't compile.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See the following for details... &lt;A href="http://pastebin.ca/991987" target="_blank"&gt;http://pastebin.ca/991987&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm really starting to think there's something terribly wrong with my HPUX install. I just don't get it. I don't know what to try anymore...  :(&lt;BR /&gt;&lt;BR /&gt;Can anyone help? &lt;BR /&gt;&lt;BR /&gt;Thank you soo much in advance.&lt;BR /&gt;&lt;BR /&gt;Patrick.</description>
      <pubDate>Mon, 21 Apr 2008 14:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-text-iconv-won-t-compile/m-p/4183806#M91122</guid>
      <dc:creator>PatRoy</dc:creator>
      <dc:date>2008-04-21T14:21:25Z</dc:date>
    </item>
  </channel>
</rss>

