If anyone's wondering what the fix for Chromium (chromium-36.0.1985.143_1) on FreeBSD 9 (stable) is:
If you get this error: $ chrome /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/share/chromium/chrome not found Add this at the end of /etc/libmap.conf: [/usr/local/share/chromium/chrome] libstdc++.so.6 gcc47/libstdc++.so.6 You might want to also check that GCC 4.7 is actually installed, I'm not sure the Chromium port pulls that in, or I just happened to have that installed already. HTH, Stefan -- Stefan Bethke <[email protected]> Fon +49 151 14070811 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
