Giter VIP home page Giter VIP logo

Comments (7)

yc-li20 avatar yc-li20 commented on May 30, 2024 2

Thanks. It works!
---update---
Turns out not working. The problem is I'm using opensmile on a gpu server, and the GLIBC version of the server is older than 2.27, not my local machine's problem.
I do not have permission to upgrade gcc on server. The solution is to download the libm.so.6 file, and export the path to this file. So the server system will use this new version file instead of its old one.

from opensmile.

chausner-audeering avatar chausner-audeering commented on May 30, 2024

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.

from opensmile.

yc-li20 avatar yc-li20 commented on May 30, 2024

Thanks for the quick reply.
>>Which exact Ubuntu version are you using?
I'm using Ubuntu 20.04.4 LTS.
>>you could manually build openSMILE on your machineI
I don't have permission as the machine is administrated by the remote host.
Am I stuck at this point?

from opensmile.

chausner-audeering avatar chausner-audeering commented on May 30, 2024

Ubuntu 20.04 should be supported, I am using the exact same version.

$ ldd bin/SMILExtract 
	linux-vdso.so.1 (0x00007ffd4abd4000)
	libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f9b4234d000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9b421fe000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9b421e3000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9b421c0000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9b41fce000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f9b4271a000)

Interesting that on your machine, it tries to load /lib64/libm.so.6 instead of /lib/x86_64-linux-gnu/libm.so.6. /lib64/libm.so.6 does not exist on my system.

from opensmile.

chausner-audeering avatar chausner-audeering commented on May 30, 2024

Can you try invoking it like this:

LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH bin/SMILExtract

from opensmile.

yc-li20 avatar yc-li20 commented on May 30, 2024

bin/SMILExtract: No such file or directory.
Can I solve the problem with conda's virtual environment?

from opensmile.

chausner-audeering avatar chausner-audeering commented on May 30, 2024

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.

from opensmile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.