Problem:
This error message appears when trying to start an Enterprise Server instance
$ ./mfes_start.sh MFXHDI1
start type is COLD
starting Enterprise Server "ABCD12" ...
Could not load program /opt/microfocus/EnterpriseDeveloper_Update2/bin/casstart64:
Dependent module libcasmfsysv64.so could not be loaded.
Could not load module libcasmfsysv64.so.
System error: No such file or directory.
Resolution:
That library is in $COBDIR/lib and the error is returned because environment variable LD_LIBRARY_PATH is not correctly set. Make sure that the PATH is correctly set:
export LD_LIBRARY_PATH=$COBDIR/lib:$ LD_LIBRARY_PATH
(For AIX it would be LIBPATH and HP/UX would be SHLIB_PATH)#Enterprise
#Server
#EnterpriseServer
