Search found 7 matches

by Hogan
14 May 2020 16:43
Forum: Discussions in English
Topic: Problems installing Z-Way Server on ubuntu 20.04 server LTS
Replies: 11
Views: 11074

Re: Problems installing Z-Way Server on ubuntu 20.04 server LTS

Ok.... so now i have errors in the webui with the remote access app.

In the log:

Code: Select all

cat: /etc/z-way/box_type: No such file or directory
cat: /etc/z-way/box_type: No such file or directory
... this seems to be hard rice.... :(
by Hogan
14 May 2020 16:02
Forum: Discussions in English
Topic: Problems installing Z-Way Server on ubuntu 20.04 server LTS
Replies: 11
Views: 11074

Re: Problems installing Z-Way Server on ubuntu 20.04 server LTS

Ok got it working on ubuntu 20.04

In /etc/apt/sources.list i added

Code: Select all

#Ubuntu 18.X Repo
deb http://cz.archive.ubuntu.com/ubuntu bionic main universe
Then

Code: Select all

sudo apt-get install libcurl3 -y
worked. From there on i followed the linked guide.
by Hogan
14 May 2020 11:41
Forum: Discussions in English
Topic: Problems installing Z-Way Server on ubuntu 20.04 server LTS
Replies: 11
Views: 11074

Re: Problems installing Z-Way Server on ubuntu 20.04 server LTS

Correted the typo to LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libcurl3.so.4.5.0 but stillnot working


Further problem ist that libcurl3 has no longer a install-candidate on ubuntu 20.X. It seems that one has to add a 16.X repo and install it from there….
by Hogan
14 May 2020 11:30
Forum: Discussions in English
Topic: Problems installing Z-Way Server on ubuntu 20.04 server LTS
Replies: 11
Views: 11074

Re: Problems installing Z-Way Server on ubuntu 20.04 server LTS

I followed this guide but on 20.04 server on a fresh install it's stillnot working. i get this after doing the steps in the guide: sudo LD_LIBRARY_PATH=./libs LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libcurl3.4.5.0 ./z-way-server ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libcurl3.4.5.0' from LD_PR...
by Hogan
13 May 2020 16:13
Forum: Discussions in English
Topic: Problems installing Z-Way Server on ubuntu 20.04 server LTS
Replies: 11
Views: 11074

Re: Problems installing Z-Way Server on ubuntu 20.04 server LTS

How to proceed with ubuntu 18 fresh install and have curl4 uninstalled and curl3 installed? I tried but ubuntu is not letting me. It's working on ubuntu 16.4. What i did: Fresh install. sudo apt-get update sudo apt-get upgrade Followed the guide without the service script. ZWay-Server is running. I...
by Hogan
13 May 2020 13:05
Forum: Discussions in English
Topic: Problems installing Z-Way Server on ubuntu 20.04 server LTS
Replies: 11
Views: 11074

Re: Problems installing Z-Way Server on ubuntu 20.04 server LTS

Yes .… ZWay-server support for curl4 would be the solution that fixes the problem. Till then i'm using a 16.X version of ubuntu… or i go back to my raspi.
by Hogan
11 May 2020 14:58
Forum: Discussions in English
Topic: Problems installing Z-Way Server on ubuntu 20.04 server LTS
Replies: 11
Views: 11074

Problems installing Z-Way Server on ubuntu 20.04 server LTS

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/l...