Re: Compilation of mod_jk

2003-09-04 Thread John Turner
[EMAIL PROTECTED] wrote: Hi, I am using Apache 1.3.19 with Tomcat 4.1.24 I need to do a 64 bit compilation of mod_jk . I tried to do a 32 bit compilation but there were some problems in the Makefile. What problems? I need to know following things. 1. Where to get the source code for mod_jk

Compilation of mod_jk

2003-09-04 Thread Ashish-Kumar . Balyan
Hi, I am using Apache 1.3.19 with Tomcat 4.1.24 I need to do a 64 bit compilation of mod_jk . I tried to do a 32 bit compilation but there were some problems in the Makefile. I need to know following things. 1. Where to get the source code for mod_jk. 2. Detailed compilation procedures. TIA

compilation of mod_jk, Solaris 8 (intel) using ANT

2003-04-02 Thread Filip Hanik
hey ya'all I am compiling mod_jk on Solaris 8 on intel platform using ANT. I am compiling everything fine except jk_jni_worker.c that completely barfs on me. I had to do some tweaks before I could get the rest to work here are the steps 1. Add libtool to my path 2. Create a symbolic link from /u

Re: compilation of mod_jk, Solaris 8 (intel) using ANT

2003-04-01 Thread Bill Barker
I did this once a while back, just to see how. Then I decided to stick with "configure" and "make". The main thing that is needed is to add ${java.home}/../include/solaris to the section of jk/native/build.xml. If you a building from CVS HEAD, that should be enough. If you are building from th

compilation of mod_jk, Solaris 8 (intel) using ANT

2003-04-01 Thread Filip Hanik
hey ya'all I am compiling mod_jk on Solaris 8 on intel platform using ANT. I am compiling everything fine except jk_jni_worker.c that completely barfs on me. I had to do some tweaks before I could get the rest to work here are the steps 1. Add libtool to my path 2. Create a symbolic link from /u

COMPILATION OF MOD_JK

2001-04-25 Thread Matías Salvador
I tried to use a MOD_JK.SO built in Solaris 2.7 over a machine with Solaris 2.6 and Apache doesn't START. Is it possible? Is there a possibility to compile in Solaris 2.7 a version of MOD_JK.SO compatible with Solaris 2.6? Because the GCC takes up too much space to be installed in the ROOT o

Re: PLEASE HELP WHIT THE COMPILATION OF MOD_JK

2001-04-24 Thread Martin Mauri
int. 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

RE: PLEASE HELP WHIT THE COMPILATION OF MOD_JK

2001-04-24 Thread Matías Salvador
: [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 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:

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