作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我必须在https://github.com/shemminger/iproute2/blob/main/misc/nstat.c中编译nstat代码,但我认为如果没有ELF支持它就无法编译,我检查了互联网上可以安装它们的方法,但它们非常令人困惑。
如果您能帮助我,那就太好了。
对于更多上下文,这是我尝试制作的文件:
root@mandy-VirtualBox:/home/mandy/iproute2# make
lib
make[1]: Nothing to be done for 'all'.
ip
make[1]: Nothing to be done for 'all'.
tc
YACC emp_ematch.tab.c
/bin/sh: 1: bison: not found
make[1]: *** [Makefile:185: emp_ematch.tab.c] Error 127
make: *** [Makefile:64: all] Error 2
然后是我的./configure结果:
root@mandy-VirtualBox:/home/mandy/iproute2# ./configure
TC schedulers
ATM no
libc has setns: yes
SELinux support: yes
ELF support: no
libmnl support: yes
Berkeley DB: yes
need for strlcpy: yes
libcap support: yes
最佳答案
问题是这样的:
/bin/sh: 1: bison: not found
您需要在计算机上安装
bison
。 OS软件包管理器中可能有同名的软件包。如果您需要更多细节,请告诉我们您使用的是哪个Linux发行版。
关于linux - 如何在Linux上编译nstat?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64508861/
我是一名优秀的程序员,十分优秀!