We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 8 antwoorden
  • 7 hebben dit probleem
  • 1 weergave
  • Laatste antwoord van 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

Alle antwoorden (8)

more options

same problem

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.