Product Feature: Installation / Upgrade
Operating System: Red Hat Linux 6
Database: UAM US datbase
Operating System: Red Hat Linux 6
Database: UAM US datbase
Issue
Can’t register a datasource for UAM US data in management, the following error occurs. Spectrum 9 installed on Linux Redhat 6.
<REMOTE>>Caused by: java.lang.UnsatisfiedLinkError: /opt/PBSpectrum/server/modules/c1p/lib/libc1p_jni.so: libz.so.1: cannot open shared object file: No such file or directory
INFO | jvm 1 | 2013/11/14 16:28:09 | <REMOTE>> at java.lang.ClassLoader$NativeLibrary.load(Native Method)
<REMOTE>>Caused by: java.lang.UnsatisfiedLinkError: /opt/PBSpectrum/server/modules/c1p/lib/libc1p_jni.so: libz.so.1: cannot open shared object file: No such file or directory
INFO | jvm 1 | 2013/11/14 16:28:09 | <REMOTE>> at java.lang.ClassLoader$NativeLibrary.load(Native Method)
Cause
As per the Spectrum 9 Release Notes need to install the 32-bit glibc runtimes, which are required when installing the Server on Red Hat 6.
Resolution
UPDATED: August 23, 2017There are two ways to install the 32-bit glibc runtimes:
• Using your local yum repository execute the following command:
yum install -y libstdc++.i686 libstdc++-devel.i686 libstdc++-devel.x86_64
zlib.i686 zlib.x86_64
• Perform a media-based rpm install. Install the following:
libstdc++.i686
libstdc++-devel.i686
libstdc++-devel.x86_64
zlib.i686
zlib.x86_64