[postgis-users] postgis installation on current Postgresql (8.1) database (on Debian)
TECHER David
davidtecher at yahoo.fr
Wed Jan 11 22:34:57 PST 2006
You need postgresql headers files in order to compil postgis
so do
apt-get postgresql-dev
then install geos
wget http://geos.refractions.net/geos-2.2.1.tar.bz2
tar xvjf geos-2.2.1.tar.bz2
cd geos-2.2.1
./configure && make && make install
do the same for proj 4.49
wget ftp://ftp.remotesensing.org/proj/proj-4.4.9.tar.gz
tar xvzf ...
...
download postgis-1.1.0.tar.gz
untar it
then install it (./configure;make;make install)
Assad Jarrahian a écrit :
>Hello,
> I have postgres version 8.1 installed via apt-get and have a
>database already up and running. I wanted to add the distance
>functions and the rest of postgis capabilities to it. I am not sure
>how to go about installing postgis and giving the db access to it
>without disrupting much.
>
>Any help would be appreciated.
>
>-assad
>p.s> I also cannot seem to find the contrib drectory to put the
>install tar under.
>_______________________________________________
>postgis-users mailing list
>postgis-users at postgis.refractions.net
>http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
>
___________________________________________________________________________
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com
More information about the postgis-users
mailing list