Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 693610

Summary: www-servers/apache-2.4.41[apache2_modules_session_crypto] with dev-libs/apr-util[libressl] - configure: WARNING: Your APR does not include SSL/EVP support. To enable it: configure --with-crypto // configure: error: mod_session_crypto cannot be enabled
Product: Gentoo Linux Reporter: Alessandro Barbieri <lssndrbarbieri>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED OBSOLETE    
Severity: normal CC: apache-bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: apache-2.4.41:20190906-125134.log
apr-util-1.6.1-r3:20190906-152643.log
info-apache
info-apr-util

Description Alessandro Barbieri 2019-09-06 15:43:19 UTC
www-servers/apache-2.4.41 APACHE2_MODULES=session_crypto fail with

configure: WARNING: Your APR does not include SSL/EVP support. To enable it: configure --with-crypto
configure: error: mod_session_crypto cannot be enabled
Comment 1 Alessandro Barbieri 2019-09-06 15:44:21 UTC
Created attachment 589182 [details]
apache-2.4.41:20190906-125134.log

apache2-log
Comment 2 Alessandro Barbieri 2019-09-06 15:46:11 UTC
Created attachment 589184 [details]
apr-util-1.6.1-r3:20190906-152643.log

apr-util-log
Comment 3 Alessandro Barbieri 2019-09-06 15:49:45 UTC
Created attachment 589186 [details]
info-apache

info-apache
Comment 4 Alessandro Barbieri 2019-09-06 15:49:59 UTC
Created attachment 589188 [details]
info-apr-util

info-apr-util
Comment 5 Alessandro Barbieri 2019-09-06 15:56:28 UTC
after adding EXTRA_ECONF="--with-crypto" to apr-util
the build fail

configure: error: Crypto was requested but no crypto library could be enabled; specify the location of a crypto library using --with-openssl, --with-nss, and/or --with-commoncrypto.