Hello !
I have a ssl configure problem on solaris 8 :
Checking for OpenSSL ...
test-ssl.c:1:30: openssl/opensslv.h: No such file or directory
test-ssl.c:2:25: openssl/ssl.h: No such file or directory
test-ssl.c:3:26: openssl/rand.h: No such file or directory
test-ssl.c:4:25: openssl/err.h: No such file or directory
test-ssl.c:5:25: openssl/evp.h: No such file or directory
test-ssl.c:8:2: #error SSL-protocol testing requires OpenSSL version
0.9.5 or later
test-ssl.c: In function `main':
test-ssl.c:13: warning: implicit declaration of function
`SSL_library_init'
make: *** [test-compile] Error 1
WARNING: OpenSSL include files found in /server/include/openssl, but
compile fails.
gcc: test-ssl.o: No such file or directory
make: *** [test-link] Error 1
WARNING: OpenSSL library files found in /server/lib, but link fails.
Continuing with SSL support disabled.