Comment #4 on issue 21765 by elmargol: Chromium no longer preloads videos
at youtube.com
http://code.google.com/p/chromium/issues/detail?id=21765
I'm on archlinux an my archlinux install script does the following in order
to get
chromium running:
# patch executable
cd ${pkgdir}/opt/${_realname}
sed -i 's,libnss3.so.1d,libnss3.so\x00\x00\x00,g;
s,libnssutil3.so.1d,libnssutil3.so\x00\x00\x00,g;
s,libsmime3.so.1d,libsmime3.so\x00\x00\x00,g;
s,libssl3.so.1d,libssl3.so\x00\x00\x00,g;
s,libplds4.so.0d,libplds4.so\x00\x00\x00,g;
s,libplc4.so.0d,libplc4.so\x00\x00\x00,g;
s,libnspr4.so.0d,libnspr4.so\x00\x00\x00,g;' chrome || return 1
If I don't use this patch I get "chrome-linux/chrome: error while loading
shared
libraries: libnss3.so.1d: cannot open shared object file: No such file or
directory"
Can I add this command to build-bisect somehow?
--
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
-~----------~----~----~----~------~----~------~--~---