On 30 Jan 2013, at 21:23, AN wrote: > VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15 required by /usr/local/lib/virtualbox/VBoxRT.so not found GLIBCXX_3.4.15 is the symbol version of the libstdc++ that ships with gcc 4.6. You are trying to compile something against a (newer) libstdc++ from ports and then run it linked against the (older) libstdc++ from the base system. Oddly enough, this doesn't work. David
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:34 UTC