Hi again kristo,
You've got an interesting error here. My gut impression is that you either have your toolchains slightly misconfigured or you're somehow using binaries for a different machine.
Searching your error leads me to this stackoverflow.
Could you try running the following commands (in the appropriate directories) and reporting back what they say?
roschuma
You've got an interesting error here. My gut impression is that you either have your toolchains slightly misconfigured or you're somehow using binaries for a different machine.
Searching your error leads me to this stackoverflow.
Could you try running the following commands (in the appropriate directories) and reporting back what they say?
strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX
ldd -v libcasablanca.so
ldd -v libboost.so
Thanks,roschuma