Closed asterikx closed 2 years ago
I have just recently successfully built libvips with the non v8 linux binaries inside the lambci/lambda:build-nodejs12.x container. What you are having issues is with is linkage to libcxx.
I'm unsure if you have already installed libcxx via epel and yum. Like this:
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install libcxx
You can check the library linkage for the two dependencies libicu and libcxx using the method described in this stack. For example my library link command looked like this:
ln -s /usr/lib64/libc++.so.1.0 //usr/lib64/libc++.so
Are the binaries in this repository supposed to work on AWS Lambda?
I'm trying to build libvips with pdfium support using
lambci/lambda:build-go1.x
Docker image, but it fails:Thanks for any help or pointers.