Info
Content

Error while loading shared libaries libsqrbtunicode.so


If you get the error:

$PS_HOME/bin/{DBTYPE}/bin/sqr: error while loading shared libraries:
libsqrbtunicode.so: cannot open shared object file: No such file or directory.

The process scheduler cannot find the libsqrbtunicode.so file which lives under $PS_HOME/bin/{DBTYPE}/bin.

To fix, append to LD_LIBRARY_PATH in the file psprcsrv.env under the /appserv/prcs/{domain}/ folder.

NOTE: this file doesn't seem to like environment variables so you might have to hard code the path.
No Comments
Back to top