<?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: what is the latest ld version?. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-latest-ld-version/m-p/2847547#M92590</link>
    <description>This is more an educated guess but from PHCO_27434 s700_800 11.11 libc cumulative patch :&lt;BR /&gt;&lt;BR /&gt;IPv6 functionality should be provided in libc.&lt;BR /&gt;&lt;BR /&gt; Resolution:&lt;BR /&gt; The source  code for  networking  APIs in libc&lt;BR /&gt; have been  modified  to effect IPv6 changes.&lt;BR /&gt; New APIs included :&lt;BR /&gt; getaddrinfo(),&lt;BR /&gt; getnameinfo(),&lt;BR /&gt; freeaddrinfo(),&lt;BR /&gt; gai_strerror(),&lt;BR /&gt; getipnodebyname(),&lt;BR /&gt; getipnodebyaddr(),&lt;BR /&gt;&lt;BR /&gt; rcmd_af(),&lt;BR /&gt; rresvport_af(),&lt;BR /&gt; rexec_af()&lt;BR /&gt; The last three APIs are provided to enable IPv6 in&lt;BR /&gt; rcommands.&lt;BR /&gt; rlogin and remsh Applications call rcmd_af() and&lt;BR /&gt; rresvport_af() APIs and rexec calls rexec_af() API.&lt;BR /&gt;&lt;BR /&gt; IP address to hostname resolution APIs:&lt;BR /&gt; The getaddrinfo(), getipnodebyname() APIs are provided&lt;BR /&gt; for name to address resolution.  The getnameinfo() and&lt;BR /&gt; getipnodebyaddr() APIs are provided for address to name&lt;BR /&gt; resolution.&lt;BR /&gt; They work for both IPv4 and IPv6 hostnames and addresses.&lt;BR /&gt; freeaddrinfo() is used to free the linked list created&lt;BR /&gt; by getaddrinfo().&lt;BR /&gt; gai_strerror() is used to print error messages&lt;BR /&gt; corresponding to error values from getaddrinfo().&lt;BR /&gt;&lt;BR /&gt;maybe worth installing &amp;amp; fyi latest ld patch = PHSS_26560&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Nov 2002 08:34:32 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2002-11-19T08:34:32Z</dc:date>
    <item>
      <title>what is the latest ld version?.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-latest-ld-version/m-p/2847546#M92589</link>
      <description>I am trying to compile apache (1.3.26/27) with php 4 (php 4.2.1/4.2.2/4.2.3) on a hpux 11i server. But it fails when compile (make) php modules. It works fine with a hpux 11.00 server but not with 11i. The error i get is:&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   freeaddrinfo (code)&lt;BR /&gt;   getaddrinfo (code)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;I noted that, ld used by hpux11.00 is newer then the 11i. So I wonder which patch would give me the newer version. &lt;BR /&gt;&lt;BR /&gt;what /usr/ccs/bin/ld on hpux11i (11.11):&lt;BR /&gt;/usr/ccs/bin/ld:&lt;BR /&gt;        HP aC++ B3910B A.03.25 Classic Iostream Library&lt;BR /&gt;        HP aC++ B3910B A.03.25 Language Support Library&lt;BR /&gt;        ld_msgs.cat: $Revision: 1.85 $&lt;BR /&gt;        92453-07 linker command s800.sgs ld PA64 B.11.18 REL 000922&lt;BR /&gt;&lt;BR /&gt;what /usr/ccs/bin/ld on hpux 11.00:&lt;BR /&gt;/usr/ccs/bin/ld:&lt;BR /&gt;        HP aC++ B3910B A.03.27 Classic Iostream Library&lt;BR /&gt;        HP aC++ B3910B A.03.27 Language Support Library&lt;BR /&gt;        ld_msgs.cat: $Revision: 1.85 $&lt;BR /&gt;        92453-07 linker command s800.sgs ld PA64 B.11.25 REL 001129&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Mani</description>
      <pubDate>Tue, 19 Nov 2002 08:24:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-latest-ld-version/m-p/2847546#M92589</guid>
      <dc:creator>Mani Vasagan</dc:creator>
      <dc:date>2002-11-19T08:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: what is the latest ld version?.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-latest-ld-version/m-p/2847547#M92590</link>
      <description>This is more an educated guess but from PHCO_27434 s700_800 11.11 libc cumulative patch :&lt;BR /&gt;&lt;BR /&gt;IPv6 functionality should be provided in libc.&lt;BR /&gt;&lt;BR /&gt; Resolution:&lt;BR /&gt; The source  code for  networking  APIs in libc&lt;BR /&gt; have been  modified  to effect IPv6 changes.&lt;BR /&gt; New APIs included :&lt;BR /&gt; getaddrinfo(),&lt;BR /&gt; getnameinfo(),&lt;BR /&gt; freeaddrinfo(),&lt;BR /&gt; gai_strerror(),&lt;BR /&gt; getipnodebyname(),&lt;BR /&gt; getipnodebyaddr(),&lt;BR /&gt;&lt;BR /&gt; rcmd_af(),&lt;BR /&gt; rresvport_af(),&lt;BR /&gt; rexec_af()&lt;BR /&gt; The last three APIs are provided to enable IPv6 in&lt;BR /&gt; rcommands.&lt;BR /&gt; rlogin and remsh Applications call rcmd_af() and&lt;BR /&gt; rresvport_af() APIs and rexec calls rexec_af() API.&lt;BR /&gt;&lt;BR /&gt; IP address to hostname resolution APIs:&lt;BR /&gt; The getaddrinfo(), getipnodebyname() APIs are provided&lt;BR /&gt; for name to address resolution.  The getnameinfo() and&lt;BR /&gt; getipnodebyaddr() APIs are provided for address to name&lt;BR /&gt; resolution.&lt;BR /&gt; They work for both IPv4 and IPv6 hostnames and addresses.&lt;BR /&gt; freeaddrinfo() is used to free the linked list created&lt;BR /&gt; by getaddrinfo().&lt;BR /&gt; gai_strerror() is used to print error messages&lt;BR /&gt; corresponding to error values from getaddrinfo().&lt;BR /&gt;&lt;BR /&gt;maybe worth installing &amp;amp; fyi latest ld patch = PHSS_26560&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Nov 2002 08:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-latest-ld-version/m-p/2847547#M92590</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-11-19T08:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: what is the latest ld version?.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-latest-ld-version/m-p/2847548#M92591</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick answer. I am trying to install the patch PHSS_26560 now. Will update the status after that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mani</description>
      <pubDate>Tue, 19 Nov 2002 09:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-latest-ld-version/m-p/2847548#M92591</guid>
      <dc:creator>Mani Vasagan</dc:creator>
      <dc:date>2002-11-19T09:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: what is the latest ld version?.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-latest-ld-version/m-p/2847549#M92592</link>
      <description>Ok, I just installed the patch. I still get the error, but with more info. The error is:&lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   freeaddrinfo (first referenced in ./.libs/libphp4.a(network.o)) (code)&lt;BR /&gt;   getaddrinfo (first referenced in ./.libs/libphp4.a(network.o)) (code)&lt;BR /&gt;&lt;BR /&gt;I am stranded now !.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mani</description>
      <pubDate>Tue, 19 Nov 2002 09:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-latest-ld-version/m-p/2847549#M92592</guid>
      <dc:creator>Mani Vasagan</dc:creator>
      <dc:date>2002-11-19T09:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: what is the latest ld version?.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-latest-ld-version/m-p/2847550#M92593</link>
      <description>I installed PHCO_27434. It works after that.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mani</description>
      <pubDate>Tue, 19 Nov 2002 10:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-latest-ld-version/m-p/2847550#M92593</guid>
      <dc:creator>Mani Vasagan</dc:creator>
      <dc:date>2002-11-19T10:27:42Z</dc:date>
    </item>
  </channel>
</rss>

