Probably missing 'glibc-devel' , or need updating ?
http://isoredirect.centos.org/centos/5.3/os/SRPMS/
httpd-2.2.3-22.el5.centos.src.rpm
Shows these options in httpd.spec to get a usable httpd :
Code:
../configure \
--enable-mods-shared=all \
--enable-ssl --with-ssl --enable-distcache \
--enable-proxy \
--enable-cache --enable-mem-cache \
--enable-file-cache --enable-disk-cache \
--enable-ldap --enable-authnz-ldap \
--enable-cgid \
--enable-authn-anon --enable-authn-alias \
--enable-pie --with-pcre
If you can't get a package from RH, the usual way to have httpd is :
# rpmbuild -bb httpd.spec
using the above mentioned httpd-2.2.3-22.el5.centos.src.rpm
or httpd-2.0.52-41.ent.centos4.src.rpm ( EL4.x ) from
http://isoredirect.centos.org/centos...i386/SRPMS.os/
.....