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

Clp fails at precompile. Could not load library #137

Closed
axsk opened this issue Aug 10, 2022 · 1 comment
Closed

Clp fails at precompile. Could not load library #137

axsk opened this issue Aug 10, 2022 · 1 comment

Comments

@axsk
Copy link

axsk commented Aug 10, 2022

When using Clp I receive a

julia> using Clp
[ Info: Precompiling Clp [e2554f3b-3117-50c0-817c-e040a3ddf72d]
ERROR: LoadError: InitError: could not load library "***/.julia/artifacts/e54c61de2448715375d627cc2deffc91d4a7815b/lib/libClp.so"
libdmumps.so: cannot open shared object file: No such file or directory
Stacktrace:
  [1] dlopen(s::String, flags::UInt32; throw_error::Bool)
    @ Base.Libc.Libdl ./libdl.jl:117
  [2] dlopen(s::String, flags::UInt32)
    @ Base.Libc.Libdl ./libdl.jl:116
  [3] macro expansion
    @ ~/.julia/packages/JLLWrappers/QpMQW/src/products/library_generators.jl:54 [inlined]
  [4] __init__()
    @ Clp_jll ~/.julia/packages/Clp_jll/ihKVc/src/wrappers/x86_64-linux-gnu-libgfortran5-cxx11.jl:22

The corresponding file ***/.julia/artifacts/e54c61de2448715375d627cc2deffc91d4a7815b/lib/libClp.so exists.
I also tried add/rm Clp and manually removing the artifact. No effect.
I am on Julia 1.8.0rc4

@axsk
Copy link
Author

axsk commented Aug 10, 2022

I was on Clp 1.0.0
It's fine with 1.0.1

@axsk axsk closed this as completed Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant