Comment 9 for bug 136202

Revision history for this message
Ehtetur (rutethe) wrote :

The crash is caused if the firefox is compiled without specifying the LIB_DIR option...
That bug (#157126) can be found here: https://bugs.launchpad.net/ubuntu/+source/mozilla-firefox/+bug/157126

I installed the latest development version of exaile (0.2.12devel) from bazaar on my Gutsy x86_64 box.
When I ran checkinstall -D --install=no (used in place of make install), it concatenated MOZILLA_FIVE_HOME=/usr/lib/firefox to read MOZILLA_FIVE_HOME=
After editing the exaile file and pointing MOZILLA_FIVE_HOME to /usr/lib/firefox, clicking on Album, artist, worked great. No more dirty seg faults.

Note: The latest precompiled devel version (0.2.11-bzr1466) for x86 also does not have MOZILLA_FIVE_HOME= pointing to /usr/lib/firefox.. However, that is working fine on my Gutsy x86.