Hi Erik,

On 17 February 2010 20:22, Nelson, Erik - 2 <[email protected]
> wrote:

>
> Is OpenSSL required in order to compile a simple http client?  If I make
> a little test program like
>
> #include "boost/network/protocol/http.hpp"
> typedef
> network::http::basic_client<tags::http_keepalive_8bit_udp_resolve, 1, 1>
> http_client;
> http_client();
>
>
> I get an error
>
> C:\work\boost\boost/asio/ssl/detail/openssl_types.hpp(23) : fatal error
> C1083: Cannot open include file: 'openssl/conf.h': No such file or
> directory
>
> Any thoughts?
>
>
That example shouldn't need OpenSSL and therefore that's a bug.  Can you add
a ticket to the issue tracker?

http://github.com/cpp-netlib/cpp-netlib/issues

Thanks for bringing this to our attention,
Glyn
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Cpp-netlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel

Reply via email to