Building on Raspbery PI #2884
-
Hi I'm trying to build the RTL_433 on my raspberry pi. I already have the RTL-SDR running. Trying this one instead: Works fine until CMake Error at CMakeLists.txt:104 (if): I have attached my log. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Is your cmake a really old version? ( |
Beta Was this translation helpful? Give feedback.
OpenSSL is found but can't be properly linked. If you don't plan to use TLS (mqtts / influxs) then disable it using
mkdir build && cd build && cmake -DENABLE_OPENSSL=OFF .. && make