Hi Paul,
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.
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 *"select
postgis_version();"*
ERROR: could not access file
"/data/ulysse/postgresql_8.2.4/lib/liblwgeom.so.1.2": No such file or
directory
STATEMENT: select postgis_version();
This indicate the old path! Can I change this? Or I have to start
another database folder?
I couldn't not see this path anywhere in my configuration files.
Regards,
Marc
Paul Ramsey wrote:
There are two possibilities:
1 - The version of liblwgeom.so that is your database is referencing
is not the one your are rebuilding and installing.
2 - The version of liblwgeom.so you are building does not have GEOS
included.
Based on the original ./configure output you posted, it looks like 2
is false. Configure found geos-config.
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?
P
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users