getting mod_jk or mod_serv to work

2000-12-26 Thread Wayne F Davis
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 tried downloading a prebuilt mod_jk.so rpm but when i set that all up, apache complains with "API module structure 'jk_module' in file ... is

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 mod_

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
ber 27, 2000 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

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Palumbo, Mark
D]] > 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 ap

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
d Duty [mailto:[EMAIL 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 actual

Re: getting mod_jk or mod_serv to work

2000-12-27 Thread Damien Serra
e- > From: Damien Serra [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 27, 2000 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

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

Re: getting mod_jk or mod_serv to work

2000-12-27 Thread Damien Serra
/jk_ajp13_worker.o ../jk/jk_ajp13. > o ../jk/jk_ajp12_worker.o mod_jk.o > apxs:Break: Command failed with rc=16711680 > > Not sure what to make of it. > Thanks for the help though. > > Jed Duty > -Original Message- > From: Damien Serra [mailto:[EMAIL PROTECTED]] >

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
ect.o ../jk/jk_ajp13_worker.o ../jk/jk_ajp13. > o ../jk/jk_ajp12_worker.o mod_jk.o > apxs:Break: Command failed with rc=16711680 > > Not sure what to make of it. > Thanks for the help though. > > Jed Duty > -Original Message- > From: Damien Serra [mailto:[EMAIL PR

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Palumbo, Mark
> To: '[EMAIL 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 >

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
ECTED]] 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! -Ma

Re: getting mod_jk or mod_serv to work

2000-12-28 Thread Damien Serra
ect.o ../jk/jk_ajp13_worker.o ../jk/jk_ajp13. > o ../jk/jk_ajp12_worker.o mod_jk.o > apxs:Break: Command failed with rc=16711680 > > Not sure what to make of it. > Thanks for the help though. > > Jed Duty > -Original Message- > From: Damien Serra [mailto:[EMAIL PR

RE: getting mod_jk or mod_serv to work

2001-01-02 Thread Jed Duty
Sent: Thursday, 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: &

Re: getting mod_jk or mod_serv to work

2001-01-02 Thread Damien Serra
-Original Message- > From: Damien Serra [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 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: &g

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

2001-01-02 Thread Jed Duty
:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 5:49 AM To: [EMAIL PROTECTED] Subject: Re: getting mod_jk or mod_serv to work 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 tempor

Re: getting mod_jk or mod_serv to work

2001-01-02 Thread Damien Serra
emain against allocatable but > non-writable section: .text > > collect2: ld returned 1 exit status > > Thanks again for any help > > Jed Duty > > -Original Message- > From: Damien Serra [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 02, 2001 5:4

RE: getting mod_jk or mod_serv to work

2001-01-02 Thread Jed Duty
blowing up during the linking phase 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.

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

2001-01-02 Thread Damien Serra
s blowing up during the linking phase > > 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

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

2001-01-02 Thread Jed Duty
some reason it is blowing up during the linking phase > > 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 >