Subject: [Boost-bugs] [Boost C++ Libraries] #9273: error: â::SSL_CTX_clear_optionsâ has not been declared
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-20 17:21:21
#9273: error: â::SSL_CTX_clear_optionsâ has not been declared
-------------------------------------+------------------------------
Reporter: Blake McBride <blake@â¦> | Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.54.0
Severity: Problem | Keywords:
-------------------------------------+------------------------------
Greetings,
I built and installed boost 1.54.0 on a Mac OS/X 10.6.8 utilizing GCC
4.2.1. I did:
{{{
sudo ./b2 install
}}}
It proceeded for a long time and ended with:
{{{
...
darwin.compile.c++ bin.v2/libs/wave/build/darwin-4.2.1/release/link-static
/threading-multi/cpplexer/re2clex/aq.o
darwin.compile.c++ bin.v2/libs/wave/build/darwin-4.2.1/release/link-static
/threading-multi/cpplexer/re2clex/cpp_re.o
darwin.archive bin.v2/libs/wave/build/darwin-4.2.1/release/link-static
/threading-multi/libboost_wave.a
common.copy /usr/local/lib/libboost_wave.a
...failed updating 6 targets...
...skipped 4 targets...
...updated 1016 targets...
Blake-Mac-17:boost_1_54_0 blake$
}}}
I presume the build was successful. Now, when I try to build an app that
uses it, I get:
{{{
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786,
from /usr/local/include/boost/asio/ssl.hpp:19,
from
/Users/blake/Backup/wt-3.3.1/src/Wt/Http/Client.C:25:
/usr/local/include/boost/asio/ssl/impl/context.ipp: In member function
âboost::system::error_code boost::asio::ssl::context::clear_options(long
int, boost::system::error_code&)â:
/usr/local/include/boost/asio/ssl/impl/context.ipp:249: error:
â::SSL_CTX_clear_optionsâ has not been declared
make[2]: *** [src/CMakeFiles/wt.dir/Wt/Http/Client.o] Error 1
make[1]: *** [src/CMakeFiles/wt.dir/all] Error 2
make: *** [all] Error 2
}}}
It seems to me the problem is in boost. Any help would sure be
appreciated.
Thanks.
Blake McBride
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9273> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC