This follows an earlier post: -
I saw a similar issue: -
Caused by: java.lang.UnsatisfiedLinkError: JCAM_Crypto_JNI (libCCLCore.so: cannot open shared object file: No such file or directory)
with Cognos 10.2.2 underlying IBM Business Monitor 8.5.6, during an installation on Red Hat Enterprise Linux 6.6 earlier today.
I went through the same problem determination regime as described in my earlier blog post, and found that the missing link was libstdc++.so.6.
Therefore, the solution was the same: -
yum install -y libstdc++.so.6
which returned: -
...
Running Transaction
Installing : libstdc++-4.4.7-11.el6.i686 1/1
Verifying : libstdc++-4.4.7-11.el6.i686 1/1
Installed:
libstdc++.i686 0:4.4.7-11.el6
Complete!
Running Transaction
Installing : libstdc++-4.4.7-11.el6.i686 1/1
Verifying : libstdc++-4.4.7-11.el6.i686 1/1
Installed:
libstdc++.i686 0:4.4.7-11.el6
Complete!
….
and all was then well.
No comments:
Post a Comment