Koozali.org: home of the SME Server

Installing cURL

Kelvin

Installing cURL
« 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

Charlie Brady

Re: Installing cURL
« Reply #1 on: February 15, 2002, 03:19:12 AM »
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

Kelvin

Re: Installing cURL
« Reply #2 on: February 15, 2002, 04:16:27 AM »
Thanks Charlie.

Will try.

Kelvin

Darren

Re: Installing cURL
« Reply #3 on: February 18, 2002, 08:15:48 AM »
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