Re: libapr and --disable-shared?

2001-07-06 Thread jean-frederic clere

Pier P. Fumagalli wrote:
 
 jean-frederic clere at [EMAIL PROTECTED] wrote:
 
  DOH!  So why do you keep saying that you're against using sources...
  Since all those problems are simply fixed by using them
 
  No, I am not against using the APR sources, I was just thinking that the time
  needed to change mod_webapp could have been used to fix APR. (But it is more
  complicated that I excepted it).
 
 Do you think I didn't think about it? So, can you roll back that -1 so I can
 commit some changes? Thanks :)

Yes, please commit the changes.

 
 Pier



Re: libapr and --disable-shared?

2001-07-05 Thread rbb


   I am also worried with mod_webapp for Apache-2.0, what will happend when a
   internal typedef of APR comming from httpd will be used by mod_webapp and will
   be handled differently there because of different APR version?
 
  Who said that for Apache 2.0 there will be 2 different versions of APR? I
  never did (I actually said quite the contrary, that it would be cool to link
  against the HTTPd binary as they do in BeOS.

 Now a day it is a little stricky: to link staticly against httpd we need a
 config.m4 to put in httpd-2.0/modules/web_app and run autoconf to rebuild the
 configure of httpd-2.0...

This is not true.  Just use --with-module=generators:/path/to/mod_webapp
on the configure line.  This will copy mod_webapp into the generators
directory, and build it statically into Apache.  I don't know if this
works for modules with more than one file yet, but the same general logic
could be used if it doesn't, we just need to write an autoconf macro.

Ryan

_
Ryan Bloom  [EMAIL PROTECTED]
Covalent Technologies   [EMAIL PROTECTED]
-




Re: libapr and --disable-shared?

2001-07-05 Thread Pier P. Fumagalli

jean-frederic clere at [EMAIL PROTECTED] wrote:

 DOH!  So why do you keep saying that you're against using sources...
 Since all those problems are simply fixed by using them
 
 No, I am not against using the APR sources, I was just thinking that the time
 needed to change mod_webapp could have been used to fix APR. (But it is more
 complicated that I excepted it).

Do you think I didn't think about it? So, can you roll back that -1 so I can
commit some changes? Thanks :)

Pier