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