FIPS issue when upgrading cluster from CentOS7 to CentOS8 and erlang 20 -> 23 #4365
-
Hi, I'm trying to upgrade a cluster to use centos8 instead of centos7 and upgrade the underlying erlang from 20 to 23. The couchdb version is 3.2.0. When trying to start couchdb I consistently get this error even after tweaking a few things under the hood on the installation.
which led me to this old issue #1445 and then this documentation about FIPS mode https://docs.couchdb.org/en/3.2.2-docs/install/troubleshooting.html#fips-mode. I'm not sure where that |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
So you'd have to grab the tgz release source file and then ./configure it and build it. If you happen to use docker you can build in there we have a CI image we use to build packages:
|
Beta Was this translation helpful? Give feedback.
-
@bdoyle0182 |
Beta Was this translation helpful? Give feedback.
-erlang-md5
is a configure option.So you'd have to grab the tgz release source file and then ./configure it and build it.
If you happen to use docker you can build in there we have a CI image we use to build packages: