Installation de GDAL


C'est l'avant-dernier outil à installer

cd /home/postgres/src
wget http://www.01map.net/download/sources/gdal-1.2.0.tar.gz
tar xvzf gdal-1.2.0.tar.gz
cd gdal-1.2.0
/configure -- with-libz=/usr --with-png=/usr --with-libtiff=internal --with-geotiff=internal
--with-jpeg=/usr
make
make install

La commande suivante for i in 'version' 'prefix'; do gdal-config --$i;done, doit renvoyer comme résultat :
1.2.0
/usr/local