Tom Brown wrote:

# 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

After this, what does

# ls -l /usr/lib/libaprutil-0.so.0

link to?

Mogens

--
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Fax: +45 33 27 47 08
Email: [EMAIL PROTECTED] Homepage: http://www.crc.dk
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to