Dear Naor,
As per above you mentioned that its a Production environment. Hope you have already done the upgrade in your development and quality environment.
In that case before going to installed the packages related to Linux, i prefer take a backup of your system.
Checked the SAP note
The RPM packages libgcc_s1 and libstdc++6 need to be installed. Starting with SLES 11 SP4 please install the RPM packages as follows, if they are not already installed by default:
# zypper install libgcc_s1 libstdc++6
Minimum versions are libgcc_s1-4.8.3+r212056-2.17 and libstdc++6-4.8.3+r212056-2.17.
SLES 11 with older Service Packs
On SLES 11 SP2 or SP3 the packages are not available via the normal maintenance channels and therefore need to be downloaded manually from the following URL at SUSE:
http://download.suse.com/Download?buildid=DdjhJT3YGX4~
Please download the archive gcc48-runtime.zip and extract it to a local directory, e.g.
# unzip -d /tmp/gcc48-runtime gcc48-runtime.zip
Afterwards you can install the libraries using zypper as well:
# zypper install /tmp/gcc48-runtime/lib*.rpm
Regards,
Rafikul hussain