Open Macrisu opened 7 months ago
I got the same error message on a Pi5 with: PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)" NAME="Raspbian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm
Someone find already a workaround?
I have the same problem with Bookworm OS on rPi Zero W
rPi Zero 2 W Bookworm OS
I get this error on the installer
Downloading and extracting https://github.com/balena-os/wifi-connect/releases/download/v4.4.6/wifi-connect-v4.4.6-linux-rpi.tar.gz... wifi-connect: error while loading shared libraries: **ld-linux.so.3**: cannot open shared object file: No such file or directory WiFi Connect Raspbian Installer: command failed: wifi-connect --version
I too am getting the same error
works for me when I change the image in Dockerfile.template
from debian
to ubuntu
For me I got it working on my rPi Zero W by building it locally (instead of using the already created binary). I also had to stop the dnsmasq
service and hostapd
service before running it for it to work. Hope this helps.
rPi Zero 2 W Bookworm OS
I get this error on the installer