-
Hello Adding the repository (point 1.1.1.1) was possible. But, unfortunately, i was not able to install CouchDB (point 1.1.1.2). I always get an 404 error, the repository was not found. The following page isn't available: https://apache.jfrog.io/artifactory/couchdb-rpm/el7Server/x86_64/repodata/repomd.xml Could you please verify if the repository is broken? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The repository package is are at: https://apache.jfrog.io/ui/native/couchdb-rpm/el7/x86_64/ notice the In the the
So it seems we need something else there instead of EDIT: For now I naively copied all the el7 files to el7Server and el8 to el8Server. @nelli81, give it another try perhaps? |
Beta Was this translation helpful? Give feedback.
-
Hello Thanks for your solution. Now, i'm able to install couchdb from the repo... nelli81 |
Beta Was this translation helpful? Give feedback.
The repository package is are at: https://apache.jfrog.io/ui/native/couchdb-rpm/el7/x86_64/ notice the
el7
vsel7Server
. I don't remember if we have to add a symlink for it or how that works. We've only tested with CentOS 7 as I don't have a license for RHEL 7 proper.In the the
*.repo
file that value come automatically from https://couchdb.apache.org/repo/couchdb.repoSo it seems we need something else there instead of
el$releasever
?EDIT: For now I …