I'm compiling PostGIS with the following command:
./configure --with-pgconfig=/usr/local/pgsql/bin/pg_config 
--with-geosconfig=/usr/local/bin/geos-config

Yet I keep getting this error message:
configure: error: could not find libgeos_c - you may need to specify the 
directory of a geos-config file using --with-geosconfig

The problem is: libgeos_c.so does indeed exist in the /usr/local/lib/. Also, 
geos-config points to the right direction. Here is the first four lines of 
geos-config:
#!/bin/sh
prefix=/usr/local
exec_prefix=${prefix}
libdir=/usr/local/lib

What happens? What should I do? I have tried everything ad nauseam, yet the 
error message keeps showing up. Help!!!

-Kresh



      
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to