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
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"
The text was updated successfully, but these errors were encountered:
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)",
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"
The text was updated successfully, but these errors were encountered: