What does it mean when appcert complains about an application because it couldn find a library?
Appcert looks in the list of directories specified by the current LD_LIBRARY_PATH (and finally in /usr/lib) for libraries containing the symbols used by an application. If a non-Solaris library is used by the application, but is not on LD_LIBRARY_PATH, then appcert cannot find those symbols unless the “-R” option was used at build time to specify where the libraries were located. The presence of unbound symbols and/or failure to find a library will cause appcert to fail an application.