Français
- Connectez vous en SSH avec un accès root
- Tapez la ligne de commande suivante
apt-get install curl php5-curl libcurl3-dev
- Si le système vous demande si vous souhaitez confirmer l'installation, tapez “O” ou “Y”
- Redémarrez Apache en tapant /etc/init.d/apache2 restart ou Lighttpd en tapant /etc/init.d/lighttpd restart
English
- Connect to your server with SSH and a root user
- Type this command line
apt-get install curl php5-curl libcurl3-dev
- If your server ask you for a confirmation, type “Y” or “yes”
- Reboot Apache with /etc/init.d/apache2 restart or Lighttpd with /etc/init.d/lighttpd restart