-
Notifications
You must be signed in to change notification settings - Fork 28
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
Failing precompilation (MbedTLS) on Arch Linux #144
Comments
My current workaround was just to create a symlink:
All tests are passing with the unversioned .so file. |
Same thing happened to me. A workaround is using the julia-bin from aur. |
I have the same problem :( |
This is really a problem with the Arch linux package. A similar issue in another Julia package was closed because it works with official Julia binaries. I've moved to using julia-bin for now, but for anyone else who has this issue @prittjam you might want to notify the Arch packagers. There are some prior trackers of interest: They seem to have been closed, but I just tried with community/julia again and I still get the error. |
Hi! Thanks for the package.
I'm currently failing to precompile it on Arch Linux, info below:
I get the following error (emphasis added):
It seems like I have a newer version of that library:
I'm not yet familiar with how Julia handles shared libraries at all, but I found a related issue on the Julia tracker. Indeed, my standard library
MbedTLS
is patched to not use versioned sonames:So, is there a way to tell this package to use that recipe instead of its own? Should that be happening by default? I haven't yet been able to follow where this package loads its
mbedtls
from.Thanks again.
The text was updated successfully, but these errors were encountered: