Package: libc6 Version: 2.2.5-13 When I last used apt-get dist-upgrade, libc6 got upgraded and the libdb.so.2 went missing, after which apachectl stopped working reporting the following error: ~# apachectl start /usr/sbin/apache: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory/usr/sbin/apachectl start: httpd could not be started
However, there was a libdb.so.3 file, which when copied to libdb.so.2 got apache to run again: /lib# cp libdb.so.3 libdb.so.2 ~# apachectl start /usr/sbin/apachectl start: httpd started Suggested fix: just add a copy of the libdb.so.3, as it seems to work fine. John Perez. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

