Installation de PostgreSQL et de PostGIS

On va commencer par PostgreSQL. Nous nous occuperons de PostGIS plus tard.

cd /home/postgres/src
wget ftp://ftp3.fr.postgresql.org/pub/postgresql/source/v8.0.3/postgresql-8.0.3.tar.bz2
tar xvjf postgresql-8.0.3.tar.bz2
cd postgresql-8.0.3
./configure --prefix=/usr/local --without-readline --enable-multibyte --with-CXX --enable-nls
make
make install

On s'occupe maintenant de PostGIS

cd /home/postgres/src
wget http://www.01map.net/download/sources/postgis-1.0.3.tar.gz
tar xvzf postgis-1.0.0.tar.gz
cd postgis-1.0.3
autoconf
./configure --with-geos=/usr/local/bin/geos-config --enable-autoconf --with-proj=/usr/local
--with-pgsql-src=/home/postgres/src/postgresql-8.0.3
make
make install

Pour s'assurer que PostgreSQL a été installé, nous utiliserons les commandes suivantes which pg_config; for i in 'version' 'bindir' ; do pg_config --$i;done qui devraient nous renvoyer :

/usr/local/bin/pg_config
PostgreSQL 8.0.3
/usr/local/bin

indiquant que PostgreSQL a bien été installé dans le répertoire /usr/local et que la version en cours est la 8.0.2.

Posted in version imprimable | Vous devez vous connecter ou vous enregistrer pour écrire des commentaires | 6148 lectures

Posté par testeur_drupal le 12 Décembre, 2005 - 15:12.

Accéder aux archives

« Janvier 2025  
Lun Mar Mer Jeu Ven Sam Dim
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Ouverture de session

Qui est en ligne

Il y a actuellement 1 utilisateur et 1268 invités en ligne.
Locations of visitors to this page
Drupal Top Sites - Ultimate Drupal Exposure