我试图在我的ubuntu16.04.1上安装iproute2,当我试图./配置时,我得到了以下错误。
TC schedulers
ATM no
IPT using xtables
IPSET yes
iptables modules directory: /lib/xtables
libc has setns: yes
SELinux support: no
ELF support: no
libmnl support: no
Berkeley DB: no
docs: latex: no
WARNING: no docs can be built from LaTeX files
sgml2html: no
WARNING: no HTML docs can be built from SGML发布于 2016-10-24 11:54:55
除非有从源代码构建的理由,否则您应该采取简单的方法:
apt-cache search iproute2然后,
sudo apt-get install iproute2 iproute2-doc或者,可以读取源代码附带的README*文件,并将参数添加到./configure中。
https://askubuntu.com/questions/841156
复制相似问题