Info
Content

Error while loading shared libraries libcobrts64.so


If you get the error:

PSRUN: error while loading shared libraries:
libcobrts64.so: cannot open shared object file: No such file or directory

You need to append to LD_LIBRARY_PATH in the file psprcsrv.env under the /appserv/prcs/{domain}/ folder.

Add the $COBDIR/lib location (base directory of your Microfocus server installation).

NOTE: don't use environment variables, hardcode the location of $COBDIR in this file.
No Comments
Back to top