stackery / php-lambda-layer

PHP Runtime Layer for AWS Lambda
Other
320 stars 70 forks source link

Add libonig.so.5 for mbstring #43

Closed keichan34 closed 5 years ago

keichan34 commented 5 years ago

When building and pushing the layer zip locally, I had to copy libonig.so.5 to the lib dir manually for the mbstring module to load. mbstring loaded without errors on the publicly posted version ( I tested arn:aws:lambda:us-west-2:887080169480:layer:php73:2 )... Any ideas?

(By the way, I haven't tested the other PHP version yet (build.sh), I'll try that out when I have a bit more time)