Opened 7 years ago

Closed 7 years ago

#9352 closed enhancement (overcomebyevents)

apr-util will not configure with openssl-1.1

Reported by: bdubbs@… 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 Pierre Labastie, 7 years ago

Owner: changed from blfs-book@… to Pierre Labastie
Status: newassigned

comment:2 by Pierre Labastie, 7 years ago

Hmmm, this change is in the patch, but I think autoreconf should be run. Will test.

comment:3 by Pierre Labastie, 7 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 Pierre Labastie, 7 years ago

Resolution: overcomebyevents
Status: assignedclosed
Note: See TracTickets for help on using tickets.