Re: PLEASE HELP WHIT THE COMPILATION OF MOD_JK

2001-04-24 Thread K.P.Majoor
I think that this particular question brought me to this newsgroup :-) Go to the directory where the objects files are located and try: gcc -shared -o mod_jk.so *.o This will create the mod_jk.so from the (already) created object files. Good luck, it worked for me ! kp Matías Salvador wrote:

cocoon in tomcat, can't get tomcat running anymore!

2001-04-24 Thread K.P.Majoor
Hi all, I've got the feeling that I am asking a question which I could've found somewhere on the web, but I've been searching for a long time without results. I'm using tomcat 4.0 binary version, works fine on my Debian Linux testing machine. Next to that I use Java v 1.3. Now I'd like to use

Re: apxs:Break: Command failed with rc=16777215

2001-04-23 Thread K.P.Majoor
I cannot believe what I have done to myself, cuz I remember this from the HOWTO very well. It seemed for me that this would be a problem in case the ../jk directory wasn't in the right place. But I admit (and right now feel that I waisted my time... ) when I read it now, I certainly see what is me

Re: apxs:Break: Command failed with rc=16777215

2001-04-23 Thread K.P.Majoor
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_

apxs:Break: Command failed with rc=16777215

2001-04-23 Thread K.P.Majoor
Hi there, After long searching, trying and investigating I have to say that I can not figure it out. My last hope is you guys (&girls) and I wonder if someone knows the solution for this problem. I've seen many similar problems, but none like this exactly. My system: Debian Linux, testing