<div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px">I'm exploring Kea 1.2.0 and its example Hook Library user_chk. I've built Kea with Boost 1.48, OpenSSL 1.0.1. My requirement is to make a HTTPS GET Call from the user_chk library. I'm using <a href="http://www.boost.org/doc/libs/1_48_0/doc/html/boost_asio/example/ssl/client.cpp" target="_blank">this</a> example for making HTTPS Call using boost. While starting the server, I'm getting error loading user_chk lib (<b>undefined Symbol: SSL_library_unit</b>). When I searched around this error, the <a href="https://stackoverflow.com/questions/21531504/boost-asio-ssl-throwing-undefined-reference-error" target="_blank">suggestion</a> was to build the library with "-lcrypto - lssl". I'm bit confused on how to change the Makefile to build the library using these two libs. I'm observing that -lcrypto is already added to Makefile (CRYPTO_LIBS). Even I tried changing CRYPTO_LIBS = -lcrypto -lssl in the Makefile of user_chk/ but no change observed. Can someone help me in getting rid of the error?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks in advance,</div><div style="font-size:12.8px">Gokul</div></div>