apache broken

dglewis

2001-10-26 21:08:00

Does this mean anything to anyone? I get this from console.log when attempting to start httpd via sharing applet in sys prefs.

dyld: /usr/sbin/httpd Undefined symbols:
_apple_hfs_module
/usr/sbin/apachectl start: httpd could not be started

orange1

2001-10-29 18:18:00

means for some reason apache isn't liking your hfs module
have you been playing with your httpd.conf? sounds like something by the name of dyld doesn't know what the hfs module is.
should have one of these in your /etc/httpd/httpd.conf

LoadModule apple_hfs_module libexec/httpd/mod_hfs_apple.so

that's just a wild guess, though. it does sound like for some reason that module isn't loading properly, though