RE: getting mod_jk or mod_serv to work

2001-01-02 Thread Jed Duty
, December 28, 2000 8:26 AM To: [EMAIL PROTECTED] Subject: Re: getting mod_jk or mod_serv to work Hi again, Can you do something, please: Try compiling all with gcc: for a in *.c do gcc -DUW=700 -DUSE_HSREGEX -I -c $a done gcc -share -o mod_jk.so *.o Jed Duty wrote: Thanks

Re: getting mod_jk or mod_serv to work

2001-01-02 Thread Damien Serra
ke of it. Thanks for the help though. Jed Duty -Original Message- From: Damien Serra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 9:23 AM To: [EMAIL PROTECTED] Subject: Re: getting mod_jk or mod_serv to work Jed Duty wrote: I am having similar pr

RE: getting mod_jk or mod_serv to work

2001-01-02 Thread Jed Duty
]] Sent: Tuesday, January 02, 2001 4:14 AM To: [EMAIL PROTECTED] Subject: Re: getting mod_jk or mod_serv to work Sorry about a couple of things, When I said "-I" you have to write all the options apxs put when invoking cc (see your original mail). and I misspeled -share, it

Re: getting mod_jk or mod_serv to work

2001-01-02 Thread Damien Serra
It seems jk_ajp12_worker.o it's broken. remove it and try again, please. Before, check you don't have disk space problems, where you are working or in temporary places (/tmp, /usr/tmp). Jed Duty wrote: Getting closer here is the error I get now UX:ld: ERROR: jk_ajp12_worker.o: libelf

Re: getting mod_jk or mod_serv to work (On UNIXWARE!)

2001-01-02 Thread Damien Serra
age- From: Damien Serra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 7:37 AM To: [EMAIL PROTECTED] Subject: Re: getting mod_jk or mod_serv to work Did you rebuild all object files (.o)?, you can't miss any one. Jed Duty wrote: Here is the new problem, this is with t

RE: getting mod_jk or mod_serv to work (On UNIXWARE!)

2001-01-02 Thread Jed Duty
Original Message- From: Damien Serra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 7:37 AM To: [EMAIL PROTECTED] Subject: Re: getting mod_jk or mod_serv to work Did you rebuild all object files (.o)?, you can't miss any one. Jed Duty wrote: Here is the new problem,

Re: getting mod_jk or mod_serv to work

2000-12-27 Thread Damien Serra
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

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
00 6:41 AM To: [EMAIL PROTECTED] Subject: Re: getting mod_jk or mod_serv to work 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

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Palumbo, Mark
, December 27, 2000 10:49 AM To: '[EMAIL PROTECTED]' Subject: RE: getting mod_jk or mod_serv to work I am having similar problems but even the gcc compile line doesn't help. I am actually getting a syntax error message with apxs as follows apxs -o mod_jk.so -I../jk -I/opt/java2-1.2

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
PROTECTED]] Sent: Wednesday, December 27, 2000 10:49 AM To: '[EMAIL PROTECTED]' Subject: RE: getting mod_jk or mod_serv to work I am having similar problems but even the gcc compile line doesn't help. I am actually getting a syntax error message with apxs as follows apxs -o mod_jk.so

Re: getting mod_jk or mod_serv to work

2000-12-27 Thread Damien Serra
on this one. I have looked at the code and didn't see anything wrong right off. I am running a SCO UnixWare7.1.1 box with java2-1.2.2 and tomcat 3.2.1 Jed Duty -Original Message- From: Damien Serra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 6:41 AM To: [EMAIL PROTECTED]

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
al Message- From: Damien Serra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 9:23 AM To: [EMAIL PROTECTED] Subject: Re: getting mod_jk or mod_serv to work Jed Duty wrote: I am having similar problems but even the gcc compile line doesn't help. I am actually getting a syntax err

Re: getting mod_jk or mod_serv to work

2000-12-27 Thread Damien Serra
] Sent: Wednesday, December 27, 2000 9:23 AM To: [EMAIL PROTECTED] Subject: Re: getting mod_jk or mod_serv to work Jed Duty wrote: I am having similar problems but even the gcc compile line doesn't help. I am actually getting a syntax error message with apxs as follows apxs -o mod_jk.s

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
ROTECTED]] Sent: Wednesday, December 27, 2000 9:23 AM To: [EMAIL PROTECTED] Subject: Re: getting mod_jk or mod_serv to work Jed Duty wrote: I am having similar problems but even the gcc compile line doesn't help. I am actually getting a syntax error message with apxs as follows apxs -o mod_

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Palumbo, Mark
PROTECTED]' Subject: RE: getting mod_jk or mod_serv to work Looking at our stuff that gcc command line should be close trick is I keep getting this error gcc -i -shared -o mod_jk.so *.o relocations referenced from file(s) jk_ajp12_worker.o jk_ajp13.o

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
]] Sent: Wednesday, December 27, 2000 1:19 PM To: '[EMAIL PROTECTED]' Subject: RE: getting mod_jk or mod_serv to work Hi again Jed... Just curious, what version of gcc are you using? Since I'm also having link problems following my compiles, we have gcc 2.8.1 Thanks! -Mark- -Original