First, I installed Arch following the ARMv7 instuctions here:
https://archlinuxarm.org/platforms/armv ... stallation
Next, I follow the instructions here:
https://www.domoticz.com/wiki/Preparing ... rch_Linux)
To install Domoticz, it redirects me to Install.txt here:
https://www.domoticz.com/wiki/Install.txt
This is where the problems start:
Pacman doesn't know zlib1g-dev.
Compiling OpenZWave works fine.
Running "cmake -DCMAKE_BUILD_TYPE=Release ." as stated will complain about a missing Python and OpenSSL.
Python can be installed with a simple pacman -S python.
However, OpenSSL won't cooperate.
This is what it returns:
Code: Select all
-- ###########################
-- Compiling Revision #8789
-- ###########################
-- Using builtin Mosquitto library
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY) (found version "1.1.0g")
-- Failed to find the openssl library, no TLS support
-- Python3 includes found at: /usr/include/python3.6m
-- Building with I2C support
-- Building with SPI support
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY) (found
version "1.1.0g")
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindOpenSSL.cmake:379 (find_package_handle_standard_args)
CMakeLists.txt:508 (find_package)
-- Configuring incomplete, errors occurred!
See also "/git/domoticz/CMakeFiles/CMakeOutput.log".