[us...@httpd] How install sub mod

2010-01-03 Thread ricardo figueiredo
I'd like to how I install a sub module. I'm trying to install mod_lbmethod_rr.c (Revision 774239*).* * * *I install APACHE using the following:* *./configure --prefix=/apache/path --enable-proxy --with-mpm=worker && make && make install* * * *If necessary, I install APACHE again.* Ricardo

Re: [us...@httpd] How install sub mod

2010-01-03 Thread Eric Covener
On Sun, Jan 3, 2010 at 6:46 AM, ricardo figueiredo wrote: > I'd like to how I install a sub module. > I'm trying to install mod_lbmethod_rr.c (Revision 774239). > I install APACHE using the following: > ./configure --prefix=/apache/path --enable-proxy --with-mpm=worker && make > && make install >

Re: [us...@httpd] How install sub mod

2010-01-03 Thread Eric Covener
On Sun, Jan 3, 2010 at 6:46 AM, ricardo figueiredo wrote: > I'd like to how I install a sub module. > I'm trying to install mod_lbmethod_rr.c (Revision 774239). > I install APACHE using the following: > ./configure --prefix=/apache/path --enable-proxy --with-mpm=worker && make > && make install H

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
Well, I compiled mod_lbmethod_rr.c with APXS (apxs -a -i -c mod_lbmethod_rr.c) During compilation there were some WARNINGS 111:warning:excess elements in struct initializer 111:warning:(near initialization for 'round robin') 113:warning:excess elements in struct initializer 111:warning:(near initi

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
Remember, I haven't problems with the older revision (rev. 594659) I have problems with the newest revision (rev. 774239) Ricardo On Mon, Jan 4, 2010 at 10:07 AM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > Well, I compiled mod_lbmethod_rr.c with APXS (apxs -a -i -c > mod_lbmethod_r

Re: [us...@httpd] How install sub mod

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 7:37 AM, ricardo figueiredo wrote: > Remember, > > I haven't problems with the older revision (rev. 594659) > I have problems with the newest revision (rev. 774239) Do you mean all the rest of trunk, because mod_lbmethod_rr.c has never been modified. http://httpd.apache.or

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
I told that because have difference between both links: link_1 and link_2 I thought that link_2 was the newest version. Is that right ?? Ricardo On Mon, Jan 4, 2010 at

Re: [us...@httpd] How install sub mod

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 7:55 AM, ricardo figueiredo wrote: > I told that because have difference between both links: link_1 and link_2 > I thought that link_2 was the newest version. Is that right ?? > Ricardo Sorry, I was mistaken. -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
So, I've had problems with the newest version. Happened some SEGMENTATION FAULT. Have any idea ?? Ricardo On Mon, Jan 4, 2010 at 11:42 AM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 7:55 AM, ricardo figueiredo > wrote: > > I told that because have difference between both links: link_1 and li

Re: [us...@httpd] How install sub mod

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 8:47 AM, ricardo figueiredo wrote: > So, I've had problems with the newest version. > Happened some SEGMENTATION FAULT. > Have any idea ?? See the debugging link in previous response. -- Eric Covener cove...@gmail.com -

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
OK !! Ricardo On Mon, Jan 4, 2010 at 11:53 AM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 8:47 AM, ricardo figueiredo > wrote: > > So, I've had problems with the newest version. > > Happened some SEGMENTATION FAULT. > > Have any idea ?? > > See the debugging link in previous response. > > --