-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libsqlite3 linking broken on 3.8 images #71
Comments
The culprit is
edit: |
after a couple of false starts adding
to the docker build seems to do the trick. |
confirmed
|
@jasongi really appreciate your effort here, I have myself spends days on similar issues 😭 Sadly, as noted in your PR I think there is a bigger issue (see proj lib). I'm not sure I have enough free time at the moment to work on this but I'll try |
Having a similar issue to this one: #56
Steps for a simple reproduction:
workaround is to add LD_PRELOAD in your lambda env vars like so:
You can test this fix by doing the following simple repro:
I suspect the culprit is one of these libs outside of /opt/lib/:
I think it can be fixed by specifying either CMAKE_LIBRARY_PATH or SQLITE3_LIBRARY
The text was updated successfully, but these errors were encountered: