It worked for me too!

Thanks a lot, unbelievable simple solution for what I thought already was
impossible.

Thanks again,

Klaas-Pieter

Benoit Jacquemont wrote:

> I had the same problem some months ago.
>
> In fact, all the object files have been compiled, now you just need to build
> the mod_jk.so from them:
> Just go to the directory where the objects files are located and try:
>
> gcc -shared -o mod_jk.so *.o
>
> You will get a mod_jk.so file.
>
> It worked for me very fine, so I hope it will be the same for you.
>
> Beno�t

Reply via email to