-
Notifications
You must be signed in to change notification settings - Fork 12
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
Symbol Lookup Error #26
Comments
Actually, I solved the problem by exporting the path of libgmp.so into LD_PRELOAD |
Which distribution are you using ? |
I'm facing the same problem, could you please elaborate more on how you solve it? |
@easalgadov where is |
@blegat no, it is in the |
Could you try doing something like
as suggested by @juldavid ? |
I had to put this to my .bashrc: I had to change LD_PRELOAD not only to build CDDLib.jl but everytime I use CDDLib.jl. |
This should be closed as out-dated. We know ship |
Hello, i'm having a problem to compile CDDLib in Julia.
Apparently, the compiler is unable to link libcddgmp.so to the libgmp
I get the following message when I try to do
using CDDLib
:libgmp-dev is installed (i tried to remove it and reinstall it)
I also tried to add -lgmp in the build.jl but it does not work either.
Any idea?
The text was updated successfully, but these errors were encountered: