[CentOS] libapr issue - CentOS 4.7

Wed Nov 12 12:41:23 UTC 2008
Tom Brown <tom at ng23.net>

Hi

I am trying to get httpd onto a freshly updated, although long time ago 
installed CentOS 4 box. Its fully updated to 4.7 however when trying to 
install httpd this is the error i get, well i should say install is fine 
but httpd cant start.

# yum install httpd

-- snip --

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 httpd                   i386       2.0.52-41.ent.centos4  
base              902 k
Installing for dependencies:
 apr                     i386       0.9.4-24.9       base               93 k
 apr-util                i386       0.9.4-22.el4     base               51 k
 httpd-suexec            i386       2.0.52-41.ent.centos4  
base               30 k

Transaction Summary
=============================================================================
Install      4 Package(s)        
Update       0 Package(s)        
Remove       0 Package(s)        
Total download size: 1.1 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: apr                          ######################### [1/4]
  Installing: apr-util                     ######################### [2/4]
  Installing: httpd                        ######################### [3/4]
  Installing: httpd-suexec                 ######################### [4/4]

Installed: httpd.i386 0:2.0.52-41.ent.centos4
Dependency Installed: apr.i386 0:0.9.4-24.9 apr-util.i386 0:0.9.4-22.el4 
httpd-suexec.i386 0:2.0.52-41.ent.centos4
Complete!

# /etc/init.d/httpd start
Starting httpd: /usr/sbin/httpd: symbol lookup error: 
/usr/lib/libaprutil-0.so.0: undefined symbol: gdbm_errno
                                                           [FAILED]

any clues here ??

thanks