Re: APR feature detection

2009-04-03 Thread Dave Ingram
Sorin Manolache wrote: On Thu, Apr 2, 2009 at 19:45, Dave Ingram d...@dmi.me.uk wrote: Hi guys, Is there any way that my module can detect which APR features are enabled in Apache? It relies on DBD, and if that's not available then my module just segfaults, which isn't very friendly. I'd

APR feature detection

2009-04-02 Thread Dave Ingram
Hi guys, Is there any way that my module can detect which APR features are enabled in Apache? It relies on DBD, and if that's not available then my module just segfaults, which isn't very friendly. I'd prefer to give an error message to the user, telling them that DBD is required. Does anyone

Re: APR feature detection

2009-04-02 Thread Sorin Manolache
On Thu, Apr 2, 2009 at 19:45, Dave Ingram d...@dmi.me.uk wrote: Hi guys, Is there any way that my module can detect which APR features are enabled in Apache? It relies on DBD, and if that's not available then my module just segfaults, which isn't very friendly. I'd prefer to give an error