安裝HPING,執行./configure后,提示未找到命令,怎么辦
[root@bogon hping-master]# ls -l configure?
-rwxr-xr-x. 1 root root 3430 12月 26 2014 configure
[root@bogon hping-master]# ./configure ?
build byteorder.c...
./configure:行19: cc: 未找到命令
[root@bogon hping-master]#?
[root@bogon hping-master]# ls -l configure?
-rwxr-xr-x. 1 root root 3430 12月 26 2014 configure
[root@bogon hping-master]# ./configure ?
build byteorder.c...
./configure:行19: cc: 未找到命令
[root@bogon hping-master]#?
2016-10-25
舉報
2016-11-17
沒安裝gcc
yum -y install gcc
2016-11-01
安裝gcc的環境了沒