我前几天装了debian,但是在配置mentohust上网的过程中遇到了一些问题
最先开始是说 Failed to open libpcap,please check its existence
然后我在网上找到了libpcap的包,准备安装,安装是到了make时,出现
make:command not found
有的说法是gcc没装,所以不能make
求助有什么办法能安装这个 现在连不上网呀,只能下东西然后安装,没法在线安装的
debian下面配置mentohust遇到make命令不能用
-
- 帖子: 7
- 注册时间: 2013-02-08 22:23
- 系统: ubuntukylin13.10
Re: debian下面配置mentohust遇到make命令不能用
apt-get install gcc automake autoconf libtool make
或者
apt-get install build-essential
或者
apt-get install build-essential