Re: Python Plugin: Broadlink RM2 V3
Posted: Monday 13 November 2017 21:45
I did some more testing and found out something interesting.
Because i saw this error
i updated Cmake from version 3.7 to 3.9 and i don't have the error anymore but then i have to old bug again that as soon as i activate the broadlink plugin i get the segmentation fault.
here is how i upgraded to version 3.9
I also switched to my libssl
sudo apt-get remove libssl-dev
sudo apt-get install libssl1.0-dev
Removing libssl1.0-dev and installing libssl-dev again gives the same result when trying to start domoticz (gives segmentation fault)
So it looks like cmake 3.9 is causing the problem.
Because i saw this error
Code: Select all
-- OPENSSL_LIBRARIES: /usr/lib/arm-linux-gnueabihf/libssl.a;/usr/lib/arm-linux-gnueabihf/libcrypto.a
CMake Warning at /usr/share/cmake-3.7/Modules/FindBoost.cmake:761 (message):
Imported targets not available for Boost version 106501
here is how i upgraded to version 3.9
Code: Select all
wget http://ftp.us.debian.org/debian/pool/main/c/cmake/cmake-data_3.9.5-1_all.deb
wget http://ftp.us.debian.org/debian/pool/main/c/cmake/cmake_3.9.5-1_armhf.deb
sudo apt-get install librhash0
sudo dpkg -i cmake_3.9.5-1_armhf.deb cmake-data_3.9.5-1_all.deb
sudo apt-get remove libssl-dev
sudo apt-get install libssl1.0-dev
Removing libssl1.0-dev and installing libssl-dev again gives the same result when trying to start domoticz (gives segmentation fault)
So it looks like cmake 3.9 is causing the problem.