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

GLIBCXX not found #4

Open
mdav2 opened this issue Jul 4, 2020 · 0 comments
Open

GLIBCXX not found #4

mdav2 opened this issue Jul 4, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@mdav2
Copy link
Member

mdav2 commented Jul 4, 2020

Sometimes the Julia distributed libstdc++.so get out of sync with one another, which can lead to an error like:

(@v1.4) pkg> test Lints
    Testing Lints
Status `/tmp/jl_OB30HX/Manifest.toml`
  [1f15a43c] CxxWrap v0.11.0
  [bc6bbf8a] Eigen_jll v3.3.7+1
  [969b4477] Lints v0.1.0 [`~/.julia/dev/Lints`]
  [1914dd2f] MacroTools v0.5.5
  [28df3c45] boost_jll v1.71.0+2
  [3eaa8342] libcxxwrap_julia_jll v0.8.0+0
  [5fdff7f3] libint_jll v2.7.0+0
  [2a0f44e3] Base64 
  [ade2ca70] Dates 
  [8ba89e20] Distributed 
  [b77e0a4c] InteractiveUtils 
  [76f85450] LibGit2 
  [8f399da3] Libdl 
  [56ddb016] Logging 
  [d6f4376e] Markdown 
  [44cfe95a] Pkg 
  [de0858da] Printf 
  [3fa0cd96] REPL 
  [9a3f8284] Random 
  [ea8e919c] SHA 
  [9e88b42a] Serialization 
  [6462fe0b] Sockets 
  [8dfed614] Test 
  [cf7118a7] UUIDs 
  [4ec0a83e] Unicode 
ERROR: LoadError: LoadError: could not load library "/home/matt/.julia/dev/Lints/src/../deps/lib/libLints"
/home/matt/julia-1.4.2/bin/../lib/julia/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /home/matt/.julia/dev/Lints/src/../deps/lib/libLints.so)
Stacktrace:

This is an upstream problem, but can be resolved by building Julia from source.

@mdav2 mdav2 added the bug Something isn't working label Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant