Installation de CURL
C'est ici une installation standard
cd /home/postgres/src
wget http://www.01map.net/download/sources/curl-7.10.5.tar.gz
tar xvzf curl-7.10.5.tar.gz
cd curl-7.10.5
./configure && make && make install
Pour vérifier que CURL a été installé, le test suivant
for i in 'version' 'prefix'; do curl-config --$i;done
devrait renvoyé comme résultat
libcurl 7.10.5
/usr/local