Français

  1. Connectez vous en SSH avec un accès root
  2. Tapez la ligne de commande suivante

apt-get install curl php5-curl libcurl3-dev

  1. Si le système vous demande si vous souhaitez confirmer l'installation, tapez “O” ou “Y”
  2. Redémarrez Apache en tapant /etc/init.d/apache2 restart ou Lighttpd en tapant /etc/init.d/lighttpd restart

English

  1. Connect to your server with SSH and a root user
  2. Type this command line

apt-get install curl php5-curl libcurl3-dev

  1. If your server ask you for a confirmation, type “Y” or “yes”
  2. Reboot Apache with /etc/init.d/apache2 restart or Lighttpd with /etc/init.d/lighttpd restart