<?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: Error encountered while building perl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581286#M679328</link>
    <description>Thanks James&lt;BR /&gt;&lt;BR /&gt;HPUX compiler - acXX&lt;BR /&gt;Building perl-5.8.9&lt;BR /&gt;&lt;BR /&gt;Thanks Suprateeka, I would work on the suggested lines</description>
    <pubDate>Thu, 11 Feb 2010 08:55:57 GMT</pubDate>
    <dc:creator>Syed Madar J S</dc:creator>
    <dc:date>2010-02-11T08:55:57Z</dc:date>
    <item>
      <title>Error encountered while building perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581281#M679323</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to build perl on PA-RISC, and using HP-UX-11iv1.&lt;BR /&gt;&lt;BR /&gt;The make-test phase threw out some failures, and the following is one of them.&lt;BR /&gt;&lt;BR /&gt;================&lt;BR /&gt;hpmdd78#perl lib/Net/t/hostname.t&lt;BR /&gt;1..5&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'uname{20040821}' in load module '../lib/auto/POSIX/POSIX.sl'.&lt;BR /&gt;hpmdd78#&lt;BR /&gt;================&lt;BR /&gt;&lt;BR /&gt;Can anyone let me know if i am missing anything or how to rectify this issue?</description>
      <pubDate>Wed, 10 Feb 2010 11:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581281#M679323</guid>
      <dc:creator>Syed Madar J S</dc:creator>
      <dc:date>2010-02-10T11:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error encountered while building perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581282#M679324</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would go to &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Download the PERL5 (Search by that term) depot and install the depot.&lt;BR /&gt;&lt;BR /&gt;There are a number of pre-compiled perl programs available at &lt;A href="http://hpux.ws/merijn" target="_blank"&gt;http://hpux.ws/merijn&lt;/A&gt;&lt;BR /&gt;userid:itrc&lt;BR /&gt;password:itrc1234&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 10 Feb 2010 14:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581282#M679324</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-10T14:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error encountered while building perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581283#M679325</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Knowing the compiler you're using and What Perl version you're building would be useful.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 10 Feb 2010 15:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581283#M679325</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-10T15:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error encountered while building perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581284#M679326</link>
      <description>first thing is to make sure you the latest linker and loader patch on 11iv1. the latest patch is PHSS_40549.&lt;BR /&gt;&lt;BR /&gt;secondly, the error means that the symbol 'uname...' is not found at runtime. in such cases, there will be a warning from the linker while building the executable. grep for warnings from linker in the build log. see if you have any warning related to the symbol name.&lt;BR /&gt;&lt;BR /&gt;an undefined symbol is satisfied at runtime by some shared library. in you case, the library which is supposed to provide the definition is not providing it. &lt;BR /&gt;&lt;BR /&gt;search your entire source code and see which module defines the symbol 'uname...'. if none of them define, then there are chances that a third part library satisfies this. read the documentation supplied with your source.</description>
      <pubDate>Thu, 11 Feb 2010 01:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581284#M679326</guid>
      <dc:creator>Suprateeka R Hegde</dc:creator>
      <dc:date>2010-02-11T01:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error encountered while building perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581285#M679327</link>
      <description>Hello Syed,&lt;BR /&gt;&lt;BR /&gt;This could be because in /etc/hosts there is no line corresponding to $(hostname)&lt;BR /&gt;&lt;BR /&gt;Run this command (edit IP address 127.0.0.1 as necessary) in order to add the corresponding line to your /etc/hosts&lt;BR /&gt;&lt;BR /&gt;echo "127.0.0.1 $(hostname)" &amp;gt;&amp;gt; /etc/hosts&lt;BR /&gt;&lt;BR /&gt;Horia.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 08:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581285#M679327</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-02-11T08:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error encountered while building perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581286#M679328</link>
      <description>Thanks James&lt;BR /&gt;&lt;BR /&gt;HPUX compiler - acXX&lt;BR /&gt;Building perl-5.8.9&lt;BR /&gt;&lt;BR /&gt;Thanks Suprateeka, I would work on the suggested lines</description>
      <pubDate>Thu, 11 Feb 2010 08:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581286#M679328</guid>
      <dc:creator>Syed Madar J S</dc:creator>
      <dc:date>2010-02-11T08:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error encountered while building perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581287#M679329</link>
      <description>&amp;gt;dld.sl: Unsatisfied code symbol 'uname{20040821}' in load module '../lib/auto/POSIX/POSIX.sl'.&lt;BR /&gt;&lt;BR /&gt;This means you have illegally taken POSIX.sl which was compiled on 11.23 or 11.31 and are trying to run on 11.11.</description>
      <pubDate>Thu, 11 Feb 2010 10:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-encountered-while-building-perl/m-p/4581287#M679329</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-11T10:27:37Z</dc:date>
    </item>
  </channel>
</rss>

