[postgis-devel] undefined symbol: gidx_to_string

dustymugs dustymugs at gmail.com
Mon Aug 22 17:06:43 PDT 2011


Hey all,

I've only be experiencing the following for last day or so.  Basically,
when I run the following:

./configure --with-raster --enable-debug
make
cd raster
make check

I get the following in the regress_log:

SET
BEGIN
psql:/home/software/geo/postgis-svn/regress/postgis.sql:65: ERROR: 
could not load library 
"/home/software/geo/postgis-svn/regress/00-regress-install/lib/postgis-2.0.so": 
/home/software/geo/postgis-svn/regress/00-regress-install/lib/postgis-2.0.so: 
undefined symbol: gidx_to_string
psql:/home/software/geo/postgis-svn/regress/../raster/test/regress/rtpostgis.sql:39: 
NOTICE:  type "raster" is not yet defined
DETAIL:  Creating a shell type definition.
psql:/home/software/geo/postgis-svn/regress/../raster/test/regress/rtpostgis.sql:39: 
ERROR:  could not load library 
"/home/software/geo/postgis-svn/regress/00-regress-install/lib/rtpostgis-2.0.so": 
/home/software/geo/postgis-svn/regress/00-regress-install/lib/rtpostgis-2.0.so: 
undefined symbol: gidx_to_string

I don't have this problem if I don't run configure with --enable-debug.

-bborie



More information about the postgis-devel mailing list