Add the Export LD_PRELOAD Command
Open the envvars**
file, which is located in the /bin
directory of your IHS or OHS installation. Add the following line, using the path to the
libstdc++.so.6
path that you determined in the previous step.
export LD_PRELOAD=<path-to-libstdc++.so.6>
This will cause libstdc++.so.6
to be loaded before l
ibstdc++.so.5
, and the conflict will be averted.