Pages

Sunday, April 12, 2020

GCC runtime environment on Linux



     Solution :

               SLES

                       Install libstdc++ package


              RHEL
       
                   1.   Install compat-sap-c++ package
                   2.   mkdir /usr/sap/lib
                   3.   ln -s /opt/rh/SAP/lib64/compat-sap-c++.so /usr/sap/lib/libstdc++.so.6
                   4.   Changing the file/directory ownership of /usr/sap/lib to sapadm:sapsys or <sid>adm:sapsys user:group is possible

            Oracle Linux

                   1.   Install compat-sap-c++ package
                   2.   mkdir /usr/sap/lib
                   3.   ln -s /opt/rh/SAP/lib64/compat-sap-c++.so /usr/sap/lib/libstdc++.so.6
                   4.   Changing the file/directory ownership of /usr/sap/lib to sapadm:sapsys or  <sid>adm:sapsys user:group is possible

No comments:

Post a Comment