19 Oct
2010
19 Oct
'10
6:27 p.m.
Hi All, I am using boost asio to do secure socket communication (asio/ssl) my code compile and work fine on window. On MAC Even after linking with "libcrypto.dylib" and "libssl.0.9.8.dylib", I am getting following link error "_SSL_library_init", and "_SSL_load_error_strings". , referenced from: boost::asio::ssl::detail::openssl_init<true>::do_init::do_init()in ... Do I suppose to link any other library? Am I missing here something? System Detail: MAC OS X Version 10.6.4. Xcode Version 3.2.3. Thanks, Akhilesh