Installationsproblem with FC5 and MOD_Ruby

Hi,
i have try to install the mod_ruby.
I think i ll have all packet install who i need.
HTTPD + HTTPD-Devel

================================================
[root@mutter mod_ruby-1.2.5]# ./configure.rb
checking for a BSD compatible install… /usr/bin/install -c
checking whether we are using gcc… yes
checking Ruby version… 1.8.4
checking for static Apache module support… no
checking for dynamic Apache module support… yes
creating Makefile
creating libruby.module
creating doc/Makefile
[root@mutter mod_ruby-1.2.5]#

Looks so far ok.

==============================================
[root@mutter mod_ruby-1.2.5]# make
i386-redhat-linux-gcc -O0 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32
-march=i386 -mtune=generic -fasynchronous-unwind-tables -Wall -fPIC
-Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables -DLINUX=2 -D_REENTRANT
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -pthread -I.
-I/usr/lib/ruby/1.8/i386-linux -I/usr/include/httpd -c mod_ruby.c
In Datei, eingefügt von /usr/include/httpd/httpd.h:43,
von mod_ruby.h:49,
von mod_ruby.c:33:
/usr/include/httpd/ap_config.h:25:17: Fehler: apr.h: Datei oder
Verzeichnis nicht gefunden
/usr/include/httpd/ap_config.h:26:23: Fehler: apr_hooks.h: Datei oder
Verzeichnis nicht gefunden
/usr/include/httpd/ap_config.h:27:32: Fehler: apr_optional_hooks.h:
Datei oder Verzeichnis nicht gefunden
In Datei, eingefügt von mod_ruby.h:49,
von mod_ruby.c:33:
/usr/include/httpd/httpd.h:49:25: Fehler: apr_general.h: Datei oder
Verzeichnis nicht gefunden

“Fehler: apr.h: Datei oder Verzeichnis nicht gefunden” means file not
found.

[root@mutter mod_ruby-1.2.5]# ls /usr/include/httpd/
ap_compat.h http_connection.h mod_dbd.h util_cfgtree.h
ap_config_auto.h http_core.h mod_include.h util_charset.h
ap_config.h httpd.h mod_log_config.h util_ebcdic.h
ap_config_layout.h http_log.h mod_proxy.h util_filter.h
ap_listen.h http_main.h mod_ssl.h util_ldap.h
ap_mmn.h http_protocol.h mod_status.h util_md5.h
ap_mpm.h http_request.h mpm_common.h util_script.h
ap_provider.h http_vhost.h mpm_default.h util_time.h
ap_regex.h mod_auth.h mpm.h util_xml.h
ap_regkey.h mod_cgi.h os.h
ap_release.h mod_core.h scoreboard.h
http_config.h mod_dav.h unixd.h
[root@mutter mod_ruby-1.2.5]#

Has anone an idea in which packet is the missing apr.h?
thx