Google 크롬 6은 Linux에서 작동하지 않습니다.

Google 크롬 6은 Linux에서 작동하지 않습니다.

저는 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을 다시 설치했는데 이제 모든 것이 잘 작동합니다.

관련 정보