Kyle,
I have just return and picking up from here
to install a binary rpm do
#rpm -Uvh 'name_of_soft'.rpm
if this does not work because it still find old openssl file you can use the -f switch in the rpm command but ! Please Beware ! this is very brutal and does just that.."force install", and so you may end up with some messy files and link.
I would consider the following senario (Please note and beware this will erase openssl from you system)
# rpm -e openssl
after that install your 0.9.7.c.rpm
#cd to the directory where you have copied your 0.9.7.c.rpm then
# rpm -Uvh openssl.0.9.7.c.rpm
hopefully the above should get rid of "old and tar mix" and install all new.
In the time between the erase and the new version install application using openssl will or may behave strangely it would be best
to stop theses if this is critical for you
This can be done by doing the following
ex; (for stopping apache)
#service httpd stop
and to start then after install of new openssl do
#service http start
after that test.
I will be busy quite late so tell us how this when !
J-P
Smile I will feel the difference