> On 11/23/06, ben short <[EMAIL PROTECTED]> wrote:
> ....
> > But I get the following error when trying to start
> apache.
> >
> > [ Nov 22 20:31:44 Executing start method
> > ("/lib/svc/method/http-apache2 start") ]
> > Syntax error on line 275 of
> /etc/apache2/httpd.conf:
> > API module structure `jk_module' in file
> > /opt/csw/apache2/libexec/mod_jk.so is garbled -
> perhaps this is not an
> > Apache module DSO?
> > [ Nov 22 20:31:44 Method "start" exited with status
> 1 ]

What does the file command print when you run it on mod_jk.so? Did you build 
the module with apxs? If mod_jk.so is indeed an ELF shared library, you can use 
nm, elfdump and hexdump to display the value of the jk_module symbol. The value 
of jk_module should match MODULE_MAGIC_COOKIE, which is defined for each Apache 
version in $APACHE_SRC_ROOT/include/ap_mmn.h. 

Hope this helps,
- Ryan
-- 
UNIX Administrator
http://prefetch.net
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to