<?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: Unsatisfied symbols in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969780#M417595</link>
    <description>As the man page (man 3n byteorder) says ntohs and htons are null macros defined in &lt;NETINET&gt;.&lt;BR /&gt;&lt;BR /&gt;So you could include &lt;NETINET&gt; in ipc_unix.c or whatever c source file is used to make ipc_unix.o.&lt;/NETINET&gt;&lt;/NETINET&gt;</description>
    <pubDate>Mon, 27 Mar 2006 01:19:28 GMT</pubDate>
    <dc:creator>Ermin Borovac</dc:creator>
    <dc:date>2006-03-27T01:19:28Z</dc:date>
    <item>
      <title>Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969778#M417593</link>
      <description>Hi, &lt;BR /&gt;   While compiling cyrussasl product code i am getting following error.&lt;BR /&gt;&lt;BR /&gt;gcc  -g -O2  -Wl,+nodefaultrpath -o saslauthd  mechanisms.o auth_dce.o auth_getpwent.o auth_krb5.o auth_krb4.o auth_pam.o auth_rimap.o auth_shadow.o auth_sia.o auth_sasldb.o lak.o auth_ldap.o cache.o cfile.o krbtf.o utils.o ipc_unix.o ipc_doors.o saslauthd-main.o md5.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam   &lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   ntohs (first referenced in ipc_unix.o) (code)&lt;BR /&gt;   htons (first referenced in ipc_unix.o) (code)&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;gmake[1]: *** [saslauthd] Error 1&lt;BR /&gt;gmake[1]: Leaving directory `/home/ambika/cyrus-sasl-2.1.21/saslauthd'&lt;BR /&gt;gmake: *** [all] Error 2&lt;BR /&gt;&lt;BR /&gt;How to resolve this error?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 00:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969778#M417593</guid>
      <dc:creator>ambika_1</dc:creator>
      <dc:date>2006-03-27T00:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969779#M417594</link>
      <description>May be you are missing some libraries which has to be appeneded. &lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 27 Mar 2006 00:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969779#M417594</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-27T00:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969780#M417595</link>
      <description>As the man page (man 3n byteorder) says ntohs and htons are null macros defined in &lt;NETINET&gt;.&lt;BR /&gt;&lt;BR /&gt;So you could include &lt;NETINET&gt; in ipc_unix.c or whatever c source file is used to make ipc_unix.o.&lt;/NETINET&gt;&lt;/NETINET&gt;</description>
      <pubDate>Mon, 27 Mar 2006 01:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969780#M417595</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2006-03-27T01:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969781#M417596</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;netinetd/in.h file is already included in ipc_unix.c file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 01:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969781#M417596</guid>
      <dc:creator>ambika_1</dc:creator>
      <dc:date>2006-03-27T01:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969782#M417597</link>
      <description>Hi,&lt;BR /&gt;    CyrusSASL is a part of Internet Express package. So download the package from the link;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You have binaries both for 11.11 and 11.23 there. Which one you are looking for....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S</description>
      <pubDate>Mon, 27 Mar 2006 01:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969782#M417597</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-03-27T01:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969783#M417598</link>
      <description>prabhu,&lt;BR /&gt;&lt;BR /&gt;hope ambika is working on new release on Iexpress?! &lt;BR /&gt;&lt;BR /&gt;==&lt;BR /&gt;&lt;BR /&gt;May be try add header file of &lt;ARPA&gt; in ipc_unix.c file. Make clean and make it again.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;&lt;/ARPA&gt;</description>
      <pubDate>Mon, 27 Mar 2006 01:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969783#M417598</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-27T01:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969784#M417599</link>
      <description>Hi ambika,&lt;BR /&gt;     Can you post the detailed build steps and error messages, so that we can help you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 02:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969784#M417599</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-03-27T02:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969785#M417600</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;    First find out which object file has this unresolved symbol by expecting this command,&lt;BR /&gt;&lt;BR /&gt;#nm -op *.o | grep ntohs &lt;BR /&gt;&lt;BR /&gt;this comand will give the file name. Then add following lines to that corresponding source file [ .c file ]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;+#if HAVE_ARPA_INET_H&lt;BR /&gt;+#include &lt;ARPA&gt;&lt;BR /&gt;+#endif&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S&lt;/ARPA&gt;</description>
      <pubDate>Mon, 27 Mar 2006 02:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969785#M417600</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-03-27T02:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969786#M417601</link>
      <description>Hi, &lt;BR /&gt;   Refer theselink for more details;&lt;BR /&gt;you can find what is the exact problem by refering to this link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bugs.php.net/bug.php?id=32591" target="_blank"&gt;http://bugs.php.net/bug.php?id=32591&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.irbs.net/internet/postfix/0503/1763.html" target="_blank"&gt;http://www.irbs.net/internet/postfix/0503/1763.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S</description>
      <pubDate>Mon, 27 Mar 2006 02:11:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969786#M417601</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-03-27T02:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969787#M417602</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;   Problem is solved by including header file  &lt;ARPA&gt; . Thanks for your replies.&lt;BR /&gt;   I am working on new release of Internet Express. &lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Ambika&lt;BR /&gt;&lt;/ARPA&gt;</description>
      <pubDate>Mon, 27 Mar 2006 02:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969787#M417602</guid>
      <dc:creator>ambika_1</dc:creator>
      <dc:date>2006-03-27T02:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969788#M417603</link>
      <description>Hi,&lt;BR /&gt;   Then, also assign points to the post.</description>
      <pubDate>Mon, 27 Mar 2006 03:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969788#M417603</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-03-27T03:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied symbols</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969789#M417604</link>
      <description>By including the &lt;ARPA&gt; header file problem is solved.&lt;/ARPA&gt;</description>
      <pubDate>Mon, 27 Mar 2006 03:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols/m-p/4969789#M417604</guid>
      <dc:creator>ambika_1</dc:creator>
      <dc:date>2006-03-27T03:53:45Z</dc:date>
    </item>
  </channel>
</rss>

