求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
-
- 帖子: 11
- 注册时间: 2015-05-28 0:16
- 系统: win8.1+ubuntu14.40
求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
checking whether to enable maintainer-specific portions of Makefiles... no
Configuring ettercap 0.7.4.1...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) none
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking if your compiler supports __VA_ARGS__ in macro declarations... yes
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
configure: error: flex was not found, please install
root@wang-N56VZ:/home/ettercap# make
make: *** 没有指明目标并且找不到 makefile。 停止。
root@wang-N56VZ:/home/ettercap#
Configuring ettercap 0.7.4.1...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) none
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking if your compiler supports __VA_ARGS__ in macro declarations... yes
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
configure: error: flex was not found, please install
root@wang-N56VZ:/home/ettercap# make
make: *** 没有指明目标并且找不到 makefile。 停止。
root@wang-N56VZ:/home/ettercap#
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
configure: error: flex was not found, please install
-
- 帖子: 11
- 注册时间: 2015-05-28 0:16
- 系统: win8.1+ubuntu14.40
Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
这是什么意思呢?qy117121 写了:configure: error: flex was not found, please install
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
flex 这个没安装 ,
sudo apt-get install flex
试试
再 ./configure
sudo apt-get install flex
试试
再 ./configure
-
- 帖子: 11
- 注册时间: 2015-05-28 0:16
- 系统: win8.1+ubuntu14.40
Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
qy117121 写了:flex 这个没安装 ,
sudo apt-get install flex
试试
再 ./configure
我不用下载那个 flex吗? 直接执行你发的那个命令?
加我QQ吧 1254511900
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
-
- 帖子: 11
- 注册时间: 2015-05-28 0:16
- 系统: win8.1+ubuntu14.40
Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
qy117121 写了:就是执行这个命令,不过看你的提示符是# 应该不用打sudo代码: 全选
sudo apt-get install flex
apt-get install flex
这样应该就可吧
按照你的 代码 弄完后 又出现了 这个 configure: error: bison was not found, please install
-
- 帖子: 11
- 注册时间: 2015-05-28 0:16
- 系统: win8.1+ubuntu14.40
Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
qy117121 写了:就是执行这个命令,不过看你的提示符是# 应该不用打sudo代码: 全选
sudo apt-get install flex
apt-get install flex
这样应该就可吧
按照你的 代码 弄完后 又出现了 这个 configure: error: bison was not found, please install
-
- 帖子: 11
- 注册时间: 2015-05-28 0:16
- 系统: win8.1+ubuntu14.40
Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
qy117121 写了:就是执行这个命令,不过看你的提示符是# 应该不用打sudo代码: 全选
sudo apt-get install flex
apt-get install flex
这样应该就可吧
按照你的 代码 弄完后 又出现了 这个 configure: error: bison was not found, please install
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
-
- 帖子: 11
- 注册时间: 2015-05-28 0:16
- 系统: win8.1+ubuntu14.40
Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
wang0228 写了:qy117121 写了:就是执行这个命令,不过看你的提示符是# 应该不用打sudo代码: 全选
sudo apt-get install flex
apt-get install flex
这样应该就可吧
按照你的 代码 弄完后 又出现了 这个 configure: error: bison was not found, please install
-
- 帖子: 11
- 注册时间: 2015-05-28 0:16
- 系统: win8.1+ubuntu14.40
Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
qy117121 写了:就是执行这个命令,不过看你的提示符是# 应该不用打sudo代码: 全选
sudo apt-get install flex
apt-get install flex
这样应该就可吧
checking whether to enable maintainer-specific portions of Makefiles... no
Configuring ettercap 0.7.4.1...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) none
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking if your compiler supports __VA_ARGS__ in macro declarations... yes
checking for bison... no
checking for byacc... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
configure: error: bison was not found, please install
-
- 帖子: 11
- 注册时间: 2015-05-28 0:16
- 系统: win8.1+ubuntu14.40
Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
qy117121 写了:缺什么就装什么啊
你加我QQ吧 好吗/? 帮帮我 拜托你啦 1254511900qq
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止
我不是大神,反正编译的时候 找error 发现缺什么就装什么就对了