<?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: cannot install gettext in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237838#M329552</link>
    <description>Hi James:&lt;BR /&gt;&lt;BR /&gt;The Makefile.PL is attempting to compile snippet of code that uses '/usr/include/libintl.h'.  If you don't have that, you're not going to get far.&lt;BR /&gt;&lt;BR /&gt;The compilation/linking is tried, first, without '-lintl' and then if that fails, with '-lintl'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 22 Jul 2008 18:01:37 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-07-22T18:01:37Z</dc:date>
    <item>
      <title>cannot install gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237831#M329545</link>
      <description>I'm trying to install Locale::gettext but keep getting this error:&lt;BR /&gt;&lt;BR /&gt;# perl Makefile.PL&lt;BR /&gt;Set up gcc environment - 4.2.1&lt;BR /&gt;checking for gettext... no&lt;BR /&gt;checking for gettext in -lintl... no&lt;BR /&gt;gettext function not found. Please install libintl at Makefile.PL line 18.&lt;BR /&gt;&lt;BR /&gt;I also tried running perl -MCPAN -e 'install Locale::gettext' but still get the same error.&lt;BR /&gt;&lt;BR /&gt;Any input would be appreciated.</description>
      <pubDate>Mon, 21 Jul 2008 18:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237831#M329545</guid>
      <dc:creator>James Sim</dc:creator>
      <dc:date>2008-07-21T18:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: cannot install gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237832#M329546</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;I wonder if you have to have the gettext package installed itself for the perl modules to work (I guess they'd be there by default on Linux)&lt;BR /&gt;&lt;BR /&gt;Download from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.17/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.17/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note you'll also need to install libiconv as well.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 21 Jul 2008 19:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237832#M329546</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-07-21T19:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: cannot install gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237833#M329547</link>
      <description>I installed both modules (gettext and libiconv) but am getting the same errors.&lt;BR /&gt;&lt;BR /&gt;What's the difference between Locale::gettext and gettext?</description>
      <pubDate>Mon, 21 Jul 2008 20:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237833#M329547</guid>
      <dc:creator>James Sim</dc:creator>
      <dc:date>2008-07-21T20:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: cannot install gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237834#M329548</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;Well I would imagine that Locale::gettext is a Perl Module wrapper for the gettext functions in libintl, so it would make sense to need gettext installed before Locale::gettext would build.&lt;BR /&gt;&lt;BR /&gt;I'd imagine this is a problem with library/include paths in the Makefile (which means it doesn't find some .h or .a/.so/.sl file - I'm guessing its looking for libintl.so or libintl.sl)&lt;BR /&gt;&lt;BR /&gt;Unfortunately I know zip about debugging Perl makefiles... You really need Merijn to pop his head in here and respond, unfortunately I think he's on holiday until the end of July...&lt;BR /&gt;&lt;BR /&gt;Can you make any sense out of what you see on or around line 18 of the Makefile?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 22 Jul 2008 06:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237834#M329548</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-07-22T06:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: cannot install gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237835#M329549</link>
      <description>Hi James&lt;BR /&gt;&lt;BR /&gt;I think you need to install the inttool to resolve the error. you can download it from here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnome/intltool-0.40.0/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnome/intltool-0.40.0/&lt;/A&gt;</description>
      <pubDate>Tue, 22 Jul 2008 06:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237835#M329549</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-07-22T06:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: cannot install gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237836#M329550</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Be sure to carefully follow the pre-requisite list. If not, the depot will install and do very nice core dumps instead of working.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Jul 2008 06:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237836#M329550</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-07-22T06:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: cannot install gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237837#M329551</link>
      <description>I installed intltool and still get the same error.&lt;BR /&gt;&lt;BR /&gt;Here's a sample of the Makefile.PL file:&lt;BR /&gt;&lt;BR /&gt;unless (conftest("char *x = gettext(\"foo\");", "gettext", 0)) {&lt;BR /&gt;        # try with -lintl&lt;BR /&gt;        $libs = "-lintl";&lt;BR /&gt;        unless (conftest("char *x = gettext(\"foo\");", "gettext", 0)) {&lt;BR /&gt;                unlink("conftest.c");&lt;BR /&gt;                unlink("conftest");&lt;BR /&gt;                die "gettext function not found. Please install libintl";&lt;BR /&gt;        }&lt;BR /&gt;}&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2008 17:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237837#M329551</guid>
      <dc:creator>James Sim</dc:creator>
      <dc:date>2008-07-22T17:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: cannot install gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237838#M329552</link>
      <description>Hi James:&lt;BR /&gt;&lt;BR /&gt;The Makefile.PL is attempting to compile snippet of code that uses '/usr/include/libintl.h'.  If you don't have that, you're not going to get far.&lt;BR /&gt;&lt;BR /&gt;The compilation/linking is tried, first, without '-lintl' and then if that fails, with '-lintl'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 22 Jul 2008 18:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-install-gettext/m-p/4237838#M329552</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-22T18:01:37Z</dc:date>
    </item>
  </channel>
</rss>

