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

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to