I am installing the Aure IOT hub on a beagle bone board. During the installation I see an error of Cmake mentioning that Cmake is not able to find the OpenSSL library and directory path.
I followed couple of posts on Stack Overflow, they mentioned about adding the path manually to Cmake using the -D option (-DOPENSSL_ROOT_DIR=/usr/local/ssl
), but I am not able to find that path (/usr/local/ssl) to OpenSSL on my beagle bone. I see only an SSL folder in /etc
, also I do not see the lib folder in /etc/ssl
which is needed to add the SSL library path (-DOPENSSL_LIBRARIES=/usr/local/ssl/lib
).
Please guide me in resolving this issue.
Thanks