Hi All,
Could anyone explain what the file ‘rpc_so’ does and where I can get a
copy. I have an application that works with QNX4.24, but with QNX4.25
the application requires this file. Any ideas would be fine as well.
Thanks all
Later
John
Hi All,
Could anyone explain what the file ‘rpc_so’ does and where I can get a
copy. I have an application that works with QNX4.24, but with QNX4.25
the application requires this file. Any ideas would be fine as well.
Thanks all
Later
John
John Parsons <parsonsj@esi.com> wrote:
Hi All,
Could anyone explain what the file ‘rpc_so’ does and where I can get a
copy. I have an application that works with QNX4.24, but with QNX4.25
the application requires this file. Any ideas would be fine as well.
It loads the RPC shared library.
It should in your /usr/ucb, and /bin/rpc_so is linked to it if the
install is correct. Just let PATH go though these directory, and your
application should auto load it.
-xtang