|
I'm trying to build the sdk as a dynamic lib re-using the already install openssl like:
during which i see however when i if i don't specify any hint on where to look ? if i look at
if i run that command in it shows the same |
Replies: 3 comments 1 reply
|
It looks like you might be missing Also what OS are you trying to build this on? |
|
after 2 days of searching found that I had an old openssl include directory located in /usr/local/include/openssl which got picked up before the libssl-dev package ones in /usr/include/openssl it's working now. thank you @jmklix for thinking along. |
|
Hello! Reopening this discussion to make it searchable. |
after 2 days of searching found that I had an old openssl include directory located in /usr/local/include/openssl which got picked up before the libssl-dev package ones in /usr/include/openssl
it's working now.
thank you @jmklix for thinking along.