Hi all, I finally got the problem: there was a mistake within my ld.so.conf.d file that linked the libgdal into the system.
For the record, my mistake was to put the full path to the file: $ cat /etc/ld.so.conf.d/gdal.conf /usr/local/lib/libgdal.so.1 I resolved the problem by modifying /etc/ld.so.conf.d/gdal.conf to /usr/local/lib, and ldconfig as su. Cheers, Pierre -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/GDAL-bindings-with-R-install-fails-following-GDAL-building-from-source-tp5314489p5315172.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
