A solution I found in another discourse thread is to copy the system libstdc++ over the one included with the Julia pre-compiled binary.
cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 julia-1.8.0-beta3/lib/julia/
A solution I found in another discourse thread is to copy the system libstdc++ over the one included with the Julia pre-compiled binary.
cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 julia-1.8.0-beta3/lib/julia/