I'm trying to install cURL on a Linux server and when I check to see which version (curl -V) I have it says:
curl 7.36.0 (x86_64-unknown-linux-gnu) libcurl/7.36.0 OpenSSL/1.0.1h zlib/1.2.8 Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp Features: Largefile NTLM NTLM_WB SSL libz TLS-SRP
but when I try to run a curl function using a php script on the actual website I get a blank page. When I check the logs there's an error saying: Call to undefined function curl_init() so I'm not sure what's if it's enabled or not.