Status: Unconfirmed Owner: ---- Labels: OS-Linux Area-Misc Size-Medium Type-Bug
New issue 19440 by pimanttr: google-chrome wrapper's LD_LIBRARY_PATH breaks Flash http://code.google.com/p/chromium/issues/detail?id=19440 Chrome Version : google-chrome-unstable 3.0.198.1 (Note: this is a Google Chrome bug, not a Chromium one) OS + version : Ubuntu 8.04 (Google's flavor but I don't think it matters) CPU architecture (32-bit / 64-bit): 64-bit window manager : WindowMaker URLs (if applicable) : N/A Behavior in Firefox 3.x (if applicable): OK Behavior in Chrome for Windows (optional): OK What steps will reproduce the problem? 1. Make sure Flash is installed, and make a link to it in /opt/google/chrome/plugins 2. Launch google-chrome --enable-plugins 3. Go to about:plugins What is the expected result? Flash shows up What happens instead? Flash doesn't show up Please provide any additional information below. Attach a screenshot and backtrace if possible. LD_LIBRARY_PATH is set by the google-chrome wrapper to load specific versions of some libraries. Makes sense, but: $ LD_LIBRARY_PATH=/opt/google/chrome/lib32/ ldd /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/flashplugin-installer/libflashplayer.so: /opt/google/chrome/lib32/libnssutil3.so.1d: version `NSSUTIL_3.12.3' not found (required by /usr/lib32/libnss3.so) linux-gate.so.1 => (0xffffe000) [...] libnss3.so => /usr/lib32/libnss3.so (0xf6b11000) [...] /opt/google/chrome/lib32/libnssutil3.so.1d is incompatible with the system libnss3.so The problem is, there is a /opt/google/chrome/lib32/libnss3.so.1d but no libnss3.so link to it. Adding that link fixes it. I'm almost positive it was working before (3.0.197.11). It also works if one manually launches /opt/google/chrome/chrome --enable- plugins. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
