Solved!
The rebuild of customapache does fail on red-Hat 3 Enterprise, because the build of gd, the graphics library fails. Reason, autoconf version 2.57 is too old. The build loops endlessly. Should probably throw an error.
Solution, go to http://ftp.gnu.org/gnu/autoconf/ and download a newer version of autoconf.
untar; cd folder; ./configure; make; make install
This will produce a newer version of autoconf. Rpm will still report the old and wrong version, but the gd build is happy.
The rebuild of customapache does fail on red-Hat 3 Enterprise, because the build of gd, the graphics library fails. Reason, autoconf version 2.57 is too old. The build loops endlessly. Should probably throw an error.
Solution, go to http://ftp.gnu.org/gnu/autoconf/ and download a newer version of autoconf.
untar; cd folder; ./configure; make; make install
This will produce a newer version of autoconf. Rpm will still report the old and wrong version, but the gd build is happy.