Opened 8 years ago
Closed 8 years ago
#9352 closed enhancement (overcomebyevents)
apr-util will not configure with openssl-1.1
Reported by: | Owned by: | Pierre Labastie | |
---|---|---|---|
Priority: | normal | Milestone: | 8.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Via lfs-support (Timo dev):
checking for BN_init in -lcrypto... (cached) no checking whether EVP_PKEY_CTX_new is declared... yes configure: error: Crypto was requested but no crypto library could be enabled; specify the location of a crypto library using --with-openssl, --with-nss, etc.
I googled and found that, BN_init removed in OpenSSL 1.1.0. So I tested
sed -i 's/BN_init/BN_new/g' configure
I confirmed that the sed fixes configure. We just need to update the book.
Change History (4)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
apr-1.6.2 apr-util-1.6.0 are out, and should be usable with openssl-1.1 without patch. I'll do the updates to apr and apr-util, and close as "overcomebyevents"
comment:4 by , 8 years ago
Resolution: | → overcomebyevents |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Hmmm, this change is in the patch, but I think autoreconf should be run. Will test.