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

After upgrading to 3.6.4 plugin-container can no longer find library

  • 8 trả lời
  • 7 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi AnonymousUser

more options

I just accepted the automatic upgrade to Firefox-3.6.4 and the new version hangs at some point. Previous versions worked fine. I did not change library locations recently. This is when Firefox starts and loads saved tabs.

Now I started without preloading tabs, Firefox did not hang yet. Firefox will hang when quit and save the tabs, I guess. It did that the last time I tried.

I run Slackware but I installed gnome2 on /opt/gnome2. This has not been a problem in the past since LD_LIBRARY_PATH includes all needed library paths.

Richard

I just accepted the automatic upgrade to Firefox-3.6.4 and the new version hangs at some point. Previous versions worked fine. I did not change library locations recently. This is when Firefox starts and loads saved tabs. Now I started without preloading tabs, Firefox did not hang yet. Firefox will hang when quit and save the tabs, I guess. It did that the last time I tried. I run Slackware but I installed gnome2 on /opt/gnome2. This has not been a problem in the past since LD_LIBRARY_PATH includes all needed library paths. Richard

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

more options

the same by me

Win Vista New Firefox No plugins

more options

I have the same problem

more options

You might have a locked or damage Places.sqlite (i.e. the file that stores history and bookmarks).

Try taking a look at http://kb.mozillazine.org/Locked_or_damaged_places.sqlite.

more options

I have same problem , and clean up places.sqlite doesn't help. Any other thought. I am still using 3.6.3 which doesn't have this problem.

more options
more options

Sorry, please add '&' between 3 and t for the link.

more options

Hi,

I solved the problem by adding the following two lines in file "/etc/ld.so.conf".

/opt/gnome2/lib /opt/gcc/lib

I used to pass the same information through shell variable LD_LIBRARY_PATH, but the script that starts firefox was changed somewhat and it started overwrite LD_LIBRARY_PATH instead of just adding to this. I can only speculate as to why that change was made.

Anyway, I no longer have the problem.

Thank's everyone for the insights.