Hello All -
I'm trying to track down the reason that I can't install cURL on my local dev environment and came across the following from the CURL/PHP installation manual:
To use PHP's cURL support you must also compile PHP --with-curl[=DIR] where DIR
is the location of the directory containing the lib and include directories
.
I just checked my PHP install (which has worked fine for years) and notice there isn't a lib or include directory.
The only directories present are: dev, ext, extras, PEAR.
Am I missing some directories or am I just completely lost?