Apache can't start after updating expat to 2.0.1
Reply
After updating to expat-2.0.1, it tells you to run revdep-rebuild -X --library=libexpat.so.0 but even after that apache2 couldn’t be started. It says that /usr/sbin/apache2 can’t find shared library libexpat.so.0. After some googling I found a message in Google Groups which deals with the problem.
The problem is that /usr/lib/libaprutil-0.so.0.9.12 which belongs to apr-util is still broken.… Continue reading