Forum Moderators: bakedjake
jim
: Security Warning: these home directory should not be owned by someone else or writeable :
: user=apache(48) : home directory is owned by nobody(99).
: user=zope(104) : home directory is group writeable.
: Security warning : eth0 is in promiscuous mode.
: Ê Ê A sniffer is probably running on your system.
AESctl: httpd-perl shutdown succeeded
AESctl: httpd-perl startup succeeded
s httpd: httpd: /lib/libc.so.6: version `GLIBC_2.2' not found (required by httpd)
AESctl: httpd startup failed
:
: Security Warning: World Writeable files found :
/usr/sbin/httpd: /lib/libc.so.6: version 'GLIBC_2.2' not found (required by /usr/sbin/httpd)
There's your problem. Figure out what version of glibc is installed, and make sure you either upgrade glibc to 2.2 (dangerous! everything uses glibc) or get a new version of Apache installed that works with the version you have.
If you didn't do anything that would have changed glibc or apache since the last time it worked, you should switch to single-user mode, re-mount your filesystems read-only, run 'fsck' on all of them, and fix anything it finds wrong. Then re-install any programs or libraries that have problems.