I can't get cURL to work from inside Apache by any means. It's actually fairly strange too provided that:
- I can execute my PHP pages from the CLI and it POSTs my requests perfectly fine
- When I look at my error logs, I get "PHP Fatal error: Call to undefined function curl_init()" as if the extension isn't installed at all. Similarly, a quick `phpinfo()` also yields such as if the extension isn't installed.
Additionally, when I built PHP, I opted the "--enable-curl" flag.