On Sat, Sep 8, 2012 at 8:54 AM, Benson Margulies <[email protected]> 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 <[email protected]> wrote: >> >> On Sat, Sep 8, 2012 at 8:32 AM, Benson Margulies <[email protected]> >> 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_CRYPTO 0 >> > >> > Step 2: >> > >> > ./configure --with-apr=/opt/apr-1.4.6 --with-crypto --with-openssl=/usr >> > >> > include/apu.h:#define APU_HAVE_CRYPTO 1 >> >> 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 forces you to >> choose which one. >> >> Adding "Specify the crypto library using --with-openssl or --with-nss" >> to the "Crypto was requested but no crypto library was enabled" >> message will definitely help. >> >> Possibly defaulting to --with-openssl if --with-crypto is requested >> but neither library is specified would be fine. > > -- Born in Roswell... married an alien... http://emptyhammock.com/
