<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
To install geos, I use a rpm version for FC2:  geos-2.1.1-mh1.i686.rpm.
<br>
Here is where the library is installed:<br>
[root@ltheln16 postgis-1.1.0]# rpm -ql geos<br>
/usr/bin/geos-config<br>
/usr/lib/libgeos.so<br>
/usr/lib/libgeos.so.2<br>
/usr/lib/libgeos.so.2.1.1<br>
<br>
I did not realize that I was using an old version of geos .I am going
to compile the 2.2.1 version from source and retry. <br>
<br>
Two questions:<br>
Is my configure command OK for the geos path (or do I only need to put
the prefix  ?)<br>
./configure --with-proj=/usr/local --with-geos=/usr/bin/geos-config<br>
<br>
Do I need to recompile postgreSQL with with command ?<br>
<pre class="programlisting">LDFLAGS=-lstdc++ ./configure [YOUR OPTIONS HERE]</pre>
<br>
Thanks for your help.<br>
Véronique<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:strk@refractions.net">strk@refractions.net</a> wrote:
<blockquote cite="mid20060110092816.GA64419@keybit.net" type="cite">
  <pre wrap="">On Tue, Jan 10, 2006 at 10:17:12AM +0100, Veronique Chaffard wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">!! HTML message unquotable.
!! Please avoid useless HTML mails.
!! See: <a class="moz-txt-link-freetext" href="http://foo.keybit.net/~strk/rants/ascii_mails.txt">http://foo.keybit.net/~strk/rants/ascii_mails.txt</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->

Veronique, what's the output of geos-config --prefix ?
What's in that directory ?
How did you build/install GEOS ? Which version ?

I have to say that custom GEOS installations are not
supported by the configure script, but requires fiddling
with Makefiles. Anyway, if ./configure is not wrong you're
using a pre-2.2.x version of GEOS. May I suggest you switch
to latest release 2.2.1 and retry ?

--strk;

 /"\    ASCII Ribbon Campaign
 \ /    Respect for low technology.
  X     Keep e-mail messages readable by any computer system.
 / \    Keep it ASCII. 

_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>

  </pre>
</blockquote>
<br>
</body>
</html>