Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: LoadError: could not load library "libLLVM-8.0.1" #467

Closed
ouening opened this issue Apr 29, 2020 · 1 comment
Closed

ERROR: LoadError: could not load library "libLLVM-8.0.1" #467

ouening opened this issue Apr 29, 2020 · 1 comment

Comments

@ouening
Copy link

ouening commented Apr 29, 2020

OS: Ubuntu18.04
Julia: 1.4.1

When I planed to install Cxx,I encountered error:

ERROR: LoadError: could not load library "libLLVM-8.0.1"
│ libLLVM-8.0.1.so: cannot open shared object file: No such file or directory

I found that :

julia> using Base

julia> Base.lib
libblas_name              libllvm_version_string
liblapack_name            libm_name
libllvm_version           library_threading_enabled
julia> Base.libllvm_version
v"8.0.1"

In directory lib/julia there has libLLVM.so and libSSVM-8jl.so,I think the problem is the version of LLVM doesn't satisfy the requirement, as shown in LINE 23 in ~/.julia/packages/Cxx/1RaOv/deps/build.jl,can someone tell how to fix it?

@Gnimuc
Copy link
Member

Gnimuc commented Apr 29, 2020

dup of #464. you could either downgrade Julia to 1.3.x or wait for #465.

@Gnimuc Gnimuc closed this as completed Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants