HI,
I am trying to installl basho riak On my OpenSUSE 11.1 , 32 bit system USING :
rpm -i riak-0.14.0-1.el5.i386.rpm
but its erroring out with message :
error: Failed dependencies:
libcrypto.so.6 is needed by riak-0.14.0-1.el5.i386
libssl.so.6 is needed by riak-0.14.0-1.el5.i386
I tried created softlinks
/usr/lib/libcrypto.so.6 -> libcrypto.so.0.9.8
/usr/lib/libssl.so.6 -> libssl.so.0.9.8
then also the same error is coming.
Please help me, Where can I get these two lib files.
I also Installed openssl , then also the error remain.