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

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

Open
@honnet

Description

@honnet

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions