Skip to content

Instantly share code, notes, and snippets.

@luminoso
Created January 22, 2020 09:36
Show Gist options
  • Save luminoso/3cd81753655f7bca80a1b575fcef174a to your computer and use it in GitHub Desktop.
Save luminoso/3cd81753655f7bca80a1b575fcef174a to your computer and use it in GitHub Desktop.
add IJulia CentOS 7.x ZMQ ABI GLIBCXX
# 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 ZMQ@1.1.0
add iJulia
using iJulia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment