<?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 SOCKETS! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sockets/m-p/2598771#M725779</link>
    <description>I an trying to get a C++ program running on 10.20 that has been running on a Sun workstation running Solaris 5.6 (CShell).&lt;BR /&gt;&lt;BR /&gt;I am running into problems linking functions that appear to be defined in the "libsocket.a" and "libnsl.a" libraries.  Does anyone know anything about these 2 libs and if so where I can find them?&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Oct 2001 13:01:21 GMT</pubDate>
    <dc:creator>Scott McDade</dc:creator>
    <dc:date>2001-10-22T13:01:21Z</dc:date>
    <item>
      <title>SOCKETS!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sockets/m-p/2598771#M725779</link>
      <description>I an trying to get a C++ program running on 10.20 that has been running on a Sun workstation running Solaris 5.6 (CShell).&lt;BR /&gt;&lt;BR /&gt;I am running into problems linking functions that appear to be defined in the "libsocket.a" and "libnsl.a" libraries.  Does anyone know anything about these 2 libs and if so where I can find them?&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Oct 2001 13:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sockets/m-p/2598771#M725779</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2001-10-22T13:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: SOCKETS!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sockets/m-p/2598772#M725780</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;I don''t find both the files&lt;BR /&gt;in my 10.20 box.&lt;BR /&gt;But,  in the 11.00 system,&lt;BR /&gt;libnls.a file is under&lt;BR /&gt;/usr/lib   as well as&lt;BR /&gt;/usr/lib/pa20_64   directories&lt;BR /&gt;The other library file is&lt;BR /&gt;not there on the system.&lt;BR /&gt;&lt;BR /&gt;-raj</description>
      <pubDate>Mon, 22 Oct 2001 13:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sockets/m-p/2598772#M725780</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-10-22T13:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: SOCKETS!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sockets/m-p/2598773#M725781</link>
      <description>There is libnsl.a in hp. YOu can probably do an ar -x of libnsl.a to see what object files are there and if they help you.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 22 Oct 2001 13:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sockets/m-p/2598773#M725781</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-22T13:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: SOCKETS!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sockets/m-p/2598774#M725782</link>
      <description>&lt;BR /&gt;You don't need libsocket.* on hpux.&lt;BR /&gt;libnsl.* contains extension araound rpc and NIS.&lt;BR /&gt;&lt;BR /&gt;Klaus</description>
      <pubDate>Mon, 22 Oct 2001 13:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sockets/m-p/2598774#M725782</guid>
      <dc:creator>Klaus Crusius</dc:creator>
      <dc:date>2001-10-22T13:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: SOCKETS!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sockets/m-p/2598775#M725783</link>
      <description>Hi Scott:&lt;BR /&gt;&lt;BR /&gt;You have libnsl but not libsocket. My standard technique for finding missing symbols is to cd to /usr/lib and then do an nm *.sl (or *.a) &amp;gt; /var/tmp/list. You can then examine /var/tmp/list using grep or vi to find the symbols you are looking for. When you find them, go up a few lines (or a few tens of lines) and there will be a line indicating which file the symbol is found within.&lt;BR /&gt;&lt;BR /&gt;I do assume you are running the aC++ compiler.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Oct 2001 13:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sockets/m-p/2598775#M725783</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-22T13:33:31Z</dc:date>
    </item>
  </channel>
</rss>

