David Chisnall theraven at FreeBSD.org
Thu Jan 31 09:19:35 UTC 2013


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20130131/5f95049b/attachment.sig>


More information about the freebsd-current mailing list