| Article: |
Apache Web-Serving with Mac OS X: Part 1 | |
| Subject: | Apache won't start | |
| Date: | 2001-12-10 08:07:40 | |
| From: | morbus | |
|
Response to: Apache won't start
|
||
| Do you know how to get into your Terminal? If so, run "httpd -t". What do you get for output? What version of the OS are you running? | ||
Showing messages 1 through 5 of 5.
-
Apache won't start
2001-12-10 12:02:37 egonspock [View]
-
Apache won't start
2001-12-11 20:17:38 chet [View]
% httpd -t
Password:
dyld: httpd Undefined symbols:
_ap_ctx_get
-
Apache won't start
2001-12-10 12:28:30 wcostain [View]
I am running 10.1.1
[wcostain:~] willardc% httpd -t
dyld: httpd Undefined symbols:
_apple_hfs_module
Seems to be the same as the other guy. -
Apache won't start
2001-12-10 12:42:37 Morbus Iff |
[View]
This is a common problem after updating to 10.1. There's a Apple Knowledge Base article that will explain how to fix it in depth:
http://docs.info.apple.com/article.html?artnum=106505
Unfortunately, you do need a username and a password to see this document. For a quicker explanation, check out this article:
http://www.stepwise.com/Articles/Technical/2001-09-29-01.html
It's under the "Apache breaks upon update" heading. I have to admit that I haven't run into this error myself, but the answers I've seen are solid and make sense, so things should go smoothly for you. -
Apache won't start
2001-12-11 05:51:12 wcostain [View]
Thanks. I went to the stepwise site and did what they suggested:
sudo perl -i.prefix -p -e 's/apple_hfs_module/hfs_apple_module/g' /etc/httpd/httpd.conf
This seems to have done the trick.



[localhost:~] kgani% httpd -t
dyld: httpd Undefined symbols:
_apple_hfs_module
in the Terminal. Is this a common problem? My G3-desktop works flawlessly.