Re: [PATCH] --with-berkley-db option to apr-util

2002-01-18 Thread Justin Erenkrantz
On Fri, Jan 18, 2002 at 01:31:29PM -0800, Ian Holsman wrote: > + apu_want_db=1 > + case "$withval" in > +*":"*) > + BDB_INC="-I`echo $withval |sed -e 's/:.*$//'`" > + BDB_LIB="-L`echo $withval |sed -e 's/^.*://'`" > +;; > +*) > + BDB_INC=

RE: [PATCH] apr_file_mktemp should APR_CREATE the tmp file

2002-01-18 Thread Ryan Bloom
> > Yeah, I agree that it is different, but I'm not entirely sure that > > it is the wrong thing to do. I think if you have a temp-file, you > > want to delete it by *default*. Since a user can override those > > flags, I think it's NBD as well. -- justin > > IIRC... you can add the DELONCLOSE

[PATCH] --with-berkley-db option to apr-util

2002-01-18 Thread Ian Holsman
can you guys please confirm that this works on your platforms/configurations. I'll be commiting this in tomorrow if no one squeaks. ..Ian Index: build/apu-conf.m4 === RCS file: /home/cvs/apr-util/build/apu-conf.m4,v retrieving revisi

Re: [PATCH] apr_file_mktemp should APR_CREATE the tmp file

2002-01-18 Thread William A. Rowe, Jr.
From: "Justin Erenkrantz" <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 1:22 PM > Yeah, I agree that it is different, but I'm not entirely sure that > it is the wrong thing to do. I think if you have a temp-file, you > want to delete it by *default*. Since a user can override those > fla

Re: [PATCH] apr_file_mktemp should APR_CREATE the tmp file

2002-01-18 Thread Justin Erenkrantz
On Tue, Jan 15, 2002 at 07:04:00PM -0800, [EMAIL PROTECTED] wrote: > this patch fixes it... Also - Committed. Thanks! > should it really DELONCLOSE by default? I don't think that's consistent > with most implementations of mkstemp - worst case we should document it > (and since the consumer can

Re: Patch for apr-util/xml expat detection

2002-01-18 Thread Justin Erenkrantz
On Thu, Jan 17, 2002 at 11:35:06PM -0500, [EMAIL PROTECTED] wrote: > Hmm, still no comment on my patch. Is anyone interested in seeing > --with-expat actually working? Committed. Ian actually just fixed the INCLUDES this morning, so I just added the 1.95.x installed portion of your patch. Sorry

Re: cvs commit: httpd-2.0 configure.in

2002-01-18 Thread Justin Erenkrantz
On Fri, Jan 18, 2002 at 06:16:54PM -, [EMAIL PROTECTED] wrote: > jerenkrantz02/01/18 10:16:54 > > Modified:.configure.in > Log: > Per Ian's change, add the APRUTIL_EXPORT_INCLUDES vars to our environment. I told Ian that I'd switch httpd-2.0 to use apu-config instead (wh

RE: isatty?

2002-01-18 Thread Ryan Bloom
This should be easy to implement on Windows and Unix. I would imagine that it can also be done on BeOS and OS/2, so I would say let's get this implemented ASAP. Ryan -- Ryan Bloom [EMAIL PROTECTED] 645 Howard St. [EMAIL PR

Re: Patch for apr-util/xml expat detection

2002-01-18 Thread Eric
Hmm, still no comment on my patch. Is anyone interested in seeing --with-expat actually working? -- Eric Gillespie, Jr. <*> [EMAIL PROTECTED] "When everyone has to reinvent the wheel, many people invent square wheels."

isatty?

2002-01-18 Thread Doug MacEachern
i'd like to remove the global counter hack from mod_ssl that only reads the passphrase on the first module init. currently does so because that is the only time httpd is still attached to the tty, but if SSLPassPhraseDialog is exec: rather than built in, a tty is not required to read the passphras

Re: apr_network_io

2002-01-18 Thread Jeff Trawick
Harrie Hazewinkel <[EMAIL PROTECTED]> writes: > APR_DECLARE(apr_status_t) apr_sockaddr_info_get(apr_sockaddr_t **sa, > const char *hostname, > apr_int32_t family, > apr_por

Re: fails to compile dbm

2002-01-18 Thread Roy T. Fielding
That seems to fix it. +1 Roy On Thu, Jan 17, 2002 at 04:15:19PM -0800, Greg Stein wrote: > Urk... that is my fault. The DB_NOTFOUND is not in db1, which is apparently > what you're including/linking against. Please try this patch: > > Index: apr_dbm_berkeleydb.c > =

Re: fails to compile dbm

2002-01-18 Thread Greg Stein
Urk... that is my fault. The DB_NOTFOUND is not in db1, which is apparently what you're including/linking against. Please try this patch: Index: apr_dbm_berkeleydb.c === RCS file: /home/cvs/apr-util/dbm/apr_dbm_berkeleydb.c,v retriev