Installing the Java runtime
environment
You need
Java™
to run the
Configuration Tool.
Install
the JRE from the following location:
/<cdrom>/JRE/<platform>
where
<cdrom> is the name of the mounted CD drive that contains the CD, and
<platform> is
the name of your operating system.
Setting LD_LIBRARY_PATH for Linux C++ shared
library support
Your default
CICS Universal Client installation
on all Linux systems requires the libstdc++ shared library
/usr/lib/libstdc++.so.5.
Alternative
CICS Universal Client shared
library files that are installed require the libstdc++ shared library
/usr/lib/libstdc++.so.6.
A default installation of Red Hat Enterprise
Linux® V4
or V5, or SUSE
Linux Enterprise
Server V10 will not install
/usr/lib/libstdc++.so.5,
so use the
CICS Universal Client alternative
shared library files on these Linux systems.
To use the alternative shared
libraries, define
LD_LIBRARY_PATH. For example, if the
install_path is
/opt/ibm/cicstg, issue the following
command:
export LD_LIBRARY_PATH=/opt/ibm/cicstg/lib/stdc++6