#SSL0166E error while starting Apache webserver in linux based OS
While SSL installation in Apache/OHS/IHS if you get the following error,
[notice] (20019)DSO load failed: SSL0166E: Failure attempting to load GSK library (libgsk7ssl.so)
Configuration Failed
It says, server did not found the compatible c++ standard library 32/64 bit [compat-libstdc++].
Install it from terminal by typing the command
Procedure 1:
yum install compat-libstdc++
This installs the package
If this gives an error shown as below
Loaded plugins: product-id, refresh-packagekit, subscription-manager
Updating Red Hat repositories.
Setting up Install Process
No package compat-libstdc++-33.I386 available.
Error: Nothing to do
Procedure 2 :
a) Download the .rpm manually from below link
https://www.ibm.com/developerworks/community/files/app/file/4b4b0944-8c23-4988-9592-9eda524c430a
b) Install it using this command
rpm -i /mnt/hgfs/WAS/compat-libstdc++-33-3.2.3-55.fc5.i386.rpm
warning: /mnt/hgfs/WAS/compat-libstdc++-33-3.2.3-55.fc5.i386.rpm: Header V3 DSA/SHA1 Signature, key ID 4f2a6fd2: NOKEY
c) Ignore the warning
d) Check whether it installed properly. give command as
yum whatprovides libstdc++.so.5
Loaded plugins: product-id, refresh-packagekit, subscription-manager
Updating Red Hat repositories.
compat-libstdc++-33-3.2.3-55.fc5.i386 : Compatibility standard C++ libraries
Repo : installed
Matched from:
Other : Provides-match: libstdc++.so.5
e) Restart apache/IHS/OHS.
[notice] (20019)DSO load failed: SSL0166E: Failure attempting to load GSK library (libgsk7ssl.so)
Configuration Failed
It says, server did not found the compatible c++ standard library 32/64 bit [compat-libstdc++].
Install it from terminal by typing the command
Procedure 1:
yum install compat-libstdc++
This installs the package
If this gives an error shown as below
Loaded plugins: product-id, refresh-packagekit, subscription-manager
Updating Red Hat repositories.
Setting up Install Process
No package compat-libstdc++-33.I386 available.
Error: Nothing to do
Procedure 2 :
a) Download the .rpm manually from below link
https://www.ibm.com/developerworks/community/files/app/file/4b4b0944-8c23-4988-9592-9eda524c430a
b) Install it using this command
rpm -i /mnt/hgfs/WAS/compat-libstdc++-33-3.2.3-55.fc5.i386.rpm
warning: /mnt/hgfs/WAS/compat-libstdc++-33-3.2.3-55.fc5.i386.rpm: Header V3 DSA/SHA1 Signature, key ID 4f2a6fd2: NOKEY
c) Ignore the warning
d) Check whether it installed properly. give command as
yum whatprovides libstdc++.so.5
Loaded plugins: product-id, refresh-packagekit, subscription-manager
Updating Red Hat repositories.
compat-libstdc++-33-3.2.3-55.fc5.i386 : Compatibility standard C++ libraries
Repo : installed
Matched from:
Other : Provides-match: libstdc++.so.5
e) Restart apache/IHS/OHS.

Comments
Post a Comment
feel free to give feedback