i'm trying to install centericq (
http://konst.org.ua/en/centericq) on fedora 3
rpm -U centericq-4.13.0-1.i386.rpm
but then i get following error
error: Failed dependencies:
libcrypto.so.0.9.7 is needed by centericq-4.13.0-1.i386
libssl.so.0.9.7 is needed by centericq-4.13.0-1.i386
i searched around and found that both libcrypto and libssl are provided by the package openssl. which i have installed
# rpm -q openssl
openssl-0.9.7a-40
# rpm -q --provides openssl
config(openssl) = 0.9.7a-40
libcrypto.so.4
libssl.so.4
openssl = 0.9.7a-40
seem like that both packages are installed.
help?