martim01 / pam

Audio Monitoring Software designed to run on a Raspberry pi with touchscreen
GNU General Public License v3.0
147 stars 12 forks source link

cmake rule fails - openssl error #46

Closed riban-bw closed 4 years ago

riban-bw commented 4 years ago

Building using cmake instructions in README fails with error:

fatal error: openssl/evp.h: No such file or directory
 #include <openssl/evp.h>

This can be resolved by adding libssl-dev to the list of packages to install.

martim01 commented 4 years ago

Live555 added open ssl support in their last release. PAM does not need to use it so I've added the compiler defintion NO_OPENSSL to the CMakeLists

riban-bw commented 4 years ago

You could also add libssl-dev to the list of dependant packages in the README.