Hi Gregory On Fri, 26 Feb 2021 at 02:48, Gregory <greg.van2...@gmail.com> wrote: > Try for example: > $/usr/share/julia/julia-config.jl --allflags > > It will return (among other things): > libjulia.so: cannot open shared object file: no such file or directory > > Adding a symlink libjulia.so that points to libjulia.so.1.5 (package > libjulia1) > is a workaround of course.
Instead of adding the symlink, try installing the libjulia-dev package. Regards Graham