big-r81 commented on issue #282:
URL: https://github.com/apache/couchdb-docker/issues/282#issuecomment-3197293971

   > [@big-r81](https://github.com/big-r81) Thanks for the quick response.
   > 
   > We are building a custom Docker image with CouchDB 3.4.3 + Clouseau 
starting from debian:trixie-slim.
   
   fyi, CouchDB 3.5.0 is the latest version
   
   > Installing CouchDB fails due to missing dependencies (libmozjs-78-0, 
libicu72). Building SpiderMonkey from source also fails because ICU versions in 
Trixie/Bookworm don’t match CouchDB requirements.
   
   Trixie ships with [SpiderMonkey 
128](https://packages.debian.org/trixie/libmozjs-128-dev) which you could use 
instead. You need to tell CouchDB to use it:
   
   ```
   ./configure --spidermonkey-version 128
   ```
   


-- 
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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to