-
Notifications
You must be signed in to change notification settings - Fork 79
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
libm.so.6: version 'GLIBC_2.27' not found #47
Comments
Which exact Ubuntu version are you using? Normally, operating systems include older GLIBC versions for backwards-compatibility. The pre-built binaries that we provide have been built using GLIBC 2.27. As a workaround, you could manually build openSMILE on your machine. |
Thanks for the quick reply. |
Ubuntu 20.04 should be supported, I am using the exact same version.
Interesting that on your machine, it tries to load |
Can you try invoking it like this: LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH bin/SMILExtract |
bin/SMILExtract: No such file or directory. |
Please download the standalone version of openSMILE from the GitHub releases page and try to run the above command. |
Thanks. It works! |
Hi, when I import opensmile in python, it gives this error: /lib64/libm.so.6: version `GLIBC_2.27' not found.
My machine is: ldd (Ubuntu GLIBC 2.31-0ubuntu9.7) 2.31.
It seems opensmile does not support new GLIBC version?
The text was updated successfully, but these errors were encountered: