Hello, In the past, I've been able to download the generic linux binaries for a release, copy them into my user directory on my organization's lab, and try out Julia without bothering my sys admin.
I just tried getting the v0.4.3 generic binaries, and I'm now getting an error when I try to use the package manager. julia> Pkg.init() git: error while loading shared libraries: libcrypto.so.6: cannot open shared object file: No such file or directory ERROR: failed process: Process(`git version`, ProcessExited(127)) [127] in pipeline_error at process.jl:555 in readbytes at process.jl:515 in version at pkg/git.jl:36 in init at pkg/dir.jl:35 in init at pkg.jl:19 The system does have libcrypto.so.10. Is this just a version issue with this library? Thanks! Daniel
