Respuestas:
Instale apr-util (necesita ejecutar ab):
yum install apr-util
Instala yum-utils:
yum install yum-utils
Descargar httpd an extract ab:
mkdir ~/httpd
cd ~/httpd
yumdownloader httpd
rpm2cpio httpd-2.2.3-43.el5.centos.3.i386.rpm | cpio -idmv
mv usr/bin/ab /usr/bin/ab
cd ~
rm -rf ~/httpd
Ejecute ab:
ab http://google.ru/
This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0
pacman -S apr-util
Esto debería ayudarte. Depende de la biblioteca Apache Portable Runtime y la biblioteca APR-util
http://code.google.com/p/apachebench-standalone/wiki/HowToBuild