Date: Fri, 13 Aug 2010 04:12:22 +0400 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: freebsd-hackers@FreeBSD.org Subject: Any way to fix '/usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by ... not found'? Message-ID: <20100813001222.GG1591@hades.panopticon>
next in thread | raw e-mail | index | archive | help
Hi! I'm trying to update graphics/lightspark-devel port to the latest version, and it's firefox plugin now doesn't load. The supposed reason for that is that the plugin is build with gcc 4.4+ (as it uses c++0x features), and firefox is built with our default gcc 4.2, thus libstdc++ versions doesn't match -> dlopen fails. LoadPlugin: failed to initialize shared library /usr/local/lib/browser_plugins/lightspark-devel/liblightsparkplugin.so [/usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/lib/browser_plugins/lightspark-devel/liblightsparkplugin.so not found] Is there a way to fix that, maybe some linker magic? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100813001222.GG1591>