Comment 7 for bug 130218

Revision history for this message
caylus (adrien-dessemond) wrote : Re: [Bug 130218] Re: [GUTSY] gxine cannot find libmozjs.so

A funny stuff is that many firefox plugins are deployed in
/usr/lib/mozilla/plugins. A much more clean approach would have been to
put them in a directory like /usr/lib/mozilla-firefox/plugins and create a
symlink named 'plugins' in /usr/lib/firefox that points to this "shared"
directory.

On Tue, September 4, 2007 11:03 am, Dna222 wrote:
> I confirm this problem
>
> I resolved it with a symbolic link:
>
> ----
> ln -s /usr/lib/firefox/libmozjs.so /usr/lib/libmozjs.so
> ---
>