Apache does not start after up2date

I just got a brand new CentOS 3.5 and I updated it :

# up2date -u -v

But now if I start apache, it gave me this error :

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

How to fix this ?

Here are some infos :

# rpm -qf /usr/lib/libaprutil-0.so.0
httpd-2.0.46-46.3.ent.centos.1

# rpm -qa | grep httpd
httpd-2.0.46-46.3.ent.centos.1

# rpm -qa | grep gdbm
gdbm-devel-1.8.0-20
gdbm-1.8.0-20

Thanks for your help

 

 

 

 

Top