You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
Hi, i have lambda function which is triggered on S3 put object event. Inside lambda i am trying to sign that file using c2pa-node package but i am facing this error /lib64/libm.so.6: version GLIBC_2.29' not found (required by /var/task/resources/c2pa.node)`
I have built binary inside EC2 which has latest amazon linux ami.
Can you please guide me what am i missing?