# ll /usr/lib/libaprutil-0.so.0.9.6

If you move the 0.9.6 file to a safe place,
change the symlink to the 0.9.4 file and
run ldconfig, does httpd work?

# rm -f /usr/lib/libaprutil-0.so.0
# ln -s /usr/lib/libaprutil-0.so.0.9.4 /usr/lib/libaprutil-0.so.0
# ldconfig

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

What else doesn't work? :-)


everything else is fine!!


_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to