[postgis-users] ver 1.1.5 configure fails on Ubuntu

strk at refractions.net strk at refractions.net
Tue Nov 7 00:39:44 PST 2006


On Mon, Nov 06, 2006 at 10:10:06PM -0500, Steven Johnson wrote:
> My ./configure fails on Ubuntu Dapper (6.06) saying 'invalid argument' on
> 'with-geos' option. I've checked and re-checked the command line to insure I
> have the correct arguments (--with-geos=/usr/bin/geos-config). Any
> suggestions on how to resolve?

Look at configure.in:

                        if test ! -f "$with_geos"; then
        AC_MSG_ERROR([Invalid argument to --with-geos]);
                        else

Does the command:

	test ! -f "/usr/bin/geos-config"

return a failure or success on your system ?

--strk;



More information about the postgis-users mailing list