在这里输入代码我正在尝试安装nettle库。 所以,首先我安装了GMP库。然后我试图配置nettle libray,我收到下面的警告。
DNSSEC root key file in /etc/unbound/root.key was not found
This file is nedded for the verification of DNSSEC responses.
Use the command: unbound-anchor -a "/etc/unbound/root.key"
to generate or update it.
我试着给
$apt-get update
但我总是获得0%的进步。它不会增加。 (它没有连接到互联网。) 我应该上网吗?如果是这样,我就不可能,因为我的开发系统总是处于脱机状态。我可以从其他系统下载任何下载选项并将其传输到我的开发系统吗?
我也试过
$unbound-anchor - "/etc/unbound/root.key"
但它表明,
unbound-anchor: command not found
如何解决此警告?
答案 0 :(得分:0)
尝试在linuxmint上编译gnutls
时遇到了同样的问题。我通过安装" unbound"解决了这个问题。包。由于linuxmint基于debian,因此:
sudo apt-get install unbound
后续的配置尝试表明我还需要" libunbound-dev"在编译nettle时可能也适用的包:
sudo apt-get install libunbound-dev