Comment #16 on issue 12562 by michael.monreal: Linux snapshots don't work on Fedora http://code.google.com/p/chromium/issues/detail?id=12562
The linking "trick" still works on Fedora 12 beta but it looks like some libraries were moved to /usr/lib, so the new ln commands have to be: ln -s /lib/libnspr4.so libnspr4.so.0d ln -s /lib/libplc4.so libplc4.so.0d ln -s /lib/libplds4.so libplds4.so.0d ln -s /usr/lib/libnss3.so libnss3.so.1d ln -s /usr/lib/libnssutil3.so libnssutil3.so.1d ln -s /usr/lib/libsmime3.so libsmime3.so.1d ln -s /usr/lib/libssl3.so libssl3.so.1d -- 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 -~----------~----~----~----~------~----~------~--~---
