Verify that your apache was built with modules enabled:
> httpd -l
should produce a list of *.c files, including http_core.c and mod_so.c
> From: Bill Stevens <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Mon, 20 Aug 2001 13:57:25 -0400
> To: [EMAIL PROTECTED]
> Subject: Apache-Tomcat 3.2.3 problem (bstev)
>
> I'm setting up Tomcat, Apache and for developing/testing server pages
> locally
>
> using: Mac OS X, Apache 1.3.19, Tomcat 3.2.3
>
> I'm getting the following errors when I boot up and try to start Apache
> and Tomcat:
>
> sudo /usr/sbin/apachectl restart
> /usr/sbin/apachectl restart: httpd not running, trying to start
> Processing config directory: /private/etc/httpd/users
> Processing config file: /private/etc/httpd/users/FOO.conf
> dyld: /usr/sbin/httpd Undefined symbols:
> _jk_module
> /usr/sbin/apachectl restart: httpd could not be started
>
> Can anyone tell me what I'm not configuring correctly - thanks alot!