Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Error building the php layer #26

Open
@jcombrex

Description

@jcombrex

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions