Page 1 of 1

Legacy binary releases

Posted: Sunday 17 May 2020 12:33
by cnaslain
Hi,

I've upgraded my domoticz server (Raspberry Pi 2, arm x32) with the latest version (2020.x) and this broke my domoticz setup (libssl.so.1.0 not found etc.). I guess the 2020.x are no longer compatible with Jessie as I read at the forum.

I have a backup of my scripts and database but I did not backup the V4 binary package when I did my last upgrade manually.

From the website (https://www.domoticz.com/downloads/) I can only find the last binary package; I haven't found any legacy binary packages.
From GitHib (https://github.com/domoticz/domoticz/re ... ag/4.10717) I can only download sources; but release packages doesn't includes the domoticz built binary.

Is there a way to get the last V4.x binary package somewhere?

Regards,

Chris

Re: Legacy binary releases

Posted: Sunday 17 May 2020 12:46
by Thorgal789

Re: Legacy binary releases

Posted: Sunday 17 May 2020 13:32
by cnaslain
Thank you so much for the link.
https://domoticaboard.nl/software/domoticz/ should be available from the official download page as legacy builds...

And bytw; I've try to build domoticz from source (following https://www.domoticz.com/wiki/index.php ... ldid=12305 + a git checkout 4.10717 after domoticz git clone) but I have not enough memory for that on my old Pi 2 !!! ^^

Code: Select all

...
[ 21%] Building CXX object CMakeFiles/domoticz.dir/main/domoticz.cpp.o
/usr/bin/c++   -DBUILTIN_MQTT -DENABLE_PYTHON -DHAVE_EXECINFO_H -DHAVE_LINUX_I2C -DHAVE_LINUX_SPI -DWITH_GPIO -DWITH_LIBUSB -DWITH_OPENZWAVE -DWWW_ENABLE_SSL -I/usr/include/python3.4m -I/home/pi/dev/dev-domoticz/main -I/home/pi/dev/dev-domoticz/tinyxpath -I/usr/local/include -I/home/pi/dev/dev-domoticz/zip -I/home/pi/dev/dev-domoticz/hardware/openzwave  -std=c++11 -O3 -DNDEBUG   -include stdafx.h -Winvalid-pch -o CMakeFiles/domoticz.dir/main/domoticz.cpp.o -c /home/pi/dev/dev-domoticz/main/domoticz.cpp
virtual memory exhausted: Cannot allocate memory
CMakeFiles/domoticz.dir/build.make:158: recipe for target 'CMakeFiles/domoticz.dir/main/domoticz.cpp.o' failed
make[2]: *** [CMakeFiles/domoticz.dir/main/domoticz.cpp.o] Error 1
make[2]: Leaving directory '/home/pi/dev/dev-domoticz'
CMakeFiles/Makefile2:109: recipe for target 'CMakeFiles/domoticz.dir/all' failed
make[1]: *** [CMakeFiles/domoticz.dir/all] Error 2
make[1]: Leaving directory '/home/pi/dev/dev-domoticz'
Makefile:149: recipe for target 'all' failed
Glad to get the legacy binary release :-)

Thx