-
Notifications
You must be signed in to change notification settings - Fork 70
Error building the php layer #26
Comments
I'm not sure why it isn't working for you. I was able to build the image again just fine. |
You can open a bash shell in the docker container:
and execute the build.sh line by line to track your problem. Do you get any error while executing the build commands? Before doing that, try to delete the image and download it again. |
Hello, I have the same error on latest version of lambci/lambda:build-nodejs8.10. The reinstallation of packages solved this error: But my own runtime not work: |
force reinstalling libedit works. However, there are some wrong assumptions regarding file paths that cause the ini and extensions to not load. Still doing experiments as the latest release doesn't have mysqli loaded already. |
Hello,
Thank you for the work on this lambda layer, this will be super useful for many people.
I'm trying to customize the php layer but when I compile it I get this error:
cp: cannot stat ‘/usr/lib64/libedit.so.0’: No such file or directory
The problem is located in the build.sh : cp /usr/lib64/libedit.so.0 lib/
It seems like the libedit.so.0 file does not exist in the image, yet I'm using the same lambci/lambda:build-nodejs8.10 and build.sh (with yum install -y php71-cli zip) you're using.
Any idea what I'm missing? Thank you!
The text was updated successfully, but these errors were encountered: