[Bug 192928] /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/share/chromium/chrome not found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 29 08:32:48 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192928

--- Comment #5 from SolarCatcher <solarcatcher at gmx.de> ---
Thanks, Carlos!

Just to clarify the 1st recommendation in that post: The chrome executable
under /usr/local/bin/chrome is NOT the ELF binary that needs to be patched with
sysutils/patchelf. It is only a shell script which then invokes the real chrome
executable at /usr/local/share/chromium/chrome (I found this out because
patchelf always through this at me "not an ELF executable: No such file or
directory")

Thus the full command is:
#patchelf --set-rpath /usr/local/lib/gcc47 /usr/local/share/chromium/chrome

Now chromium works again!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-chromium mailing list