显然,没有.deb包可用于安装DNScrypt。所以我不得不编译和安装。
我从这里下载了这个包http://download.dnscrypt.org/dnscrypt-proxy/
遵循这里的说明,http://dnscrypt.org/
解压缩后,我将cd保存到目录中,./configure,然后键入make,得到:
No targets specified and no make file found.怎么一回事?我该怎么安装呢?
发布于 2013-10-07 01:00:17
实际上,问题是dnscrypt.org上的指令实际上是错误的。在进行./配置之前,您必须执行./autogen.sh。
./autogen.sh./configure.sh (上面安装了above )。提示:sudo apt-get install checkinstall)makesudo checkinstall发布于 2016-12-18 11:01:35
对于将来收到类似错误的任何人,都可能没有安装libsodium-dev。安装它将允许dnscrypt成功编译。当然,更简单的方法是使用dnscrypt-autoinstall脚本。
https://askubuntu.com/questions/330589
复制相似问题