Created
January 22, 2020 09:36
-
-
Save luminoso/3cd81753655f7bca80a1b575fcef174a to your computer and use it in GitHub Desktop.
add IJulia CentOS 7.x ZMQ ABI GLIBCXX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# trick to make iJulia work on CentOS 7 | |
# CentOS looks like to have some kind of ABI incompatibility | |
# ERROR: LoadError: InitError: could not load library "/home/centos/.julia/artifacts/8b67c92bc6eb60d96d3488bf4b48bd3a38f70c53/lib/libzmq.so" | |
# /usr/bin/../lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/centos/.julia/artifacts/8b67c92bc6eb60d96d3488bf4b48bd3a38f70c53/lib/libzmq.so) | |
] | |
add [email protected] | |
add iJulia | |
using iJulia |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment