ruddy32's picture

Running configure on my Fedora 10 workstation show this message :
...
checking for SSL support (openssl)... no
checking for boost::lockfree library... no
...

OpenSSL and OpenSSL devel are installed in my system. What's going wrong with my system?

ruddy32's picture
I thought that configure

I thought that configure would check automatically for using openssl or not. It work fine using ./configure --with-log4cxx --with-openssl --with-bzlib --with-zlib --with-plugins --with-boost

Submitted by ruddy32 on Tue, 04/21/2009 - 05:41.
Mike Dickey's picture
Ideally it would, but

Ideally it would, but currently it needs to be specified explicitly. We're planning at some to make all/most of those options (not just openssl) auto-detected, but it just hasn't been a high enough priority to tackle yet.

Submitted by Mike Dickey on Fri, 05/01/2009 - 13:14.