-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cannot use FFMPEG in Julia (1.4 or 1.5) #36
Comments
I had exactly the same problem with my Fedora 32. I managed to precompile FFMPEG and Plots by uninstalling first ffmpeg-libs from the system using dnf (and consequently a bunch of other packages that depend on it like cmus, mpv, etc...). Then ]add FFMPEG, precompile, reinstall ffmpeg-libs and packages in system, done! |
Thanks @cisco-ap . It did not work for me, since the next problem appears with respect to libk5crypto
and sudo depends on it. I really think weird that it is using system libraries, instead of binary artifacts. Anyway, thank you very much for your support. |
I encountered the same problem here on Fedora 32, when trying to |
It worked! Thank you very much. So I must assume that this correction to the LD_LIBRARY_PATH sould be made by the binary builder and it is a bug? |
Hi.
Julia 1.5.1. Fresh install, empty .julia so far.
It seems to be some inconsistency with /usr/lib64/libk5crypto.so.3. I am using Fedora 32, so the relevant package here is
krb5-libs-1.18.2-20.fc32
and the inconsistency seem to be in
EVP_KDF_ctrl, version OPENSSL_1_1_1b
Nonetheless, I guess julia's binnary builder would take care of any "external" dependency, such as this.
Do you have any clue on what can I do to fix this error, as it is preventing me to use Plots as well as any FFMPEG related package?
Thanks in advance.
The text was updated successfully, but these errors were encountered: