Support #2590
closederro when compiling wt with ssl support
0%
Description
In file included from /usr/local/include/boost/asio/ssl/context_service.hpp:25:0,
from /usr/local/include/boost/asio/ssl/context.hpp:21,
from /usr/local/include/boost/asio/ssl.hpp:19,
from /opt/wt/331/wt-3.3.1/src/Wt/Http/Client.C:25:
/usr/local/include/boost/asio/ssl/detail/openssl_context_service.hpp: Na função membro 'void boost::asio::ssl::detail::openssl_context_service::create(SSL_CTX*&, boost::asio::ssl::context_base::method)':
/usr/local/include/boost/asio/ssl/detail/openssl_context_service.hpp:70:28: erro: '::SSLv2_method' has not been declared
/usr/local/include/boost/asio/ssl/detail/openssl_context_service.hpp:73:28: erro: '::SSLv2_client_method' has not been declared
/usr/local/include/boost/asio/ssl/detail/openssl_context_service.hpp:76:28: erro: '::SSLv2_server_method' has not been declared
make[2]: [src/CMakeFiles/wt.dir/Wt/Http/Client.o] Erro 1
make[1]: [src/CMakeFiles/wt.dir/all] Erro 2
make: [all] Erro 2
Updated by Koen Deforche almost 11 years ago
- Status changed from New to Feedback
- Assignee set to Koen Deforche
Hey,
This seems that your boost asio version is not compatible with itself. What version of boost are you using?
What OS/architecture are you on? What compiler version?
Regards,
koen
Updated by Marcio Sales almost 11 years ago
Hey,
boost version: 1.46.1
Ubuntu 12.04 64 bits
gcc 4.6.3
BR
Márcio
Updated by Koen Deforche almost 11 years ago
- Status changed from Feedback to Closed
Hey Marco,
I believe this thread indicates that this problem has been fixed in Ubuntu (Debian):
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622070
Regards,
koen