[GRASS-user] GRASS and libgeos 3.1.1/3.3.3

Hamish hamish_b at yahoo.com
Wed Sep 4 03:24:52 PDT 2013


Gary wrote:

> the -d has caused it to use the development version! But as GRASS had the
> same problem with 12.10 this shouldnt be the source of the main problem, is
> there anyway to revert to the 1.9.0-3.1ubuntu1?

I suspect the immediate problem is the extra+outdated GDAL version in
/usr/local/. It would be strange if a newer version of the GDAL ubuntu
package were depending on an older version of GEOS, right?

In addition, I don't see GEOS 3.1.1 available in any of the recent
ubuntu versions, so suspect the /usr/local/ custom installed version
is to blame for the bulk of the trouble.
  http://packages.ubuntu.com/search?keywords=libgeos


You can use "ldd" on the libraries found with:

$ locate libgdal | grep '\.so'

to verify which one(s) are looking for libgeos 3.1.1.

e.g.
$ ldd /usr/lib/libgdal.so.1 | grep geos
$ ldd /usr/lib/grass64/lib/libgdal.so | grep geos


Hamish



More information about the grass-user mailing list