I upgraded my openssl version with the command:
rpm -i --nodeps openssl-0.9.8p-1.x86_64.rpm
And now I get following error for almost every command I enter:
/lib64/libc.so.6: version `GLIBC_2.7' not found (required by /lib64/libcrypto.so.0.9.8)
Will a simple update of GLIBC be enough? Like
rpm -i --nodeps glibc-2.9-2.9.x86_64.rpm
I'm kind of scared to try that because of the damage i've already caused.