I'm trying to install the Policy Manager Server 10.01 on a RHEL 6, but there seems to be something odd in the scripts.
$ sudo rpm -i f-secure-policy-manager-server-10.01.40788-1.x86_64.rpm
ERROR: Your system has no suitable libstdc++ library
(libstdc++.so.5 is required)!
If you are running Red Hat Enterprise Linux 4 or 5 please make sure that you have
'compat-libstdc++-33' package installed.
error: %pre(f-secure-policy-manager-server-10.01.40788-1.x86_64)-script failed, status 1
error: install: %pre-script failed (2), skipping f-secure-policy-manager-server-10.01.40788-1
I even installed the compat-libstdc++-33 -package, but even so I get this error. The only documentation I find about this is the one mentioned in the output. I can't seem to find anyone have issues with this in RHEL6.
I'm going to go through the scripts now in order to see if I can locate where libstdc++.so.5 should be. (Symlinking it in /lib/ didn't help.)
If you have any tips and tricks regarding this, please do share. 