[postgis-users] postgis/postgrsql/geos

David TECHER davidtecher at yahoo.fr
Tue Nov 4 01:12:36 PST 2003


 --- Mark Cave-Ayland <m.cave-ayland at webbased.co.uk> a
écrit : > Hi Mike,
> 
> As I understand it, installing GEOS only installs
> the library files
> required to use the new geometry functions. To use
> the new functions in
> postgresql, you will need to use the latest CVS
> version of PostGIS and
> alter the makefile to ensure that it has been
> compiled with support for
> the GEOS functions. 

in order ton install GEOS, you must compil postgresql
with:

LDFLAGS=-lstdc++ ./configure <what you want>
make

then untar the GEOS CVS et install (./configure, make
and make install)

in your POSTGIS CVS, open the Makefile and do 

USE_GEOS=1

finally

make
make install


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



More information about the postgis-users mailing list