geo-data / gdal-docker

A Dockerfile compiling the latest GDAL github checkout with a broad range of drivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Question

superbrown opened this issue · comments

I'm sorry, this is a question. Where is the gdal.so located on the VM?

 $ docker run --rm geodata/gdal sh -c 'ldd `which gdalinfo` | grep gdal.so'
    libgdal.so => /usr/lib/libgdal.so (0x00007fc0f7d50000)