openssl problem with libcrypto.so.2
I recently installed RH 9 and it comes with @instigate lib]# rpm -q openssl
openssl-0.9.7a-5
in the /lib folder the files installed are
libcrypto.so.0.9.7a and libcrypto.so.4
Im trying to install Ethereal and it requires libcrypto.so.2
I tried to use a symbolic link for libcrypto.so.2 to libcrypto.so.0.9.7a then to libcrypto.so.4. Both with no luck. Each time I tried to install Ethereal with one of the symbolic links it would complain about the libcrypto.so.2 file missing.
Ive attempted many times to try and use up2date to get an update from the RHN but since ive only got a demo version I cant ever get logged onto it for an update.
Any suggestions?
Im fairly new with linux, so excuse me if this question might sound stupid. But couldnt I just get this file from someone that already has it on their computer and just move it into the /lib folder?