慕粉3148956
2016-06-15 21:36
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'
试一试 安装 这个包
centos 上面:
yum -y install tcl tcl-devel
安装之前的准备:
yum -y install gcc libpcap-devel tcl-devel
libpcap-devel安装不上的话去官网下载安装包手动安装
建立软链接:ln -sf /usr/include/pcap-bpf.h /usr/include/net/bpf.h
WARNING: no Tcl header files found!注意这条提示,就是你在安装了libpcap-devel数据包,但是老师少讲了一个,要安装tcl包,安装命令: yum install tcl-devel ,你试一下!
Linux系统扫描技术及安全防范
30132 学习 · 75 问题
相似问题