Re: Gnome Shell Build Error - libmozjs.so



> Same problem here. Any help?

Putting a symlink to libmozjs.so in to /usr/lib got me back up and
running for now.  I found the solution here:
http://platonic.techfiz.info/2010/10/01/fix-broken-gnome-shell-due-to-missing-libmozjs-so

1. locate the libmozjs.so file:
$ locate libmozjs.so

2. create a symlink for the file in /usr/lib, in my case I ran:
$ sudo ln -s /usr/lib/firefox-3.6.14/libmozjs.so /usr/lib/libmozjs.so

3. finally run ldconfig
$ sudo ldconfig

Then the shell worked for me again (after deleting libcanberra-gtk-module.so)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]