Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Firefox 4 will not start on Debian 64 bit.

  • 2 trả lời
  • 28 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi Peter L. Berghold

more options

Hi folks,

I pulled down Firefox 4 (seems that's all the website lets me do) for a system running Debian 6.0.1 64 bit and tried to start it up. First I got the error:


/usr/local/firefox/firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory


Then I got "clever" and modified the startup script so that it was pointing to where the library lived and now it says:


/usr/local/firefox/firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: wrong ELF class: ELFCLASS64

I can't for one second think that I'm the only one who has run into this. Can we fix this?

Hi folks, I pulled down Firefox 4 (seems that's all the website lets me do) for a system running Debian 6.0.1 64 bit and tried to start it up. First I got the error: /usr/local/firefox/firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory Then I got "clever" and modified the startup script so that it was pointing to where the library lived and now it says: /usr/local/firefox/firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: wrong ELF class: ELFCLASS64 I can't for one second think that I'm the only one who has run into this. Can we fix this?

Tất cả các câu trả lời (2)

more options

you have to install the ia32 libraries to get it working on a 64bit machine:

$ apt-get install ia32-libs $ apt-get install ia32-libs-gtk

more options

w00t!!It was the ia32-libs-gtk that I was missing. Works fine now... thank you!! puchas gracias! domo arigato!