LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 621|回复: 1

编译xsupplicant-1.2.1的问题

[复制链接]
发表于 2005-9-14 12:36:21 | 显示全部楼层 |阅读模式
[root@localhost xsupplicant-1.2.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking whether byte ordering is bigendian... no
checking whether to build with OpenSSL support...
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking Operating System... Linux
checking for CRYPTO_new_ex_data in -lcrypto... yes
checking for SSL_library_init in -lssl... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for native frame interface... linux
checking for procfs support... okay
!! Not building MADWIFI WPA support !!
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tools/Makefile
config.status: creating doc/Makefile
config.status: creating etc/Makefile
config.status: creating drivers/Makefile
config.status: creating tools/config-parser/Makefile
config.status: creating gui_tools/Makefile
config.status: creating gui_tools/cli/Makefile
config.status: creating gui_tools/cli/xsup_set_pwd/Makefile
config.status: creating gui_tools/cli/xsup_monitor/Makefile
config.status: creating gui_tools/cli/xsup_get_state/Makefile
config.status: executing depfiles commands
[root@localhost xsupplicant-1.2.1]# make
Making all in src
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/src'
Making all in etc
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/etc'
Making all in tools
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/tools'
Making all in config-parser
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/tools/config-parser'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/tools/config-parser'
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/tools'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/tools'
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/tools'
Making all in doc
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/doc'
Making all in drivers
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/drivers'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/drivers'
Making all in gui_tools
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools'
Making all in cli
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli'Making all in xsup_set_pwd
make[3]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_set_pwd'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_set_pwd'
Making all in xsup_monitor
make[3]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_monitor'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_monitor'
Making all in xsup_get_state
make[3]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_get_state'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_get_state'
make[3]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli'make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli'
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli'
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools'
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools'
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1'
[root@localhost xsupplicant-1.2.1]# make install
Making install in src
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/src'
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/src'
test -z "/usr/local/sbin" || mkdir -p -- "/usr/local/sbin"
  /usr/bin/install -c 'xsupplicant' '/usr/local/sbin/xsupplicant'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/src'
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/src'
Making install in etc
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/etc'
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/etc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/etc'
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/etc'
Making install in tools
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/tools'
Making install in config-parser
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/tools/config-parser'
make[3]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/tools/config-parser'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /usr/bin/install -c 'config-parser' '/usr/local/bin/config-parser'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/tools/config-parser'
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/tools/config-parser'
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/tools'
make[3]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/tools'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/tools'
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/tools'
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/tools'
Making install in doc
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/doc'
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/doc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/doc'
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/doc'
Making install in drivers
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/drivers'
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/drivers'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/drivers'
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/drivers'
Making install in gui_tools
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools'
Making install in cli
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli'Making install in xsup_set_pwd
make[3]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_set_pwd'
make[4]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_set_pwd'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /usr/bin/install -c 'xsup_set_pwd' '/usr/local/bin/xsup_set_pwd'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_set_pwd'
make[3]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_set_pwd'
Making install in xsup_monitor
make[3]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_monitor'
make[4]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_monitor'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /usr/bin/install -c 'xsup_monitor' '/usr/local/bin/xsup_monitor'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_monitor'
make[3]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_monitor'
Making install in xsup_get_state
make[3]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_get_state'
make[4]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_get_state'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /usr/bin/install -c 'xsup_get_state' '/usr/local/bin/xsup_get_state'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_get_state'
make[3]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli/xsup_get_state'
make[3]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli'make[4]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli'make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli'
make[3]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli'
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools/cli'
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools'
make[3]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools'
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools'
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1/gui_tools'
make[1]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1'
make[2]: Entering directory `/home/redbolshevik/xsupplicant-1.2.1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1'
make[1]: Leaving directory `/home/redbolshevik/xsupplicant-1.2.1'
[root@localhost xsupplicant-1.2.1]# xsupplicant -i eth0 bash: xsupplicant: command not found
[root@localhost xsupplicant-1.2.1]# man xsupplicant
Cannot open the message catalog "man" for locale "zh_CN.UTF-8"
(NLSPATH="<none>")

No manual entry for xsupplicant
[root@localhost xsupplicant-1.2.1]#
如果xsupplicant -i eth0
就说找不到命令.
发表于 2005-9-14 16:52:10 | 显示全部楼层
你执行make&&make install了没有
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表