Problems installing Z-Way Server on ubuntu 20.04 server LTS
Posted: 11 May 2020 14:58
hi,
system: ubuntu 20.04 LTS Server - fresh install - ( sudo apt-get update and sudo apt-get upgrade done…)
i followed this guide. (Installed system is 64-Bit)
libcrypto.so.1.0.0 was missing so:
zway@zway:/opt/z-way-server$ sudo cp /snap/core18/1754/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /usr/lib/
This all ends up in
Seems that a lot more libs are missing.
What are the prerequisites for the zway server? ZwayManual does not hint at any in Section 3.2.1
Cheers
Hogan
system: ubuntu 20.04 LTS Server - fresh install - ( sudo apt-get update and sudo apt-get upgrade done…)
i followed this guide. (Installed system is 64-Bit)
libcrypto.so.1.0.0 was missing so:
zway@zway:/opt/z-way-server$ sudo cp /snap/core18/1754/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /usr/lib/
This all ends up in
Code: Select all
zway@zway:/opt/z-way-server$ LD_LIBRARY_PATH=./libs ./z-way-server
Z-Way version v3.0.6 from 2020-04-28 13:52:20 +0300 (build 82a4fd59993dc610c06507351714f95f21475262)
Looking for modules in ./modules
SSL DEBUG LOCK: 20 > 1
SSL DEBUG LOCK: 20 > 0
SSL DEBUG LOCK: 20 > 1
SSL DEBUG LOCK: 20 > 0
Module modcrypto.so loaded
Module modenocean.so loaded
Failed to load module modiconinstaller.so: /lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./modules/modiconinstaller.so)
Module modhomekit.so loaded
Failed to load module modhttp.so: /lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./modules/modhttp.so)
Failed to load module modskininstaller.so: /lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./modules/modskininstaller.so)
Failed to load module modinstaller.so: /lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./modules/modinstaller.so)
Module moddhs.so loaded
Module modsockets.so loaded
Failed to load module modws.so: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Module modzwave.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)
Module modzbw.so loaded
Using default configuration file config.xml
Error: 'debug-port' number is out of range. Skipping it.
Failed to open log file: 13
[2020-05-11 11:56:15.877] [I] [core] Executing script: /*** Z-Way Home Automation Engine main executable ***************************** ...
[2020-05-11 11:56:15.877] [I] [core] Executing script: // Comon utilities and functions ...
[2020-05-11 11:56:15.878] [I] [core] Executing script: // This script transforms old formats to new ...
cat: /etc/z-way/box_type: No such file or directory
[2020-05-11 11:56:15.886] [I] [core] Executing script: /*! EventEmitter2 https://github.com/hij1nx/EventEmitter2 Copyright (c) 2013 hij1nx Licensed under the MIT license.*/ ...
[2020-05-11 11:56:15.889] [I] [core] Executing script: // Underscore.js 1.8.3 ...
[2020-05-11 11:56:15.892] [I] [core] Executing script: /*! Papa Parse v4.1.2 https://github.com/mholt/PapaParse */ ...
[2020-05-11 11:56:15.896] [I] [core] Executing script: /* @license zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License */ ...
[2020-05-11 11:56:15.898] [I] [core] Executing script: // BAOS_API_2011_01_29_001 ...
[2020-05-11 11:56:15.899] [I] [core] Executing script: // Converts IntelHex into binary 128 kB file ...
[2020-05-11 11:56:15.899] [I] [core] Executing script: // Public domain version of Base64 encoder/decoder found somewhere in the Internet ...
[2020-05-11 11:56:15.899] [I] [core] Executing script: /* ...
[2020-05-11 11:56:15.899] [I] [core] Executing script: /*** Z-Way HA Virtual Device base class *************************************** ...
[2020-05-11 11:56:15.900] [I] [core] Executing script: /*** Z-Way DevicesCollection class ************************************ ...
[2020-05-11 11:56:15.903] [I] [core] Executing script: /*** Z-Way HA Controller class module ***************************************** ...
[2020-05-11 11:56:15.903] [I] [core] Executing script: /*** Automation Webserver Auth Controller ************************************* ...
[2020-05-11 11:56:15.903] [I] [core] Executing script: /*** Z-Way HA Automation module base class ************************************ ...
[2020-05-11 11:56:15.904] [I] [core] Executing script: /*** Initialize Webserver and Handlers ***************************************** ...
[2020-05-11 11:56:15.905] [E] [core] result: Error: ReferenceError: WebServer is not defined
at automation/Webserver.js:10:10
at automation/main.js:91:2
[2020-05-11 11:56:15.905] [E] [core] result: Error: Error: Uncaught ReferenceError: WebServer is not defined
at Error (native)
at automation/main.js:91:2
What are the prerequisites for the zway server? ZwayManual does not hint at any in Section 3.2.1
Cheers
Hogan