https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192928
--- Comment #5 from SolarCatcher <[email protected]> --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
