I've got a problem with my website and server (DEBIAN 8).
I've got an error:
Fatal error: Call to undefined function curl_init() in /var/www/example.pl/public_html/ajax.php
I checked that I have got curl and yes:
root@Debian-84-jessie-64-minimal ~ # apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
curl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Where is the problem?