strk,<br>Thanks for your response to my ./configure woes. I tried your suggestion and these are the results: <br>test !-f &quot;/usr/bin/geos-config&quot; yields <br>test flex --version &quot;/usr/bin/geos-config&quot;<br>
bash: test: --version: binary operator expected<br><br>But if I <span style="font-style: italic;">locate</span> geos-config it turns up in /usr/bin/<br><br>So, if I ./configure once again, I get to the &quot;checking for geos-config&quot; section and I get 
<br>.<br>.<br>.<br>checking for geos-config... /usr/bin/geos-config<br>Usage: geos-config [OPTIONS]<br>Options:<br>&nbsp;&nbsp;&nbsp;&nbsp; [--prefix]<br>&nbsp;&nbsp;&nbsp;&nbsp; [--version]<br>&nbsp;&nbsp;&nbsp;&nbsp; [--libs]<br>&nbsp;&nbsp;&nbsp;&nbsp; [--cflags]<br>&nbsp;&nbsp;&nbsp;&nbsp; [--includes]<br>&nbsp;&nbsp;&nbsp;&nbsp; [--jtsport]
<br><br>Is it looking for /usr/lib/libgeos.so.2.1.4? Or...?<br><br>Thanks again,<br>Steven<br><br> _________________________________<br>Date: Tue, 7 Nov 2006 09:39:44 +0100<br>From: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:strk@refractions.net">
strk@refractions.net</a><br>Subject: Re: [postgis-users] ver 1.1.5 configure fails on Ubuntu<br>To: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net
</a><br>Message-ID: &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:20061107083944.GB4287@keybit.net">20061107083944.GB4287@keybit.net</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br>
On Mon, Nov 06, 2006 at 10:10:06PM -0500, Steven Johnson wrote:<br>&gt; My ./configure fails on Ubuntu Dapper (6.06) saying 'invalid argument' on<br>&gt; 'with-geos' option. I've checked and re-checked the command line to insure I
<br>&gt; have the correct arguments (--with-geos=/usr/bin/geos<div style="direction: ltr;">-config). Any<br>&gt; suggestions on how to resolve?<br><br>Look at <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://configure.in/" target="_blank">
configure.in</a>:<br><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if test ! -f &quot;$with_geos&quot;; then<br> &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([Invalid argument to --with-geos]);<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else<br><br>Does the command:<br><br> &nbsp; &nbsp; &nbsp; &nbsp;test ! -f &quot;/usr/bin/geos-config&quot;
<br><br>return a failure or success on your system ?<br><br>--strk;</div>