-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Labels
Description
We just tried to use libvips generated by ./build.sh 8.7.4 linux-x64
in AWS lambda and Sharp is failing with the following error:
Something went wrong installing the "sharp" module
/lib64/libc.so.6: version `GLIBC_2.18' not found (required by /opt/sharp/build/Release/../../vendor/lib/librsvg-2.so.2)
- Remove the "node_modules/sharp" directory, run "npm install" and look for errors
- Consult the installation documentation at https://sharp.pixelplumbing.com/en/stable/install/
- Search for this error at https://github.com/lovell/sharp/issues
Looks like commit acd9d57 introduces a dependency on GLIBC 2.19. However, AWS Lambda environment has v2.17.