On Apr 28, 10:15 am, Robert <
restag...@gmail.com> wrote:
> Jeff,
>
> I appreciate the quick response. Thinking back (it was only 2 days
> ago :-) ) to when I installed seige, I recall that I did not encounter
> any warnings or errors, so I suspect that configure automagically
> located the ssl library. Once you've had a chance to look into this
> issue, please let me know what your findings are. We are looking into
> the possibility of using siege within our test environment. Thanks.
>
configure is setup to detect the openssl headers. If it doesn't locate
the header, it will compile for http only. Since you're using Ubuntu,
you might need to add another package and try to compile again. You
probably need a package like openssl-devel which includes the
libraries and header files.
When you run configure, look for this section of output:
checking for ssl support... yes
checking off/include/openssl/opensslv.h usability... no
checking off/include/openssl/opensslv.h presence... no
checking for off/include/openssl/opensslv.h... no
checking /usr/include/openssl/opensslv.h usability... yes
checking /usr/include/openssl/opensslv.h presence... yes
checking for /usr/include/openssl/opensslv.h... yes
checking for OpenSSL version... >= 0.9.8 (appropriate flag set)
If everything after "checking for ssl support" is "no", then you need
to fix your environment.