Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS: undefined symbol: _ZN3aws14lambda_runtime7runtimeC1ERKSsS3_ #14

Closed
jkutner opened this issue Feb 13, 2021 · 3 comments
Closed

Comments

@jkutner
Copy link

jkutner commented Feb 13, 2021

I'm trying to install the module on CentOS, and the preinstall.sh script succeeds, but when I try to run the executable, it gives the error:

$ npx aws-lambda-ric index.handler
2021-02-13T16:08:11.247Z        undefined       INFO    Executing 'index.handler' in function directory '/workspace'
node: symbol lookup error: /workspace/node_modules/aws-lambda-ric/build/Release/runtime-client.node: undefined symbol: _ZN3aws14lambda_runtime7runtimeC1ERKSsS3_

I think this might be helped or fixed by #8

@jkutner
Copy link
Author

jkutner commented Feb 13, 2021

I tested #8 and it did fix the problem

@anthony-telljohann
Copy link

anthony-telljohann commented Dec 27, 2021

I'm also getting this error when I try to use a custom CentOS 7 docker image with my lambda.

@andclt
Copy link
Contributor

andclt commented May 13, 2023

Hi, this issue has been fixed with the following PR which is included in the 2.1.0 release https://www.npmjs.com/package/aws-lambda-ric/v/2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants