[PATCH] APR-Util fails to detect NSS

2008-10-12 Thread Arfrever Frehtes Taifersar Arahesis
APR-Util fails to detect NSS on Gentoo GNU/Linux: ... checking nspr/nspr.h usability... yes checking nspr/nspr.h presence... yes checking for nspr/nspr.h... yes checking nss/nss.h usability... no checking nss/nss.h presence... no checking for nss/nss.h... no checking for PR_Initialize in

Re: apr_dbd_prepare() corrupts arguments on failure

2008-10-12 Thread Dave Ingram
Some additional info: This all appears to work fine if the statement is valid. Actually, it turns out that apr_dbd_prepare() is destroying its arguments no matter whether it succeeds or not. What's going on? Does anyone have any handy examples of how to use the DBD code? D

Fwd: Re: apr_dbd_prepare() corrupts arguments on failure

2008-10-12 Thread Nick Kew
Begin forwarded message: From: [EMAIL PROTECTED] (Mail Delivery System) Date: 12 October 2008 23:16:54 BDT To: [EMAIL PROTECTED] Subject: Undelivered Mail Returned to Sender This is the Postfix program at host munin.local. I'm sorry to have to inform you that your message could not be

Re: [PATCH] APR-Util fails to detect NSS

2008-10-12 Thread Graham Leggett
Arfrever Frehtes Taifersar Arahesis wrote: APR-Util fails to detect NSS on Gentoo GNU/Linux: ... checking nspr/nspr.h usability... yes checking nspr/nspr.h presence... yes checking for nspr/nspr.h... yes checking nss/nss.h usability... no checking nss/nss.h presence... no checking for

Re: apr_dbd_prepare() corrupts arguments on failure

2008-10-12 Thread Bojan Smojver
On Sun, 2008-10-12 at 19:11 +0100, Dave Ingram wrote: Actually, it turns out that apr_dbd_prepare() is destroying its arguments no matter whether it succeeds or not. What's going on? Does anyone have any handy examples of how to use the DBD code? My best bet is that you have pool