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

Build for AWS Lambda #94

Open
fadone opened this issue Nov 30, 2023 · 1 comment
Open

Build for AWS Lambda #94

fadone opened this issue Nov 30, 2023 · 1 comment

Comments

@fadone
Copy link

fadone commented Nov 30, 2023

I tried the macos version of rubberband command-line utility using layers but getting "cannot execute binary file",

I need help on how do i build for AWS Lambda?

Update:
I build rubberband on linux and ran on Lambda and got the following error:
rubberband: error while loading shared libraries: libsndfile.so.1: cannot open shared object file: No such file or directory"

@fadone
Copy link
Author

fadone commented May 12, 2024

UPDATE:
I statically linked the libsndfile library but now I am getting this error:

"rubberband: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by rubberband)",
"rubberband: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by rubberband)",
"rubberband: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by rubberband)",
"rubberband: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by rubberband)",
"rubberband: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by rubberband)",
"rubberband: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by rubberband)",

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

1 participant