[postgis-users] problems with postgis.sql
misalda at ixp.net
misalda at ixp.net
Tue Oct 12 11:44:49 PDT 2004
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
More information about the postgis-users
mailing list