nickva commented on issue #5747:
URL: https://github.com/apache/couchdb/issues/5747#issuecomment-3530871932

   Not sure why you can't build it, we support these Spidermonkey versions:
   
   
https://github.com/apache/couchdb/blob/95fe2013a1205c4d6ae612be925153415e853b04/src/couch/rebar.config.script#L82-L107
   
   I see 60 in there and but it requires specifying the version in the 
`./configure` command explicitly and requires having the mozjs dev library 
package installed (the include files, etc). For instance I can still build it 
with 1.8.5 with `./configure --spidermonkey-version 1.8.5`
   
   If you can't install Spidermonkey, as we've struggled with it (due to C++ 
api changes, and then it got removed from some OS base package like RHEL 10), 
you can try using the built-in QuickJS view engine with `./configure 
--disable-spidermonkey`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to