Re: APXS question

2007-07-23 Thread Tim Bray
On Jul 23, 2007, at 11:04 PM, Mike wrote: or learn how to use libtool... How do you do that? I've been looking and having trouble finding TFM. Pointers appreciated. -T.

Re: APXS question

2007-07-23 Thread Mike
On 7/24/07, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > The problem is that I don't want apxs recompiling everything each > time I make a change. I'm looking at something like 100 files in the > total module. Still suggest doing the compilation of Apache specific files with apxs and link to oth

Re: APXS question

2007-07-23 Thread Graham Dumpleton
On 24/07/07, Farokh Irani <[EMAIL PROTECTED]> wrote: >> >It does unfortunately look like you're invoking apxs in such a way as >>>to install two DSO's, not to link two pieces of object code into a >>>single DSO. >> >>I tried to use the .la files (as you mentioned in a different message) as in: >

Re: APXS question

2007-07-23 Thread Farokh Irani
>It does unfortunately look like you're invoking apxs in such a way as to install two DSO's, not to link two pieces of object code into a single DSO. I tried to use the .la files (as you mentioned in a different message) as in: apxs -i -n mod_fancy mod_fancy.la config.la Unfortunately, apxs g

adding extra bucket brigades?

2007-07-23 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi group, My connection-level input filter needs to replace a request with another request. This "another request" is contained, in encrypted form, in the BODY of the POST request I'm going to replace. I've been able to use ap_save_brigade, and m

Re: [EMAIL PROTECTED]: Re: Broken APXS]

2007-07-23 Thread Mike
On 7/23/07, Farokh Irani <[EMAIL PROTECTED]> wrote: >http://people.apache.org/~covener/apxs-cpp.diff When I tried to use patch with this, one hunk failed (#3) and the others appeared to be offset. Does anyone know if this diff file applies to the apxs with 2.2.4? From diff file: --- support/ap

Re: [EMAIL PROTECTED]: Re: Broken APXS]

2007-07-23 Thread Farokh Irani
- Forwarded message from Eric Covener <[EMAIL PROTECTED]> - On 7/22/07, Mike <[EMAIL PROTECTED]> wrote: Greetings. apxs accepts only *.c files as its input. For other extensions it doesn't invoke libtool in compile mode and several different issues leading to empty Apache module cre