Article:
 |
|
Serve Your iCal Calendars Using WebDAV
|
| Subject: |
|
Expat error? |
| Date: |
|
2002-09-24 12:20:14 |
| From: |
|
anonymous2
|
|
|
|
After following the instructions apache won't start. Running apachectl configtest gives me this:
Processing config directory: /private/etc/httpd/users
Processing config file: /private/etc/httpd/users/xxxx.conf
Syntax OK
dyld: /usr/sbin/httpd Undefined symbols:
_XML_ErrorString
_XML_GetErrorCode
_XML_Parse
_XML_ParserCreate
_XML_ParserFree
_XML_SetCharacterDataHandler
_XML_SetElementHandler
_XML_SetUserData
/usr/sbin/apachectl: line 171: 4554 Trace/BPT trap $HTTPD -t
|
Showing messages 1 through 3 of 3.
-
Expat error? XML errors
2003-02-06 14:33:51
wowmomnyc
[View]
-
XSL parsing question
2003-07-16 13:33:26
anonymous2
[View]
-
Expat error? XML errors
2003-02-10 07:46:17
wowmomnyc
[View]
dyld: /usr/sbin/httpd Undefined symbols:
_XML_ErrorString
_XML_GetErrorCode
_XML_Parse
_XML_ParserCreate
_XML_ParserFree
_XML_SetCharacterDataHandler
_XML_SetElementHandler
_XML_SetUserData
I also noticed (in top) two other processes, "c++flt3" and "crashdump" spawning and then dying while the httpds die.
Also, am I supposed to uncomment the "LoadModule dav_module libexec/httpd/libdav.so" and "AddModule mod_dav.c" directives in the httpd.conf file?
If I leave these commented out, I immediately get a "Mis-spelled" error on the command DavLockDB.
Thanks,