On Mon, Jan 13, 2014 at 5:07 PM, Rich Shepard <[email protected]>wrote:
> [root@salmo /opt]# ldd /usr/lib/firefox-3.6.3/firefox-bin > ... > libxul.so => not found > libmozjs.so => not found > libxpcom.so => not found > > But, these three libraries are in /usr/lib/firefox-3.6.3/: > You probably shouldn't worry about running firefox-bin directly; it's likely that the 'firefox' app wraps 'firefox-bin' and provides additional library load paths. As for a firefox instance already running, there should be a lock file at ~/.mozilla/firefox/*.default/lock; it should be a broken symlink that includes an IP address and pid, provided an instance of firefox is running. If you're sure there's no instance running, you can just delete the symlink. If you restarted firefox between deleting and restoring your firefox profile, it's possible that it created a new profile in a second location; you should double-check that you ~/.mozilla/firefox/profile.ini file points to the correct directory. You can also access a GUI version of the firefox profile manager with `firefox -ProfileManager` or see other options with `firefox -help` _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
