I had the same problem on my Maverick.  What I figured out was that
/usr/lib/usr/lib/libmozjs.so was broken.  It pointed to the wrong
version of xul.

When I did:

# ls -l /usr/lib/libmozjs.so
lrwxrwxrwx 1 root root 38 2010-08-13 12:41 /usr/lib/libmozjs.so -> 
/usr/lib/xulrunner-1.9.2.8/libmozjs.so

Problem was that that file did not exist.

I then did:

# locate libmozjs.so
/usr/lib/libmozjs.so
/usr/lib/firefox-3.6.9/libmozjs.so
/usr/lib/sunbird/libmozjs.so
/usr/lib/thunderbird-3.1.3/libmozjs.so
/usr/lib/xulrunner-1.9.2.9/libmozjs.so

BINGO!!

xul is at 1.9.2.9, not 1.9.2.8.  I manually fixed the link, and presto,
everything seems to be working again.

Hope this helps somebody.
Kevin Fries

-- 
mongo / mongod as packaged can't load libmozjs.so
https://bugs.launchpad.net/bugs/557024
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to