Compile PHP to use Curl
Can someone post the exact ./configure command to do this. According to PHP documentaton you have to include the the 'include' and 'lib' directories from curl. How do you add multipe directories to the ./configure. Once your done do you do a make and then a make install as well?
Something like this.
./configure --with-curl=
|