Problem:
What RPM packages need to be installed on Linux prior to installing Micro Focus Server Express?
The following error is returned after running $COBDIR/bin/cobsje
unable to load libcobjvm_sun_150
If libcobjvm_sun_150 is on shared library PATH, then ensure
'libjava' and 'java' are found on the PATH/Shared Library PATH.
Resolution:
It may be the library libjava or java is causing the problems, or it could be another shared object entirely.
The resolution is to install the missing RPM for C runtime (libstdc ), which is a pre-requisite package that needs to be installed in order to run the C parts of the Micro Focus Server Express - which includes running the cobsje script.)
libstdc -3.4.6-9.i386.rpm
and
libstdc -3.4.6-9.x86_64.rpm.
.