Re: [PHP-INST] Configure with Curl support (including SSL support in curl).

2001-03-08 Thread Paul McGarry
Hacking the configure file so that the line: LIBS="-lcurl $LIBS" now reads LIBS="-lssl -lcrypto -lcurl $LIBS" seems to have solved the problem for me. On 7 Mar 2001 22:51:26 -0800, [EMAIL PROTECTED] (Paul McGarry) wrote: > Howdy, > > I'm trying to configure PHP with curl support and I am > hav

[PHP-INST] Configure with Curl support (including SSL support in curl).

2001-03-07 Thread Paul McGarry
Howdy, I'm trying to configure PHP with curl support and I am having problems at configuration time. The contents of my debug.log file are included here, any ideas? The problem seems to stem from the fact that libcurl has SSL support compiled in (which I need) as the undefined symbols seem to be