Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Error: "None of the required 'openssl' found" #2

Open
honnet opened this issue Feb 12, 2019 · 0 comments
Open

Error: "None of the required 'openssl' found" #2

honnet opened this issue Feb 12, 2019 · 0 comments

Comments

@honnet
Copy link

honnet commented Feb 12, 2019

It looks like openssl is required and not installed by default on some machines* but it's required:

pkg_search_module(OPENSSL REQUIRED openssl)

Installing libssl-dev solved my problem:
sudo apt-get install libssl-dev


*at least not in the one given during the workshops:
https://iotevents.intel.com/OpenVINOSiliconValley/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant