SysAdminMike
IS-IT--Management
Hello,
I just installed openssl on my RHEL 5.5 box (not registered with RHN at the moment) and it did not install libcrypto.so.4 OR libssl.so.4.
My end goal is to get vsftpd installed, see below for my issue.
I downloaded the openssl source, ran
./configure
make
make test
make install
it all went well. Any ideas on where I am going wrong?
Thanks,
Michael
I just installed openssl on my RHEL 5.5 box (not registered with RHN at the moment) and it did not install libcrypto.so.4 OR libssl.so.4.
My end goal is to get vsftpd installed, see below for my issue.
Code:
rpm -i vsftpd-2.0.1-5.EL4.5.x86_64.rpm
warning: vsftpd-2.0.1-5.EL4.5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 73307de6
error: Failed dependencies:
libcrypto.so.4()(64bit) is needed by vsftpd-2.0.1-5.EL4.5.x86_64
libssl.so.4()(64bit) is needed by vsftpd-2.0.1-5.EL4.5.x86_64
I downloaded the openssl source, ran
./configure
make
make test
make install
it all went well. Any ideas on where I am going wrong?
Thanks,
Michael