@cznic/knot-dns-latest

Knot DNS (official Copr) — current stable


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/g/cznic/knot-dns-latest/

There appears to be a dependency problem. Trying to install the knot package for centos 8 results in:

Error:
 Problem: conflicting requests
  - nothing provides libfstrm.so.0()(64bit) needed by knot-3.0.5-cznic.2.el8.x86_64
  - nothing provides libfstrm.so.0(LIBFSTRM_0.2.0)(64bit) needed by knot-3.0.5-cznic.2.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

The knot package in EPEL appears to install correctly.

Hey Lars,

fstrm isn’t available from CentOS, you need EPEL:

dnf install epel-release

Please note that the COPR repo is called Epel for CentOS 8 implying you need EPEL.

I guess we should mention that explicitly in repo instructions.