>
> You can *really* confirm where things are found via R CMD ldd ... see
> the manual.
>
> Yes of course. I had done that, and received the hoped-for response:

libgdal.so.1 => /opt/gdal-1.11.2/lib/libgdal.so.1 (0x00007fd9e0175000)

But I realize now that this was with LD_LIBRARY_PATH set. Of course R
modifies LD_LIBRARY_PATH, erasing any paths set by the user, so that while
the installation succeeds, the load doesn't.

I've temporarily modified ldpaths and it works. So there's the answer for
now.

But (see the posting guide) the generic question belonged on R-devel and
> questions about rgdal on R-sig-geo.
>

Apologies. I'll ask there next time.

Rob

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to