Re: Build compilation error with DES and build without NTML
Date: Sun, 24 May 2020 16:50:37 +0200 (CEST)
On Sun, 24 May 2020, shiftag via curl-library wrote:
> I have an issue with libcurl with DES library coming from OpenSSL. I
> have the following errors:
...
> The thing is I would like to build it without NTML functionality.
I think you took the wrong way towards making that happen. I would recommend
you use "configure --disable-crypto-auth" or perhaps introduce a new configure
option for disabling only ntlm.
> $ ./config --release no-shared no-dso no-engine no-psk no-ec2m
> no-comp no-srtp no-weak-ssl-ciphers no-deprecated no-afalgeng no-capieng
> no-cms no-dgram no-hw-padlock no-makedepend no-nextprotoneg no-ocsp
> no-tests no-ts --prefix=$(DEPINST) --openssldir=$(DEPINST) && make &&
> make install_sw && cp apps/openssl $(DEPINST)/bin
curl assumes a mostly default build of OpenbSSL and if you go beyond that, it
is up you. There are millions of possible OpenSSL build combinations, we
simply cannot make sure curl works with all of those.
-- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-05-24