checking if --with-openssl option is specified... default
checking openssl version... too old
configure: error: OpenSSL version must be 0.9.6 or higher. Aborting.
[root@linux ipsec-tools-0.8.0]# grep -in openssl config.log
1631:configure:12447: checking if --with-openssl option is specified
1633:configure:12462: checking openssl version
1635:conftest.c:43:30: error: openssl/opensslv.h: No such file or directory
1636:conftest.c:49:2: error: #error OpenSSL version is too old ...
1681:| #include <openssl/opensslv.h>
1686:| #if OPENSSL_VERSION_NUMBER < 0x0090602fL
1687:| #error OpenSSL version is too old ...
1693:configure:12485: error: OpenSSL version must be 0.9.6 or higher. Aborting.
[root@linux ipsec-tools-0.8.0]#
コメント