z-way-server - Debian
-
For those like me, using Debian. You can use the Ubuntu version.
Just did the switch this morning from 3.0.0 Debian to 3.0.6 Ubuntu on a Debian VM!
@DesT said in z-way-server - Debian:
For those like me, using Debian. You can use the Ubuntu version.
Just did the switch this morning from 3.0.0 Debian to 3.0.6 Ubuntu on a Debian VM!
Hi
Brand new Buster install here. I'm running into a library requirement for libcrypto.so.1.0.0 in both the Debian and Ubuntu versions.
That seems to be deprecated part of open ssl
Any idea how I can resolve it?Cheers
C
-
I knew there was another link! Cheers
catman@openluup:/opt/z-way-server$ sudo LD_LIBRARY_PATH=./libs ./z-way-server
Z-Way version v3.0.0 from 2019-07-18 02:47:11 +0300 (build fabbd8c917ba3564c3cee86f3baca2e04da1892f)
Looking for modules in ./modules
Failed to load module modhttp.so: /lib/x86_64-linux-gnu/libcurl.so.4: versionCURL_OPENSSL_3' not found (required by ./modules/modhttp.so) Module modenocean.so loaded Module modws.so loaded Failed to load module modnotification2ext.so: /lib/x86_64-linux-gnu/libcurl.so.4: version
CURL_OPENSSL_3' not found (required by ./modules/modnotification2ext.so)
Failed to load module modinstaller.so: libarchive.so.12: cannot open shared object file: No such file or directory
Failed to load module modhomekit.so: libdns_sd.so.1: cannot open shared object file: No such file or directory
Module modcrypto.so loaded
Failed to load module modiconinstaller.so: libarchive.so.12: cannot open shared object file: No such file or directory
Failed to load module modskininstaller.so: libarchive.so.12: cannot open shared object file: No such file or directory
Module moddhs.so loaded
Failed to load module modzwave.so: libarchive.so.12: cannot open shared object file: No such file or directory
Module modzbw.so loaded
Module modsockets.so loaded
Using default configuration file config.xml
Error: 'debug-port' number is out of range. Skipping it.
cat: /etc/z-way/box_type: No such file or directoryCheers
C
-
Well installed libcrypto. Now hit the curl4 issue. I thought this had been resolved? Not exactly brimming with joy at this point.
So somehow I need earlier curl as well
C
-
OK, so i got libcrypto in finally, heres the info i didn't find in the previous posts:
After installing Multiarch support (ref. @DesT):sudo apt-get install multiarch-support
download the file from https://packages.debian.org/jessie/amd64/libssl1.0.0/download
Then do this:
sudo apt install /*download directory*/libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb
Now on to the curl f**up..