Raspberry Pi libstdc++ version conflict

Hi,

I wanted to test QML.jl on the Raspberry Pi, but the compiled library fails to load with the following error:

ERROR: could not load library "/home/pi/.julia/v0.5/QML/deps/usr/lib/libqmlwrap.so"
/home/pi/julia/julia-0.5/bin/../lib/julia/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5)

I am using the Julia-0.5 release binary from julialang.org. Is there any way to solve this, apart from building Julia myself and linking with the system libstdc++?

Delete the bundled libstdc++ or use the nightly binary.

You might be interested in these notes: https://juliaberry.github.io/

Doh, I actually visited that page and looked right over the relevant sentence. Thank you both for replying so quickly, I have a segfault to fix now that the library problem is out of the way :wink: