Hi all,
I'm trying to install cURL into my SME 5.0 U3 server. However, when I issue the command :-
rpm -Uvh curl-ssl-7.9.2-1.i386.rpm
The server responds with the following :-
error: failed dependencies:
libcrypto.so.2 is needed by curl-ssl-7.9.2-1
libssl.so.2 is needed by curl-ssl-7.9.2-1
I was told that those libraries should be part of the openssl library. I checked using :
rpm -q openssl
and got
openssl-0.9.6-9
which I take to mean that open ss-0.9.6-9 is already installed but I am still unable to install cURL.
Anyone knows how I can install it ?
TIA and cheers !
Kelvin