What is causing apache to crash with the error “Inconsistency detected by ld.so”?-Collection of common programming errors

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