<?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: Missing files on linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/missing-files-on-linux/m-p/4798796#M81352</link>
    <description>&lt;!--!*#--&gt;&amp;gt; Missing files on linux &lt;BR /&gt;&lt;BR /&gt;Which files are missing?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] Linux, [...]&lt;BR /&gt;&lt;BR /&gt;Not a very detailed description of anything.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] is failing [...]&lt;BR /&gt;&lt;BR /&gt;Not a very detailed description of anything.&lt;BR /&gt;&lt;BR /&gt;As usual, showing actual commands with their&lt;BR /&gt;actual output can be more helpful than vague&lt;BR /&gt;descriptions or interpretations.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] These functions are missing on Linux.&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;They are?  Evidence?&lt;BR /&gt;&lt;BR /&gt;Is the (mysterious, unidentified) "one&lt;BR /&gt;application" failing when you run it, or are&lt;BR /&gt;you having trouble building it?</description>
    <pubDate>Wed, 15 Jun 2011 05:16:35 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2011-06-15T05:16:35Z</dc:date>
    <item>
      <title>Missing files on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/missing-files-on-linux/m-p/4798795#M81351</link>
      <description>I have one application that is running properly on HP-UX but if I run same on Linux, it is failing.That application is using function calls like svc_create().These functions are missing on Linux. could you please tell what is alternative way to resolve this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Manish.</description>
      <pubDate>Wed, 15 Jun 2011 03:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/missing-files-on-linux/m-p/4798795#M81351</guid>
      <dc:creator>Kernel Tunable parmeter</dc:creator>
      <dc:date>2011-06-15T03:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Missing files on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/missing-files-on-linux/m-p/4798796#M81352</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Missing files on linux &lt;BR /&gt;&lt;BR /&gt;Which files are missing?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] Linux, [...]&lt;BR /&gt;&lt;BR /&gt;Not a very detailed description of anything.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] is failing [...]&lt;BR /&gt;&lt;BR /&gt;Not a very detailed description of anything.&lt;BR /&gt;&lt;BR /&gt;As usual, showing actual commands with their&lt;BR /&gt;actual output can be more helpful than vague&lt;BR /&gt;descriptions or interpretations.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] These functions are missing on Linux.&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;They are?  Evidence?&lt;BR /&gt;&lt;BR /&gt;Is the (mysterious, unidentified) "one&lt;BR /&gt;application" failing when you run it, or are&lt;BR /&gt;you having trouble building it?</description>
      <pubDate>Wed, 15 Jun 2011 05:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/missing-files-on-linux/m-p/4798796#M81352</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-06-15T05:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Missing files on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/missing-files-on-linux/m-p/4798797#M81353</link>
      <description>Hi Steven Schweda,&lt;BR /&gt;&lt;BR /&gt;thanks for your prompt reply.&lt;BR /&gt;&lt;BR /&gt;clio_svc.o: In function `main':&lt;BR /&gt;clio_svc.c:(.text+0xaf85): undefined reference to `svc_create'&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;+ (( 1 ))&lt;BR /&gt;+ print -u2 'cc -o ./clio_svc  clio_util.o clio_xdr.o clio_svc.o -pthread -lc -lnsl failed'&lt;BR /&gt;cc -o ./clio_svc  clio_util.o clio_xdr.o clio_svc.o -pthread -lc -lnsl failed&lt;BR /&gt;+ return 1&lt;BR /&gt;make: *** [all] Error 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In above error, "svc_create" is undefined reference. but on HP-UX we are not seeing this error and application is running.  &lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jun 2011 07:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/missing-files-on-linux/m-p/4798797#M81353</guid>
      <dc:creator>Kernel Tunable parmeter</dc:creator>
      <dc:date>2011-06-15T07:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Missing files on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/missing-files-on-linux/m-p/4798798#M81354</link>
      <description>svc_create() is a function call of the SunRPC library (RFC 1050, RFC 1057).&lt;BR /&gt;&lt;BR /&gt;I don't have any experience with RPC programming of any kind, but browsing through "man rpc" on Linux and "man svc_create" on HP-UX suggests that svc_create() is just a way to perform the work of svc&lt;TYPE&gt;_create() + svc_register() in one step, possibly creating services for multiple protocols at once.&lt;BR /&gt;&lt;BR /&gt;For the purpose of porting the application from HP-UX to Linux, you might create your own svc_create() function. You should make it take exactly the same arguments as HP-UX svc_create(), then make the appropriate svc&lt;TYPE&gt;_create() and svc_register() calls. You might even make it into a separate library, so that next time you are porting an application that uses svc_create(), you can just add that library to the application's compilation process.&lt;BR /&gt;&lt;BR /&gt;On HP-UX, the man page indicates svc_create uses two external sources of arguments for choosing the service type(s) to create: the NETPATH environment variable (if it exists), and the "netconf database". On Linux, the netconf database probably doesn't exist (I have no idea what it might be). So you'll have to make some implementation decisions of your own here.&lt;BR /&gt;&lt;BR /&gt;The svc_create() does not allow you to specify which TCP/UDP port your service(s) should use, but in Linux, you can optionally set up a socket, bind it to the port you want and then use svctcp_create() or svcudp_bufcreate() and then svc_register() on the socket to turn it into a RPC service. Having the RPC services in fixed ports makes it easier to allow access to RPC services through firewalls. &lt;BR /&gt;&lt;BR /&gt;(If you want the old behavior of assigning arbitrary ports for RPC services, use the constant RPC_ANYSOCK as the socket, in which case the svctcp_create() or svcudp_bufcreate() will automatically create a new socket for the service.)&lt;BR /&gt;&lt;BR /&gt;MK&lt;/TYPE&gt;&lt;/TYPE&gt;</description>
      <pubDate>Thu, 16 Jun 2011 07:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/missing-files-on-linux/m-p/4798798#M81354</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-06-16T07:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Missing files on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/missing-files-on-linux/m-p/4798799#M81355</link>
      <description>Hi MK,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot, it really appreciated for your prompt reply and all it worked for me and now m able to successfully run the application on Linux.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Manish</description>
      <pubDate>Sat, 18 Jun 2011 05:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/missing-files-on-linux/m-p/4798799#M81355</guid>
      <dc:creator>Kernel Tunable parmeter</dc:creator>
      <dc:date>2011-06-18T05:59:58Z</dc:date>
    </item>
  </channel>
</rss>

