On 24/11/11 18:01, Simon Geard wrote: > On Wed, 2011-11-23 at 22:42 +0100, Claus Regelmann wrote: >> This code can never run on a unix system. Correct me if I'm wrong !!! >> There are further bugs in this source. Mozilla has to solve them. >> We have a work around, and I'll quit. > > This looks like a relic from when /usr/bin/firefox was a shellscript, > wrapping the real binary at /usr/lib/firefox-bin. I'd heard that the > wrapper was no longer present in newer releases... > > Simon. > A bit of an update. If I add a symbolic link: ln -fsv /usr/lib/xulrunner-8.0.1 /usr/lib/firefox-8.0.1/xulrunner Then executing /usr/include/firefox-8.0.1/firefox (with full path) works. Executing firefox or /usr/bin/firefox still doesn't work. However, adding /usr/lib/firefox-8.0.1 to $PATH, then executing firefox does work. The symlink above gets rid of the "Could not find the Mozilla runtime." error.
Wayne. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
