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

   `ubi9` seems to work as far as installing and resolving dependencies at 
least:
   
   ```
   % docker pull redhat/ubi9
   # yum install wget ...
   # ldd /usr/lib64/libmozjs-91.so.0
        linux-vdso.so.1 (0x00007fffa9778000)
        libz.so.1 => /lib64/libz.so.1 (0x00007f068cb09000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f068ca2e000)
        libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f068c807000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f068c7ec000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f068c5e3000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f068e79e000)
   ```
   
   Not sure about runit. I guess we could use any other daemon supervisor thing 
instead.
   


-- 
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