Voytek wrote:
I'm trying to install ProFTPd from an rpm, but getting failed dependencies: what do I need to do ?
# rpm -i proftpd-1.2.9-1.7x.i386.rpm error: failed dependencies: libcrypto.so.1 is needed by proftpd-1.2.9-1.7x libssl.so.1 is needed by proftpd-1.2.9-1.7x
# openssl version OpenSSL 0.9.6b [engine] 9 Jul 2001
Do the ff:
#rpm -ql --whatprovides openssl | grep libcryto.so.1
#rpm -ql --whatprovides openssl | grep libssl.so.1
##this will tell if you have libcrypto.so.1 and libssl.so.1 ## and what directory path they reside
Edit your /etc/ld.so.conf and insert the the directory path
excluding the filename.
Then, run,
ldconfig
and re-run rpm installations.
# yum update openssl Gathering package information from servers Getting headers from: Red Hat Linux 7.3 base Getting headers from: Fedora Legacy utilities for Red Hat Linux 7.3 Getting headers from: Red Hat Linux 7.3 updates Finding updated packages Downloading needed headers No Packages Available for Update No actions to take
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
