Hello, I installed Julia yesterday on one PC following the instructions on http://julialang.org/downloads/ , and it worked fine.
I am trying the same now on a different PC, and I get the following error message: ufechner@TUD277255:~$ julia julia: error while loading shared libraries: libjulia.so: cannot open shared object file: No such file or directory ufechner@TUD277255:~$ The file exists: ufechner@TUD277255:~$ locate libjulia.so /usr/lib/x86_64-linux-gnu/julia/libjulia.so ufechner@TUD277255:~$ I tried to create a link manually in /usr/local/lib, but that creates a different error: ufechner@TUD277255:/usr/local/lib$ sudo ln -s /usr/lib/x86_64-linux-gnu/julia/libjulia.so ufechner@TUD277255:/usr/local/lib$ sudo ldconfig ufechner@TUD277255:/usr/local/lib$ julia julia: relocation error: julia: symbol , version GLIBC_2.2.5 not defined in file libc.so.6 with link time reference ufechner@TUD277255:/usr/local/lib$ Any idea? Uwe Fechner, TU Delft, The Netherlands
