Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Kelvin on February 15, 2002, 01:16:03 AM
-
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
-
Kelvin wrote:
> 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
You need a RedHat 7.1 compatible version of curl, not a RH7.2 version. Hope that helps.
Charlie
-
Thanks Charlie.
Will try.
Kelvin
-
i used
curl-ssl-7.9-1rh71.i386.rpm
from http://curl.haxx.se/download/
so you could use curl-7.9-1rh71.i386.rpm
just remember to re-install php if you are using the curl in php