Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693610 - 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
Summary: www-servers/apache-2.4.41[apache2_modules_session_crypto] with dev-libs/apr-u...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-06 15:43 UTC by Alessandro Barbieri
Modified: 2021-02-19 01:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
apache-2.4.41:20190906-125134.log (apache-2.4.41:20190906-125134.log,28.54 KB, text/plain)
2019-09-06 15:44 UTC, Alessandro Barbieri
Details
apr-util-1.6.1-r3:20190906-152643.log (apr-util-1.6.1-r3:20190906-152643.log,3.12 KB, text/plain)
2019-09-06 15:46 UTC, Alessandro Barbieri
Details
info-apache (info-apache,12.16 KB, text/plain)
2019-09-06 15:49 UTC, Alessandro Barbieri
Details
info-apr-util (info-apr-util,13.44 KB, text/plain)
2019-09-06 15:49 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
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.