Submitted by ruddy32 on Tue, 04/21/2009 - 05:25

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?

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- Login or register to post comments
Submitted by ruddy32 on Tue, 04/21/2009 - 05:41.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.
- Login or register to post comments
Submitted by Mike Dickey on Fri, 05/01/2009 - 13:14.