Pi-Hole not fully installing - failing at libc-bin

Expected Behaviour:

Fresh install on a Raspi 4B. Raspi OS installed without issue. Ran sudo apt-get update before attempting other installs.

Actual Behaviour:

Follow instructions on homepage - Installation - Pi-hole documentation

ran curl -sSL https://install.pi-hole.net | bash

After performing other checks, it returned the below text:

Setting up libc-bin (2.36-9+rpt2+deb12u3) ...
Segmentation fault
Segmentation fault
dpkg: error processing package libc-bin (--configure):
 installed libc-bin package post-installation script subprocess returned error exit status 139
Errors were encountered while processing:
 libc-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)

Did some digging and also attempted to reinstall libc-bin, but this also failed.

sudo apt-get --reinstall install libc-bin
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 48 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
E: Internal Error, No file name for libc-bin:arm64

Debug Token:

I can't run this command

EDIT: Oh you probably also want to check below if syslog's are missing:

sudo journalctl --full --no-pager --dmesg --grep voltage

I was able to resolve this by force reconfiguring all Debian packages, then reinstalling Pihole.

sudo dpkg --configure -a

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.