Re: apu-util DBD back-ends

2012-09-08 Thread olli hauer
On 2012-09-07 22:08, Stefan Fritsch wrote: > On Thursday 16 August 2012, olli hauer wrote: >> My my intention comes from the FreeBSD ports system. >> We do not use the bundled apr/apr-util from apache, there we use >> apr / apr-util as own port. (Perhaps with apr-1.4.6 and >> apr-util-1.5 in a view

Re: crypt_r versus macosx

2012-09-08 Thread Jeff Trawick
On Sat, Sep 8, 2012 at 11:18 AM, Graham Leggett wrote: > On 8 Sep 2012, at 13:46, Jeff Trawick wrote: > >> Also, on platforms where OpenSSL is installed in a usual location, you only >> need >> >> --with-crypto --with-openssl >> >> Why does it work like this? APR-Util supports either NSS or Ope

Re: crypt_r versus macosx

2012-09-08 Thread Graham Leggett
On 8 Sep 2012, at 13:46, Jeff Trawick wrote: > Also, on platforms where OpenSSL is installed in a usual location, you only > need > > --with-crypto --with-openssl > > Why does it work like this? APR-Util supports either NSS or OpenSSL > libraries (or presumably others in the future) and force

Re: crypt_r versus macosx

2012-09-08 Thread Jeff Trawick
On Sat, Sep 8, 2012 at 8:54 AM, Benson Margulies wrote: > A) would you like a bugzilla? Not necessary... > > b) I agree about the default. I'll give folks a chance to comment about defaulting to OpenSSL before changing anything. > > > > On Sat, Sep 8, 2012 at 8:46 AM, Jeff Trawick wrote: >> >

Re: crypt_r versus macosx

2012-09-08 Thread Benson Margulies
A) would you like a bugzilla? b) I agree about the default. On Sat, Sep 8, 2012 at 8:46 AM, Jeff Trawick wrote: > On Sat, Sep 8, 2012 at 8:32 AM, Benson Margulies > wrote: > > I've explained it. Is the following a bug? > > > > Step 1: > > > > ./configure --with-apr=/opt/apr-1.4.6 --with-cry

Re: crypt_r versus macosx

2012-09-08 Thread Jeff Trawick
On Sat, Sep 8, 2012 at 8:32 AM, Benson Margulies wrote: > I've explained it. Is the following a bug? > > Step 1: > > ./configure --with-apr=/opt/apr-1.4.6 --with-crypto > > include/apu.h:#define APU_HAVE_CRYPTO0 > > Step 2: > > ./configure --with-apr=/opt/apr-1.4.6 --with-crypto --with-op

Re: crypt_r versus macosx

2012-09-08 Thread Benson Margulies
I've explained it. Is the following a bug? Step 1: ./configure --with-apr=/opt/apr-1.4.6 --with-crypto include/apu.h:#define APU_HAVE_CRYPTO0 Step 2: ./configure --with-apr=/opt/apr-1.4.6 --with-crypto --with-openssl=/usr include/apu.h:#define APU_HAVE_CRYPTO1