#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...