zrok icon indicating copy to clipboard operation
zrok copied to clipboard

Raspberry Pi 2 ARMv7 Processor rev 5 (v7l), cannot execute: required file not found

Open gkdevmaster opened this issue 3 months ago • 0 comments

Hardware: Raspberry Pi 2 Model B Rev 1.1 (BCM2835) ARMv7 Processor rev 5 (v7l) OS: Raspbian GNU/Linux 12 (bookworm)

I downloaded zrok with the link

https://github.com/openziti/zrok/releases/download/v0.4.26/zrok_0.4.26_linux_armv7.tar.gz

When I unpack and run the ./zrok version I get an error:

admin@raspberrypi:~/zrok $ ./zrok version
-bash: ./zrok: cannot execute: required file not found

admin@raspberrypi:~/zrok $ sudo ./zrok version
sudo: unable to execute ./zrok: No such file or directory

And if I run the script https://docs.zrok.io/docs/guides/install/linux/ (Script to install binary in /usr/local/bin/zrok) I get an error:

ERROR: unknown arch 'armv7l'

And with script https://docs.zrok.io/docs/guides/install/linux/ (Manually set up DEB repository)

I get this:

admin@raspberrypi:~/1 $ sudo apt update

Hit:1 http://raspbian.raspberrypi.com/raspbian bookworm InRelease
Hit:2 https://packages.openziti.org/zitipax-openziti-deb-stable debian InRelease
Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://packages.openziti.org/zitipax-openziti-deb-stable debian InRelease' doesn't support architecture 'armhf'

admin@raspberrypi:~/1 $ sudo apt list | grep zrok

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
zrok-share/debian 0.4.26-1 arm64
zrok/debian 0.4.26-1 arm64

Please build a zrok for my architecture.

gkdevmaster avatar Apr 08 '24 11:04 gkdevmaster