Created attachment 444642 [details] build.log libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -march=native -mtune=native -O2 -pipe -Wall -fno-rtti -fno-exceptions -c SSLConnection.cc -fPIC -DPIC -o .libs/SSLConnection.o In file included from SSLConnection.h:25:0, from SSLConnection.cc:21: SSLConnection.cc: In member function ‘void SSLConnection::InitSSL()’: SSLConnection.cc:53:7: error: ‘SSL_library_init’ was not declared in this scope OpenSSL_add_ssl_algorithms(); ^ SSLConnection.cc:57:30: error: ‘SSL_load_error_strings’ was not declared in this scope SSL_load_error_strings(); ^ make[1]: *** [Makefile:491: SSLConnection.lo] Error 1 make[1]: Leaving directory '/var/tmp/portage/www-misc/htdig-3.2.0_beta6-r4/work/htdig-3.2.0b6/htnet' make: *** [Makefile:445: all-recursive] Error 1
Since we decided to no longer build openssl without deprecated features, this bug can now be considered as fixed (but will eventually reappear once openssl upstream finally removed deprecated features from their code).