Open mhart opened 5 years ago
I would love to see libvips on Amazon Linux 1.
@asterikx unfortunately vips isn't available as an Amazon Linux yum package. I managed to find instructions to get it to build for Amazon Linux 2, but not for Amazon Linux 1 (which is much older)
@mhart I found sharp-libvips, but the linux-x64
build is probably not compatible with Amazon Linux 1? I need to add vips to the Lambda Go runtime which is still at Amazon Linux 1 unfortunately ...
@asterikx unfortunately vips isn't available as an Amazon Linux yum package. I managed to find instructions to get it to build for Amazon Linux 2, but not for Amazon Linux 1 (which is much older)
@mhart how so, can you help with the install instructions, I want to setup libvips --with-magik
@mhart how so, can you help with the install instructions, I want to setup libvips --with-magik
Can you explain your question a little more? You want to install it with yumda
? On which Lambda runtime?
On which Lambda runtime?
Node.js v12
@Dramex so vips
is available already for Amazon Linux 2 runtimes:
To install:
mkdir vips-layer
docker run --rm -v "$PWD"/vips-layer:/lambda/opt lambci/yumda:2 \
yum install -y vips
Get parity with Amazon Linux 2