tags:

views:

9

answers:

0

Hi All!

I'm new to Linux/Fedora (and I'm using Fedora 11 because I need PHP 5.2 and don't know how to "downgrade" on later versions of the OS) so keep that in mind while you read.

I'm currently trying to enable cURL on my Fedora 11 install in order to use an NTLM authentication payment gateway from my machine. I've seen it work on boxes (set up by those smarter than me) and the phpinfo results are different in that my cURL does not include "OpenSSL/0.9.8g" in the box next to it (along with all the others, libcurl, zlib, etc).

I've done this:

./configure --with-ssl=/usr/lib64/openssl make make install

from a downloaded file from the cURL website (curl-7.21.0).

My phpinfo says that libcurl has not changed versions from 7.19.4 so I'm not sure what I'm doing wrong.

Any help is appreciated.

Ark