[postgis-users] problems with postgis.sql

strk at refractions.net strk at refractions.net
Tue Oct 12 11:54:58 PDT 2004


It seems some pieces of the code understood you wanted GEOS
while others did understood you didn't want it.
Can it be you didn't do a make clean after a build w/out USE_GEOS
set to 1 ?
Try make clean; make install once again and please let me know.
--strk;

On Tue, Oct 12, 2004 at 11:44:49AM -0700, misalda at ixp.net wrote:
> 
> hello mi name is miguel and i just installed postgis under PostgreSQL 7.4.2 on my fedora,
> the thing is that i have all the correct paths i have made all the necesary arragements  on the make file to have my postgis work with geos. but every single time i try to run the postgis.sql script, to add the gis definitions to my database I get a lot of error messages so i decided to take part of the script copy it and paste directly in the command line of postgres and this is what i get
> 
> CREATE OR REPLACE FUNCTION histogram2d_in(cstring)
> geoData-#         RETURNS histogram2d
> geoData-#         AS '/usr/local/pgsql/lib/libpostgis.so.0.9'
> geoData-#         LANGUAGE 'C' WITH (isstrict);
> NOTICE:  el tipo "histogram2d" no ha sido definido aún
> DETAIL:  Creando una definición de tipo inconclusa.
> ERROR:  no se pudo cargar la biblioteca "/usr/local/pgsql/lib/libpostgis.so.0.9": /usr/local/pgsql/lib/libpostgis.so.0.9: undefined symbol: NOTICE_MESSAGE
> 
> The error message translated to english just say that the library libpostgis.so.0.9 cannot be loaded for some reason but the weird thing is that all the paths are correct:
> 
> libgeos.so.0.9 is in usr/local/pgsql/lib/
> and the geos library path is set to user/lib
> 
> im really confused in here and im running out of ideas any help would be greatly appreciated .
> 
> 
> 
> thxs 
> 
> 
> Miguel Andres Saldarriaga       
> 
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users



More information about the postgis-users mailing list