Problems with Mediatomb and Spidermonkey
I can't seem to get Mediatomb to compile with libjs enabled. Here is the error.
configure: Will search for js (spidermonkey) headers in /usr/include/js
checking /usr/include/js/jsapi.h usability... no
checking /usr/include/js/jsapi.h presence... no
checking for /usr/include/js/jsapi.h... no
configure: error: jsapi.h not found in requested location /usr/include/js
I have compiled and installed Spidermonkey. jsapi.h does exist in /usr/include/js.
[root@MyBookWorld /]# cd /usr/include/js/
[root@MyBookWorld js]# ls
jsapi.h jscompat.h jsexn.h jslock.h jsparse.h jsstddef.h
jsarena.h jsconfig.h jsfile.h jslong.h jsprf.h jsstr.h
jsarray.h jscpucfg.h jsfun.h jsmath.h jsprvtd.h jstypes.h
jsatom.h jsdate.h jsgc.h jsnum.h jspubtd.h jsutil.h
jsbit.h jsdbgapi.h jshash.h jsobj.h jsregexp.h jsxdrapi.h
jsbool.h jsdhash.h jsinterp.h jsopcode.h jsscan.h jsxml.h
jsclist.h jsdtoa.h jsiter.h jsosdep.h jsscope.h prmjtime.h
jscntxt.h jsemit.h jslibmath.h jsotypes.h jsscript.h resource.h
The libs have been installed into /usr/lib/js.
I had installed the precompiled binary frm http://www.jpkessler.de/mybookupnp/index.html (Thanks JPK, it worked real nice :) but I couldn't get the scripting to work (at all).
Any ideas how to get spidermonkey working?