balena-os / wifi-connect

Easy WiFi setup for Linux devices from your mobile phone or laptop
Apache License 2.0
1.28k stars 357 forks source link

ld-linux.so.3 error on setup #559

Open Macrisu opened 5 months ago

Macrisu commented 5 months ago

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
kuenger commented 5 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?

josephf123 commented 4 months ago

I have the same problem with Bookworm OS on rPi Zero W

jhamilt0n commented 4 months ago

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

edverma commented 3 months ago

works for me when I change the image in Dockerfile.template from debian to ubuntu

josephf123 commented 3 months ago

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.