Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

linux update killed older firefox

  • 3 답장
  • 8 이 문제를 만남
  • 14 보기
  • 최종 답변자: Ronn

more options

I downloaded the update for the newest Firefox for installation on Fedora 11 64 bit Linux. I untarred it to the home directory and found the old version of Firefox launched when typing firefox in the terminal. A search for the old firefox was conducted which was found in /usr/bin, so I untarred the new firefox from /usr/bin as su. After this, firefox will not launch at all. Any suggestions on where to start? Thanks much.

PS: I believe Firefox 3.5.8 was running originally. See more system details for the command line troubleshooting information.

I downloaded the update for the newest Firefox for installation on Fedora 11 64 bit Linux. I untarred it to the home directory and found the old version of Firefox launched when typing firefox in the terminal. A search for the old firefox was conducted which was found in /usr/bin, so I untarred the new firefox from /usr/bin as su. After this, firefox will not launch at all. Any suggestions on where to start? Thanks much. PS: I believe Firefox 3.5.8 was running originally. See more system details for the command line troubleshooting information.

글쓴이 Ronn 수정일시

모든 댓글 (3)

more options

Instead of typing just firefox in terminal how about going to that new Firefox folder in /home/ and then start the firefox script from there or create a desktop or panel launcher pointing to that new firefox.sh version.

more options

You need to use ./firefox to start the Firefox script in the current directory.
Otherwise a search via the PATH environment variable is done and that will start a possible Firefox version from the distribution.

Also make sure that you have all required 32 bit libraries installed if you use a 32 bit Firefox version.

more options

Using ./firefox results in the same error messages. I have however gotten firefox working. From the terminal, ./firefox was entered in the firefox directory and the error message described was given. So, from root I did yum install ld-linux.so.2. Then ./firefox again. New error, it couldn't find libstdc++.so.6. So again, yum install libstdc++.so.6. There was a whole series of these. Finally firefox launched and seems to work, but the terminal window gave the following errors during launch:

(firefox-bin:3382): Gtk-WARNING **: Unable to locate theme engine in module_path: "nodoka",

(firefox-bin:3382): Gtk-WARNING **: Unable to locate theme engine in module_path: "nodoka", Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory

(firefox-bin:3382): Gtk-WARNING **: Unable to locate theme engine in module_path: "nodoka",

(firefox-bin:3382): Gtk-WARNING **: Unable to locate theme engine in module_path: "nodoka", Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory LoadPlugin: failed to initialize shared library libXt.so [libXt.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library libXext.so [libXext.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/libflashplayer.so wrong ELF class: ELFCLASS64

I'll hack away at these, but for anyone else w/ this problem, here's one approach. There's probably an easier way, but it worked!