problems with Apache on Snow Leopard
Posted
by Hristo
on Server Fault
See other posts from Server Fault
or by Hristo
Published on 2010-06-15T01:34:46Z
Indexed on
2010/06/15
1:42 UTC
Read the original article
Hit count: 465
I kind of screwed up the Apache "stuff" on my Mac. Usually when I visit http://localhost/
, I would see the "It Works!" but now it just lists the directory and files inside /Library/WebServer/Documents
.
When I try to stop/start/restart the server with sudo apachectl stop
, I get:
httpd: Syntax error on line 68 of /etc/apache2/httpd.conf: Cannot load /usr/libexec/apache2/mod_disk_cache.so into server: dlopen(/usr/libexec/apache2/mod_disk_cache.so, 10): Symbol not found: _apr_file_info_get$INODE64\n Referenced from: /usr/libexec/apache2/mod_disk_cache.so\n Expected in: flat namespace\n in /usr/libexec/apache2/mod_disk_cache.so
I don't want to do the MacPorts install, I tried it earlier but... I just want to do it via source code with the usual ./configure, make, make install.
Any ideas on how to get this working? Is there a way to totally remove Apache and then reinstall a fresh version?
Thanks, Hristo
© Server Fault or respective owner