PLEASE HELP WHIT THE COMPILATION OF MOD_JK

2001-04-24 Thread Matías Salvador
Hy Everybody, I'm having problems with the compilation of MOD_JK.C since a couple of days. I have Tomcat 3.2.1, Apache 1.3 Solaris 7. When i try to compile the module, it creates lots of *.o but the mod_jk.so does not appear. What am i doing wrong?All the parameters seem to be ok. I

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

RE: PLEASE HELP WHIT THE COMPILATION OF MOD_JK

2001-04-24 Thread Matías Salvador
To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 11:33 AM Subject: Re: PLEASE HELP WHIT THE COMPILATION OF MOD_JK 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 *.oThis

Re: PLEASE HELP WHIT THE COMPILATION OF MOD_JK

2001-04-24 Thread Martin Mauri
. 132 - Original Message - From: K.P.Majoor To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 11:33 AM Subject: Re: PLEASE HELP WHIT THE COMPILATION OF MOD_JK I think that this particular question brought me to this newsgroup :-)Go