[postgis-users] Warning GEOS is NOT enabled

Marc Desharnais marc.desharnais at ec.gc.ca
Fri Jul 27 06:21:06 PDT 2007


Hi Mark and Paul,

thanks for your suggestion. Since my database was not really big by now 
I picked the easier solution to just star a new database. And now I'm 
really pleased to mention that is it working correctly!

#select postgis_full_version();
                                postgis_full_version
-------------------------------------------------------------------------------------
 POSTGIS="1.2.1" GEOS="3.0.0rc4-CAPI-1.3.3" PROJ="Rel. 4.5.0, 22 Oct 
2006" USE_STATS
(1 row)


Thanks a lot for your support

Regards,

Marc


Mark Cave-Ayland wrote:
> On Thu, 2007-07-26 at 22:33 +0100, Mark Cave-Ayland wrote:
>
>   
>> So the version of PostgreSQL being used has been installed
>> under /data/ulysse/postgis_geos/postgresql-8.2.4 - if you want to
>> override this then you need to re-run configure with the --with-pgsql
>> option pointing to the correct pg_config for the installation you want
>> to use.
>>     
>
> Actually ignore that - the path is likely correct, but I didn't notice
> the missing postgis_geos directory in your first path :(
>
> Unfortunately the paths to liblwgeom.so are embedded within the SQL
> function definitions in your database, so you need to reload the
> lwpostgis.sql functions in order to pick up the new path. That's not too
> easy with PostGIS at the moment, but you should find that things will
> work if you create a new database and load in the PostGIS functions from
> your new installation e.g:
>
> createdb newdb
> psql -d newdb
> -f /data/ulysse/postgis_geos/postgresql-8.2.4/share/postgresql/contrib/lwpostgis.sql
>
> If you connect to newdb, does the output of "SELECT
> postgis_full_version()" look correct now?
>
>
> Kind regards,
>
> Mark.
>
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20070727/4c45ec02/attachment.html>


More information about the postgis-users mailing list