[postgis-users] Re: ver 1.1.5 configure fails on Ubuntu

strk at refractions.net strk at refractions.net
Fri Nov 10 06:25:39 PST 2006


On Thu, Nov 09, 2006 at 09:23:20PM -0500, Steven Johnson wrote:

> checking for geos-config... /usr/bin/geos-config
> Usage: geos-config [OPTIONS]

Ok, forget about the '!' thing, what postgis does is call
geos-config with these:

        GEOS_DIR=`$GEOSCONFIG --prefix`
        GEOS_LDFLAGS=`$GEOSCONFIG --ldflags`
        GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1`

It's possible that I forgot support for older geos and
the above are not actually working. So, can you try invoking
/usr/bin/geos-config with the above flags in turn and see
which fails ? Which version of GEOS do you have ?

(note that geos-config is a shell script, you can also inspect
 with any pager or texteditor)

--strk;

 




More information about the postgis-users mailing list