Hi

For your info.

Using svn development, 2017-06-10. Tested 2 times jhalfs install, versio 3964, with blfs-support tools all. Both times all other went ok, but does not install this apr-util-1.5.4 package

after ./configure it gives error

configure: checking for openssl in /usr
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking for BN_init in -lcrypto... no
checking for openssl/x509.h... (cached) yes
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
and after that, it seems done as normal and it went ok, perhaps working also ok.

Regards
Timo


-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to