<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>RE: [postgis-users] compilation problem with postgresql7.4 + postgis 0.8</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hello Laurent.</FONT>
</P>

<P><FONT SIZE=2>No, you don't need to install those projects before PostGIS. I would suggest that you install GEOS, which implements spatial predicate functions and spatial operators (plus more), but it requires a PostgreSQL compiled with the lstdc++ flag;</FONT></P>

<P><FONT SIZE=2>LDFLAGS=-lstdc++ ./configure ... </FONT>
</P>

<P><FONT SIZE=2>You can find GEOS at <A HREF="http://geos.refractions.net" TARGET="_blank">http://geos.refractions.net</A> and Proj4 at <A HREF="http://remotesensing.org/proj/" TARGET="_blank">http://remotesensing.org/proj/</A></FONT>
</P>

<P><FONT SIZE=2>I would also suggest installing Proj4. If you don't want those projects installed edit the PostGIS makefile and set USE_PROJ=0 and USE_GEOS=0.</FONT></P>

<P><FONT SIZE=2>If you want those projects installed, edit the Makefile and set PROJ_DIR and GEOS_DIR to the top-level directory where the projects are installed. After installation of everything, you will have to run ldconfig to link all the libraries. Then you will need to manually edit postgis.sql in your PostgreSQL install directory and change 'libdir' to the path of the postgis library (which also resides in your PostgreSQL install directory).</FONT></P>

<P><FONT SIZE=2>Any more problems, don't hesitate to ask.</FONT>
</P>

<P><FONT SIZE=2>Darren H.</FONT>
</P>

</BODY>
</HTML>