a problem on compiling qb 2.9.10.

Windows specific questions, problems.
Post Reply
love2t

a problem on compiling qb 2.9.10.

Post by love2t »

Code: Select all

qbtsession.obj:-1: error: LNK2019:Unresolved external symbol "class boost::system::error_category const & __cdecl boost::asio::error::get_ssl_category(void)" (?get_ssl_category@error@asio@boost@@YAABVerror_category@system@3@XZ)??????? "void __cdecl boost::asio::error::`dynamic initializer for 'ssl_category''(void)" (??__Essl_category@error@asio@boost@@YAXXZ) ????

- libtorrent (v0.16.1)
- Qt (4.8.1)
- Boost (1.49.0)
- MSVC  2010

which libs  loses ?
Dayman

Re: a problem on compiling qb 2.9.10.

Post by Dayman »

Looks like you're haven't built OpenSSL, or did build it, but didn't link libtorrent against it: encryption=openssl when invoking bjam.
love2t

Re: a problem on compiling qb 2.9.10.

Post by love2t »

thanks?encryption=openssl  do it
Post Reply