
我使用的是 Slackware 13.1,使用 slackbuild 的 sbopkg 從 Chrome 5 更新到 Chrome 6.0.472.62。當我嘗試執行 Chrome 時,它啟動但立即死機。這是出現的錯誤訊息:
/usr/bin/google-chrome: /usr/lib/libz.so.1: no version information available (required by /usr/bin/google-chrome)
/usr/bin/google-chrome: /usr/lib/libz.so.1: no version information available (required by /usr/bin/google-chrome)
/opt/google/chrome/chrome: /usr/lib/libz.so.1: no version information available (required by /opt/google/chrome/chrome)
/opt/google/chrome/chrome: /usr/lib/libz.so.1: no version information available (required by /opt/google/chrome/chrome)
[5804:5823:3419253227:FATAL:chrome/browser/sync/util/user_settings.cc(39)] DROP TABLE signin_types
database disk image is malformed
--2010-10-03 11:24:40-- https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 72.14.253.100
Connecting to clients2.google.com (clients2.google.com)|72.14.253.100|:443... connected.
ERROR: cannot verify clients2.google.com's certificate, issued by "/C=US/O=Google Inc/CN=Google Internet Authority":
Unable to locally verify the issuer's authority.
To connect to clients2.google.com insecurely, use '--no-check-certificate'.
Aborted
當我刪除 Chrome 6 軟體包並安裝舊的 Chrome 5 版本時,它工作正常。我該如何解決?
答案1
我發現問題出在哪裡,是舊的 Chrome ~/.config/google-chrome/Default 資料夾。我刪除了它,重新安裝了 Chrome 6,現在一切正常。