I cross compiled apache httpd for a freescale powerpc chipset but as soon as I try to start apache I immediately get the following error:
Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion `nlist > 1' failed!
I’ve been trying to track down the source of this issue for days and all I’ve come up with is that it may have something to do with glibc. Any advice or information on what could be the cause or how to resolve would be greatly appreciated
This is a bug in glibc 2.13. Apparently it has been fixed about a year and a half ago, and you just need to upgrade to a version of glibc more recent than 2.13 (they’re at 2.16 already).