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

Pre-compiled packages do not install on Debian 11 #63

Open
hendursaga opened this issue Sep 7, 2021 · 4 comments
Open

Pre-compiled packages do not install on Debian 11 #63

hendursaga opened this issue Sep 7, 2021 · 4 comments

Comments

@hendursaga
Copy link

Pre-compiled packages cannot be installed on the latest Debian release ("Bullseye") and probably other Debian derivatives. For instance, after installing the .deb package and running voice2json, it complains with:

ImportError: libffi.so.6: cannot open shared object file: No such file or directory

libffi6 is available for Buster, but not Bullseye, where it is instead libffi7.

Perhaps the Dockerfile can be updated and new pre-compiled packages released?

@clarriu97
Copy link

Hi @hendursaga
I've had the same problem, and could solve it with this thread from stackoverflow.

Hope it's useful for you.

@hendursaga
Copy link
Author

@clarriu97, sadly that's a somewhat risky workaround, it would be good for at least the next release to use Debian 11. Unfortunately I can't seem to get the Docker build scripts to work on my system, so I can't do that for myself just yet.

@raphaelyancey
Copy link

I'm having the same problem. It would be great to upgrade the dependencies accordingly, I can't try voice2json for that reason.

@auwsom
Copy link

auwsom commented Jan 8, 2023

@raphaelyancey this worked in Ubuntu 2204: #66 sudo ln -s /usr/lib/aarch64-linux-gnu/libffi.so.7 /usr/lib/aarch64-linux-gnu/libffi.so.6

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

4 participants