cannot find the library '/usr/local/httpd-2.2.2/srclib/apr-util/libaprutil-1.la
make[2]: *** [htpasswd] 오류 1
make[2]: Leaving directory '/usr/local/httpd-2.2.2/support'
make[1]: *** [all-recursive] 오류 1
make[1]: Leaving directory '/usr/local/httpd-2.2.2/support'
make: *** [all-recursive] 오류 1
위의 에러메시지를 보면
해당 라이브러리를 찾을수가 없어서설치가 안되는겁니다.
arp-util
apr-util-devel
해당 2개의 rpm패키지를 설치하신뒤 다시 컴파일 해보시면
정상적으로 될겁니다.