<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Paul,<br>
<br>
thanks for your reply. I checked what you mentioned and I found that
liblwgeom.so is well placed and "refreshed" when I do make install.<br>
<br>
But you gave me an idea about libraries. I had an ancien postgresql
installation and the database I use now was created with this ancien
postgresql. So I renamed the old folder then I tried to <b>"select
postgis_version();"</b><br>
<br>
ERROR:  could not access file
"/data/ulysse/postgresql_8.2.4/lib/liblwgeom.so.1.2": No such file or
directory<br>
STATEMENT:  select postgis_version();<br>
<br>
This indicate the old path! Can I change this? Or I have to start
another database folder?<br>
<br>
I couldn't not see this path anywhere in my configuration files.<br>
<br>
<br>
Regards,<br>
<br>
Marc<br>
<br>
<br>
<br>
Paul Ramsey wrote:
<blockquote cite="mid:46A8D0CF.1040305@refractions.net" type="cite">There
are two possibilities:
  <br>
  <br>
1 - The version of liblwgeom.so that is your database is referencing is
not the one your are rebuilding and installing.
  <br>
2 - The version of liblwgeom.so you are building does not have GEOS
included.
  <br>
  <br>
Based on the original ./configure output you posted, it looks like 2 is
false. Configure found geos-config.
  <br>
  <br>
So let's examine 1.  Run a find, "find /usr -name liblwgeom.so" and see
what pops up. What are the dates on the libraries that pop up. Perhaps
one is older than you expect?
  <br>
  <br>
P
  <br>
  <br>
</blockquote>
<br>
</body>
</html>