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

[ffmpeg] error while loading shared libraries: libblas.so.3 #82

Open
nguyenvulong opened this issue Jul 17, 2024 · 0 comments
Open

[ffmpeg] error while loading shared libraries: libblas.so.3 #82

nguyenvulong opened this issue Jul 17, 2024 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@nguyenvulong
Copy link
Owner

Full error

ffmpeg: error while loading shared libraries: libblas.so.3: cannot open shared object file: No such file or directory

Fix
First you need to find your shared objects, for example:

sudo find /usr/lib -name libblas.so.3

Then soft-link the necessary files:

sudo ln -s /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 /usr/lib/x86_64-linux-gnu/
sudo ln -s /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 /usr/lib/x86_64-linux-gnu/

if it helps, please stop the haters in stackoverflow by upvoting my answer here

https://stackoverflow.com/questions/75414336/libblas-so-3-cannot-open-shared-object-file-no-such-file-or-directory-but-it

@nguyenvulong nguyenvulong added bug Something isn't working documentation Improvements or additions to documentation labels Jul 17, 2024
@nguyenvulong nguyenvulong changed the title ffmpeg: error while loading shared libraries: libblas.so.3 [ffmpeg] error while loading shared libraries: libblas.so.3 Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant