I just checked in PHP 5's configure script, it is looking for a header file to
validate curl's existence.
$PHP_CURL/include/curl/easy.h
or
/usr/include/curl/easy.h
or
/usr/local/include/curl/easy.h
Hope this helps.
--
Christopher Chan
SpikeSource, Inc.
[EMAIL PROTECTED]
http://developer.spikes
> I'm running across something I'm not sure how to deal with. I had to
> update curl to support a e-commerce package I wanted to test. It
> requires that I compile curl into PHP, among other things. The curl
> version loaded on my box is too old for my current version of PHP. So I
> got the
I'm running across something I'm not sure how to deal with. I had to
update curl to support a e-commerce package I wanted to test. It
requires that I compile curl into PHP, among other things. The curl
version loaded on my box is too old for my current version of PHP. So I
got the curl sour