
Originally Posted by
enquirer66
There are two basic ways to use cURL. One is to compile it into PHP so it is available as a PHP function call. The other way is to have cURL installed on the server as a utility. Most web software can use either method but some cannot.
You don't need to locate the cURL folder. Your ZenCart software should have an option to use cURL as an external utility. If it does, then you just need to enter the following in the ZenCart settings:
/usr/local/bin/curl
If ZenCart can't use cURL as an external utility then you should contact the authors of the software and ask them to adjust the software to be able to use cURL externally instead of compiled into PHP.