Page 1 of 1

a problem on compiling qb 2.9.10.

Posted: Sun Jul 01, 2012 7:58 am
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 ?

Re: a problem on compiling qb 2.9.10.

Posted: Sun Jul 01, 2012 11:46 am
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.

Re: a problem on compiling qb 2.9.10.

Posted: Sun Jul 01, 2012 12:38 pm
by love2t
thanks?encryption=openssl  do it