Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4910

Troubleshooting • Raspberry Pi OS(64-bit) on RPi 5 libc-bin errors?

$
0
0
I am running the 64-bit Raspberry Pi OS (released 2024-11-19) on a Raspberry Pi 5.
hostnamectl
Operating System: Debian GNU/Linux 12 (bookworm)
Kernel: Linux 6.6.51+rpt-rpi-2712
Architecture: arm64
Many of the installs using apt result in Segmentation Fault errors and failed installations. I've narrowed it down to a problem with ldconfig:
ldconfig --version
Segmentation fault
If I downgrade libc-bin from 2.36-9+rpt2+deb12u9 to 2.36-9+deb12u7 the problem with ldconfig goes away and installs using apt succeed.
sudo apt install libc-bin=2.36-9+deb12u7
sudo apt-mark hold libc-bin
ldconfig --version
ldconfig (Debian GLIBC 2.36-9+deb12u7) 2.36
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Andreas Jaeger.
I am trying to figure out the cause of the problem. I've tried several different SD cards and ldconfig always gets a segmentation fault. If I install the 32-bit Raspberry Pi (released 2024-11-19), everything works fine with ldconfig. Could there be a problem with ldconfig in the 64-bit port of Debian Bookworm? Or could the Raspberry Pi Imager v1.8.5 running on MacOS somehow corrupt the install?

Thank you for any help on this issue.
--James Detwiler

Statistics: Posted by jsdetwiler — Mon Jan 13, 2025 5:46 pm — Replies 0 — Views 10



Viewing all articles
Browse latest Browse all 4910

Trending Articles