I'm trying to compile apache with mod_ssl enabled
but the configure fails with SSL_set_state and SSL_set_cert_store tests. I'm
doing this on
Solaris 2.8
apache 2.0.48
openssl 0.9.6l
The error in config log is below and shows
SSL_set_cert_store is not reference in my version of openssl. When I read README
in the module/ssl it talks about a patch (see belwo) but I can't find any
reference to this at openssl . Has anybody come across this problem
?
Regards
Nick
"per-directory SSLCACertificate{File,Path} is now
thread-safe but requires SSL_set_cert_store patch to OpenSSL"
configure:10092: result: no
configure:10106: checking for SSL_set_cert_store configure:10143: gcc -o conftest -g -O2 -pthreads -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -L/ apps/src/httpd-2.0.48/srclib/apr-util/xml/expat/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c -lssl -lcrypto >&5 Undefined first referenced symbol in file SSL_set_cert_store /var/tmp//ccukXDyx.o ld: fatal: Symbol referencing errors. No output written to conftest |