Well, if I get rid of the LD_LIBRARY_PATH
(where I append the Julia folder first in the order), that’s when the ssl issues start. As soon as I comment that now, the ssl issues go away. So it does seem that when using to Julia’s libstdc++
has something to do with it.
Is there a way to do:
I recommend editing
LD_LIBRARY_PATH
only to run Julia, don’t modify the rest of the system just for Julia.
I mean I have
export LD_LIBRARY_PATH=/home/affans/julia-1.6.1/lib/julia:$LD_LIBRARY_PATH
which makes Julia work, but like I said, it somehow clashes with ssl certificates. It would be nice for Julia to use it’s own libstdc++ while the rest of the system uses whatever is there is /usr/lib64