lambgeo / docker-lambda

AWS Lambda friendly GDAL Docker images and AWS Lambda layer
MIT License
121 stars 17 forks source link

Add flags to cmake commands so that the libraries in /opt/lib are linked before others #73

Closed jasongi closed 6 months ago

jasongi commented 6 months ago

Fixes https://github.com/lambgeo/docker-lambda/issues/71 I have also added a test for the correct linking to sqlite in libgdal.so

The test is still failing even after adding the flags, so need to investigate why.

jasongi commented 6 months ago

read more about rpath, I don't think this is the solution.