[Kea-users] Compilation failure with OpenSSL 1.1

Adam Majer adamm at zombino.com
Mon Jul 25 20:16:05 UTC 2016


Hello,

Kea seems to fail to compile with OpenSSL 1.1. It was reported in
Debian at,

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828356

and build logs,

  https://breakpoint.cc/openssl-1.1-rebuild-2016-05-29/Attempted/isc-kea_1.0.0-3_amd64-20160530-2110

ATM, I didn't look into this any further.


Additionally, it fails to compile with default warnings-are-errors
compiler option with GCC 6 primarily because of use of auto_ptr.

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831123

auto_ptr is generally bad, so moving away from this construct is a
good thing. unique_ptr and shared_ptr both being better alternatives.

- Adam



More information about the Kea-users mailing list