nickva commented on issue #4154: URL: https://github.com/apache/couchdb/issues/4154#issuecomment-1320531981
Since I mentioned polikit above here what I tried: ``` % docker run -it rockylinux/rockylinux:9 # yum install polkit-libs -y # rpm -ql polkit-libs | grep mozjs /usr/lib64/polkit-1/libmozjs-78.so ``` So mozjs78 is available there. Too much of a hack for the time being? Installing mozjs91 from F35 seems to work as well: ``` % docker run -it rockylinux/rockylinux:9 # yum install wget # wget https://kojipkgs.fedoraproject.org//packages/mozjs91/91.2.0/1.fc35/x86_64/mozjs91-91.2.0-1.fc35.x86_64.rpm # rpm -i ./mozjs91-91.2.0-1.fc35.x86_64.rpm # rpm -ql mozjs91 /usr/lib/.build-id /usr/lib/.build-id/bc /usr/lib/.build-id/bc/18c2125dbd7527a2f5423f2452df0ff29d9e2f /usr/lib64/libmozjs-91.so.0 /usr/lib64/libmozjs-91.so.0.0.0 ... ``` -- 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]
