|
|
该开源项目的网址是:http://sourceforge.net/projects/open1x/
当我解压缩之后
到cygwin中
运行./configure出现如下提示:
checking Operating System... CYGWIN_NT-5.2
checking for openssl (required package)... not found!
configure: WARNING: The Open SSL Library development tree seems corrupted or in
complete!
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/
-----------------------------------------------------------
然后我到http://www.openssl.org/
下了最新的openssl-0.9.7f.tar.gz ,然后编译连接,安装,接着在运行前面的项目的
./configure 还是出现上面的错误提示.
晕了,这个是怎么回事情啊? |
|