I run arch linux with kernel version 6.8.1-arch1-1 x86_64 and installed julia trough it's binary installer. (version 1.10.2)
the REPL opens up in a terminal if I call julia but segfaults as soon as I try to do work with packages (be it install them or use them). However, when I set LD_LIBRARY_PATH="" and then start the REPL (or run any .jl file) everything runs as expected.
For now I just export LD_LIBRARY_PATH but might there be some straight-forward reason with which I can preventing it from segfaulting?