Wayne F Davis wrote:

> Hi,
>
> I'm having a lot of trouble getting mod_jk or mod_jserv to work.  I cannot
> compile mod_jk or mod_jserv myself.  Both generate an apxs:Break errors.

I had some problems too with apxs too.
If you have the object files, (all the .o), you can
finish the build of mod_jk.o with:

gcc -shared -o mod_jk.o *.o

Be carefull to have only the object files of mod_jk.

Hope this help.

>
>
> I tried downloading a prebuilt mod_jk.so rpm but when i set that all up,
> apache complains with "API module structure 'jk_module' in file ... is
> garbled - perhaps this is not an Apache module DSO?"
>
> Does anyone have any ideas?  I'm not sure how to get this working since
> the apxs error messages are less than helpful and I'm not that familiar
> with dso's.
>
> Thanks.
>
> Wayne Davis - [EMAIL PROTECTED] - PGP: finger -l [EMAIL PROTECTED]

Reply via email to