<div>Hi Sebastiaan,<br></div><div><br></div><div>I do not compile any GIS software, I install everything from the UbuntuGIS PPA. But following your comments, let me step back to the root of this issue. I have libgdal20 installed:<br></div><div><br></div><div>$ apt search libgdal20<br></div><div>Sorting... Done<br></div><div>Full Text Search... Done<br></div><div>libgdal20/trusty,now 2.1.0+dfsg-1~trusty1 amd64 [installed]<br></div><div>  Geospatial Data Abstraction Library<br></div><div><br></div><div>libgdal20-2.1.0-grass/trusty 2.1.0-1~trusty1 amd64<br></div><div>  GRASS extension for the GDAL library<br></div><div><br></div><div>However, when I try to use GDAL/OGR from Python I get an exception:<br></div><div><br></div><div>$ python3<br></div><div>Python 3.4.3 (default, Oct 14 2015, 20:28:29) <br></div><div>[GCC 4.8.4] on linux<br></div><div>Type "help", "copyright", "credits" or "license" for more information.<br></div><div>>>> from osgeo import ogr<br></div><div>Traceback (most recent call last):<br></div><div>  File "<stdin>", line 1, in <module><br></div><div>  File "/usr/local/lib/python3.4/dist-packages/osgeo/__init__.py", line 21, in <module><br></div><div>    _gdal = swig_import_helper()<br></div><div>  File "/usr/local/lib/python3.4/dist-packages/osgeo/__init__.py", line 17, in swig_import_helper<br></div><div>    _mod = imp.load_module('_gdal', fp, pathname, description)<br></div><div>  File "/usr/lib/python3.4/imp.py", line 243, in load_module<br></div><div>    return load_dynamic(name, filename, file)<br></div><div>ImportError: libgdal.so.1: cannot open shared object file: No such file or directory<br></div><div><br></div><div>That's what lead me to libgdal1h. Perhaps I should try to get this file from some other package, but which?<br></div><div><br></div><div>Thank you,<br></div><div><br></div><div>Luís<br></div><div class="protonmail_signature_block"><div><br></div><div><br></div></div><blockquote class="protonmail_quote" type="cite"><div>-------- Original Message --------<br></div><div>Subject: Re: [Ubuntu] Where to get a version of libgeos-c1 compatible with libgeos-3.5.0?<br></div><div>Local Time: 19 July 2016 12:25 PM<br></div><div>UTC Time: 19 July 2016 10:25<br></div><div>From: sebastic@xs4all.nl<br></div><div>To: ubuntu@lists.osgeo.org<br></div><div>
<br></div><div>
GDAL has been upgraded to 2.1.0, which provides libgdal20 not libgdal1h.<br></div><div>
<br></div><div>
See my other message about the need to rebuild all reverse dependencies<br></div><div>
with the new library packages.<br></div><div>
<br></div><div>
Kind Regards,<br></div><div>
<br></div><div>
Bas<br></div><div>
<br></div><div>
-- <br></div><div>
 GPG Key ID: 4096R/6750F10AE88D4AF1<br></div><div>
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1<br></div><div>
_______________________________________________<br></div><div>
UbuntuGIS mailing list<br></div><div>
Ubuntu@lists.osgeo.org<br></div><div>
http://lists.osgeo.org/mailman/listinfo/ubuntu<br></div><div>
http://trac.osgeo.org/ubuntugis/wiki<br></div></blockquote><div><br></div>