I have installed curl on my ubuntu server 14.04,
On the file:
/etc/php5/mods-available/curl.ini
I have this
extension=/usr/lib/php5/20121212/curl.so
On PHP ini file
extension=curl.so
But when I run something like this
var_dump(extension_loaded('curl'));
returns false, and obviously, in php application is not working neither.