|
|
系统是SUSE10.1 GNOME桌面体统 IP地址 DNS 网关等都正确配置了 在网上下载了个linux版的锐捷拨号软件TAR包 xsupplicant-1.2.4.tar.gz 然后把xsupplicant-1.2.4.tar.gz这个文件解压在/root 以root身份开终端进行编译安装 输入cd xsupplicant-1.2.4 然后输入./configure;make;make install; 但是却安装不了 下面是编译安装时的SHELL信息 请高手帮解决其中的问题 谢谢!
linux-ords:~/xsupplicant-1.2.4 # ./configure;make;make install
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 whether to enable maintainer-specific portions of Makefiles... no
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... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking whether byte ordering is bigendian... no
checking user defined path to OpenSSL...
checking user defined path to OpenSSL libraries...
checking user defined path to OpenSSL headers...
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 sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for linux/wireless.h... yes
checking for iwlib.h... yes
checking iwlib version... 3 params
checking for CRYPTO_new_ex_data in -lcrypto... no
configure: error: library 'crypto' is required for Open1x
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop. |
|