This is a list of frequently asked questions with answers:

Q: Rumba compiles under Solaris, but it does not run. The error message is:
       fatal: librpcsoc.so.1: can't open file: errno=2
A: You have not installed the library for rpc over sockets, or it is at
   a non-standard library path. It is part of the "SUNWscpu" package. To
   find out whether you have installed the package, use the command
   "pkginfo". It gives you a list of installed packages. If the library
   is installed at a non-standard path, (e.g. /usr/ucblib/librpcsoc.so.1),
   you can add the path to the library search path by adding it to the
   environment variable "LD_LIBRARY_PATH".

Q: Rumba does not work on IRIX 6.4
A: Yes, and I still have not found out why. I'm working on it, however.

Q: Mounting a share with rumba results in the following error message:
      error connecting to server: [5] I/O error
A: Rumba is not very good in giving diagnostic messages when something
   goes wrong. The above can mean almost anything. You should check
   whether:
     - The share is correctly imported.
     - The server is in user- or share level security (and use the
       appropriate password).
     - If you have NT4 with service pack 3 or any newer NT product:
       Whether you have enabled unencrypted passwords (rumba can't
       do password encryption).

