RRDI Installation Problem
I am trying to install RRDI into the following environment
- CLM 4.02
- Suse Linux Enterprise 11 64 Bit
- WebSphere Application Server v8.0.0.3 (64 bit)
- DB2 V9.7
- Installation Manager 1.6.2
- LDAP
During the install I get the following error message:
"CRRRI01101: the next step is to use the IBM Rational Reporting Server to configure the report server"
"CRIMA1076E: Error execuring the/opt/IBM/install/cognos_bi/linuxi38664/issetup command: status=127"
The installation then aborts.
As anybody seen this problem before?
4 answers
Hi Folks, I solved this problem by installing the "Open Motif 2.2.4 Libraries" into Suse Enterprise Linux. This library contains the missing libXm.so.3 shared library.
with
- CLM 4.02
- Suse Linux Enterprise 11 64 Bit
- WebSphere Application Server v8.0.0.3 (64 bit)
- Oracle
- Installation Manager 1.6.2
- LDAP
1.- the library libXm.so.3 copy to directory /usr/lib/
2.- ln -s /usr/lib/lib64/libXm.so.3 libXm.so.3.0.2
3.- export LD_PRELOAD=/usr/lib64/libfreebl3.so
and install
This looks like there is a problem executing the file "/opt/IBM/install/cognos_bi/linuxi38664/issetup". Could you check to see if the file can be found in that location, permissions, etc?
Comments
Hi Kot, I am seeing this message in the install log:
"/opt/IBM/RRDI/install/cognos_bi/linuxi38664h/issetup: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory"
I will install the libXm library and see if it resolves the problem.
Kind Regards
Russell