Page 1 of 1

Problem installing on Rpi with Ubuntu 20.04.01

Posted: 13 Nov 2020 15:35
by cyb0rg42
Hello,

I'm trying to install the Z-Wave server software on my Raspberry Pi4 running Ubuntu Server 20.04.1. The installation ends with:
Your Raspbian distribution is currently not supported by Z-Way
Please contact Z-Wave.Me support for more information
Supported Raspbian distributions are Stretch and Buster

The Z-Wave server software is compiled to a 32-bit platform. I'm running an 64-bit OS.
I got it fixed by enabling the armhf architecture and install the dependencies manually. Yes I known it's very ugly and not recommended.

apt -y install libxml2:armhf libwebsockets15:armhf libarchive-tools:armhf libavahi-compat-libdnssd-dev:armhf libc-ares2:armhf sharutils:armhf

and:
dpkg-deb -x z-way-3.1.1_armhf.deb
dpkg-deb --control z-way-3.1.1_armhf.deb zwave/DEBIAN
sed -i -e 's/websockets8/websockets15/g' zwave/DEBIAN/control
dpkg -b zwave/ z-way-3.1.2_armhf.deb
sudo apt install z-way-3.1.2_armhf.deb
rm -rf zwave

Is there a 64-bit arm64 deb package available. I couldn't find one. And if not is the source code available? I'm happily want to compile to code myself.

Cheers,
Karl

Re: Problem installing on Rpi with Ubuntu 20.04.01

Posted: 14 Nov 2020 02:03
by PoltoS
We don't have an arm64 build yet. This is planned for future.

Re: Problem installing on Rpi with Ubuntu 20.04.01

Posted: 16 Nov 2020 16:02
by cyb0rg42
Hi,

When do you expect to release the 64-bit version? And it is possible to get the source code?

Re: Problem installing on Rpi with Ubuntu 20.04.01

Posted: 17 Nov 2020 03:32
by PoltoS
It is scheduled, but no date for now. Please wait until we do it. Meanwhile you can use 32 bits version.

Are you talking about Raspberry OS or Ubuntu for Pi?

Re: Problem installing on Rpi with Ubuntu 20.04.01

Posted: 17 Jan 2021 18:34
by cyb0rg42
Bit late, but i'am talking about Ubuntu for Pi

Re: Problem installing on Rpi with Ubuntu 20.04.01

Posted: 18 Jan 2021 02:06
by PoltoS
I would suppose .deb from Raspbian should work on Ubuntu too

Re: Problem installing on Rpi with Ubuntu 20.04.01

Posted: 15 Oct 2021 19:45
by admir86
any news for ubuntu arm64 ?

Re: Problem installing on Rpi with Ubuntu 20.04.01

Posted: 21 Oct 2021 00:02
by PoltoS
arm 64 is currently not supported due to issues with Google V8 used in Z-Way for JavaScript engine. We are working on switching to SpiderMonkey, but this will take a lot of time