Fail to launch on Ubuntu 15.04
Hello!
On two different machines running Ubuntu 15.04 64-bit, running GenomeBrowse gives the following error:
./GenomeBrowse.bin: ./lib/libstdc++.so.6: version 'CXXABI_1.3.8' not found (required by /usr/lib/x86_64-linux-gnu/libicuuc.so.52)
At the moment I've gotten around it by renaming ./lib/libstdc++.so.6
to libstdc++.so.6.old
and letting it use the system default library. But is there a suggested way to handle this error?
Thank you!