Patrick Mackinlay <[email protected]> writes: > Your latest firefox has broken pipelight. When I run firefox I get: > > LoadPlugin: failed to initialize shared library > /usr/local/lib/pipelight/libpipelight-flash.so [/usr/lib/libstdc++.so.6: > version GLIBCXX_3.4.11 required by > /usr/local/lib/pipelight/libpipelight-flash.so not found]
Firefox itself depends on libstdc++ and loads the old version first. Try either LD_LIBRARY_PATH, FAVORITE_COMPILER=gcc, static linking or port pipelight to USES=compiler:c++11-lang and drop USE_GCC. Not really a gecko@ bug. ------------------------------------------------- VFEmail.net - http://www.vfemail.net ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! $24.95 ONETIME Lifetime accounts with Privacy Features! 15GB disk! No bandwidth quotas! Commercial and Bulk Mail Options! _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
