centos 安裝hping出現(xiàn)以下錯誤提示。。。求教!
build byteorder.c...
create byteorder.h...
./configure:行81: -: 未找到命令
==> WARNING: no Tcl header files found!
--------------------------------------
system type: LINUX
LIBPCAP ? ? ?: PCAP=-lpcap
PCAP_INCLUDE :?
MANPATH ? ? ?: /usr/local/man
USE_TCL ? ? ?:?
TCL_VER ? ? ?:?
TCL_INC ? ? ?:?
LIBTCL ? ? ? : -ltcl -lm -lpthread
TCLSH ? ? ? ?:?
(to modify try configure --help)
--------------------------------------
creating Makefile...
creating dependences...
now you can try `make'
2016-09-30
試一試 安裝 這個包
centos 上面:
yum -y install tcl tcl-devel
2016-07-23
安裝之前的準備:
yum -y install gcc libpcap-devel ??tcl-devel
libpcap-devel安裝不上的話去官網(wǎng)下載安裝包手動安裝
建立軟鏈接:ln -sf /usr/include/pcap-bpf.h /usr/include/net/bpf.h
2016-06-16
?WARNING: no Tcl header files found!注意這條提示,就是你在安裝了libpcap-devel數(shù)據(jù)包,但是老師少講了一個,要安裝tcl包,安裝命令: yum ? install ?tcl-devel ? ?,你試一下!