Openssl and Boost.Asio compile error

时间:2015-11-18 21:02:04

标签: c++ openssl boost-asio

I am trying to run the Boost.Asio SSL example but I got a lots of Undefined reference to ... :

undefined reference to `SSL_library_init'
undefined reference to `SSL_load_error_strings'
...

I've already link my libs (ssl and crypto) after the file name when compiling.

Thanks.

0 个答案:

没有答案