Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 08:32:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 192928] /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/share/chromium/chrome not found
Message-ID:  <bug-192928-28929-1HyW7IRlUR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192928-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192928-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192928

--- Comment #5 from SolarCatcher <solarcatcher@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192928-28929-1HyW7IRlUR>