[Bug 286906] Re: Unable to use libmozjs.so in an application, because of library path problem.

James Su james.su at gmail.com
Tue Oct 21 11:27:50 UTC 2008


The project I'm working on is: http://code.google.com/p/google-gadgets-for-linux, which has two modules that relies on xulrunner:
1. A script runtime module based on SpiderMonkey library(libmozjs.so), taking charge of javascript interpretation.
2. A browser module based on Gecko(gtkmozembed) and SpiderMonkey library, taking charge of html rendering. It needs inject methods into html window and run some javascript code, so only Gecko is not enough.

xulrunner is the only package which provides both Gecko and
SpiderMonkey. Though Gecko can be accessed via xpcomglue, SpiderMonkey
can only be used as a shared library. So in this point of view,
xulrunner ships not only a sdk + runner, but also a shared library.

-- 
Unable to use libmozjs.so in an application, because of library path problem.
https://bugs.launchpad.net/bugs/286906
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to xulrunner-1.9 in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list