I'm guessing here. You might try the Solaris equivalent of the ldd command to see which libraries that are needed. Even if everything you need to run the binary is in the shared directory hierarchy, you will probably need to add a path to PATH and/or add a library path. Also check if there is an environmental variable needed like PURITY_BASE or something similar. If this is a binary that you built from source, you know the requirements it has in itself as well.
Last edited by jschiwal; 10-23-2007 at 10:28 AM.
|