求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

编译打包和其他
wang0228
帖子: 11
注册时间: 2015-05-28 0:16
系统: win8.1+ubuntu14.40

求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#1

帖子 wang0228 » 2015-05-28 10:40

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#
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#2

帖子 qy117121 » 2015-05-28 11:14

configure: error: flex was not found, please install
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 chuan@ubuntu.org.cn
wang0228
帖子: 11
注册时间: 2015-05-28 0:16
系统: win8.1+ubuntu14.40

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#3

帖子 wang0228 » 2015-05-28 15:01

qy117121 写了:configure: error: flex was not found, please install
这是什么意思呢?
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#4

帖子 qy117121 » 2015-05-28 15:44

flex 这个没安装 ,

sudo apt-get install flex

试试

再 ./configure
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 chuan@ubuntu.org.cn
wang0228
帖子: 11
注册时间: 2015-05-28 0:16
系统: win8.1+ubuntu14.40

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#5

帖子 wang0228 » 2015-05-28 17:07

qy117121 写了:flex 这个没安装 ,

sudo apt-get install flex

试试

再 ./configure

我不用下载那个 flex吗? 直接执行你发的那个命令?

加我QQ吧 1254511900
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#6

帖子 qy117121 » 2015-05-28 17:22

代码: 全选

sudo apt-get install flex 
就是执行这个命令,不过看你的提示符是# 应该不用打sudo
apt-get install flex
这样应该就可吧
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 chuan@ubuntu.org.cn
wang0228
帖子: 11
注册时间: 2015-05-28 0:16
系统: win8.1+ubuntu14.40

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#7

帖子 wang0228 » 2015-05-28 19:58

qy117121 写了:

代码: 全选

sudo apt-get install flex 
就是执行这个命令,不过看你的提示符是# 应该不用打sudo
apt-get install flex
这样应该就可吧




按照你的 代码 弄完后 又出现了 这个 configure: error: bison was not found, please install
wang0228
帖子: 11
注册时间: 2015-05-28 0:16
系统: win8.1+ubuntu14.40

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#8

帖子 wang0228 » 2015-05-28 19:59

qy117121 写了:

代码: 全选

sudo apt-get install flex 
就是执行这个命令,不过看你的提示符是# 应该不用打sudo
apt-get install flex
这样应该就可吧




按照你的 代码 弄完后 又出现了 这个 configure: error: bison was not found, please install
wang0228
帖子: 11
注册时间: 2015-05-28 0:16
系统: win8.1+ubuntu14.40

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#9

帖子 wang0228 » 2015-05-28 20:01

qy117121 写了:

代码: 全选

sudo apt-get install flex 
就是执行这个命令,不过看你的提示符是# 应该不用打sudo
apt-get install flex
这样应该就可吧




按照你的 代码 弄完后 又出现了 这个 configure: error: bison was not found, please install
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#10

帖子 qy117121 » 2015-05-28 20:21

缺什么就装什么啊
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 chuan@ubuntu.org.cn
wang0228
帖子: 11
注册时间: 2015-05-28 0:16
系统: win8.1+ubuntu14.40

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#11

帖子 wang0228 » 2015-05-28 21:30

wang0228 写了:
qy117121 写了:

代码: 全选

sudo apt-get install flex 
就是执行这个命令,不过看你的提示符是# 应该不用打sudo
apt-get install flex
这样应该就可吧




按照你的 代码 弄完后 又出现了 这个 configure: error: bison was not found, please install
wang0228
帖子: 11
注册时间: 2015-05-28 0:16
系统: win8.1+ubuntu14.40

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#12

帖子 wang0228 » 2015-05-28 21:43

qy117121 写了:

代码: 全选

sudo apt-get install flex 
就是执行这个命令,不过看你的提示符是# 应该不用打sudo
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
wang0228
帖子: 11
注册时间: 2015-05-28 0:16
系统: win8.1+ubuntu14.40

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#13

帖子 wang0228 » 2015-05-28 22:00

qy117121 写了:缺什么就装什么啊



你加我QQ吧 好吗/? 帮帮我 拜托你啦 1254511900qq
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#14

帖子 qy117121 » 2015-05-28 22:03

:em20
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 chuan@ubuntu.org.cn
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 求求大神 帮我解决一些 拜托拜托了@@@@安装ettercap 0.7.4.1 一make 就停止

#15

帖子 qy117121 » 2015-05-28 22:04

我不是大神,反正编译的时候 找error 发现缺什么就装什么就对了
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 chuan@ubuntu.org.cn
回复