|

楼主 |
发表于 2003-12-24 12:56:29
|
显示全部楼层
一时糊涂啊
我在编译一个小软件时出了问题,不知是不是由于那5个有问题的rpm包造成的
显示如下信息:
# ./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 gcc... gcc
checking for C compiler default output... 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... none
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 Operating System... Linux
checking for openssl (required package)... not found!
configure: WARNING: The Open SSL Library development tree seems corrupted or incomplete!
Download, compile and, optionally, install it.
When finished please re-run this program.
configure: error: You can download the latest source tarball at http://www.openssl.org/
然后make & make install时就make不下去了
问题好像就出在这里:The Open SSL Library development tree seems corrupted or incomplete!
偶菜鸟,不知道怎么解决啊??? |
|