Date: Sun, 28 Oct 2018 18:45:54 +0100 From: Kurt Jaeger <pi@freebsd.org> To: Bernard Spil <brnrd@freebsd.org> Cc: Kurt Jaeger <pi@freebsd.org>, apache@freebsd.org Subject: Re: svn commit: r483139 - in head/www/apache24: . files Message-ID: <20181028174554.GB1107@fc.opsec.eu> In-Reply-To: <b162ad56b3d28405ba5250569cf02fe5@freebsd.org> References: <201810271436.w9REafeR040613@repo.freebsd.org> <20181028162434.GA1107@fc.opsec.eu> <b162ad56b3d28405ba5250569cf02fe5@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! > >> Log: > >> www/apache24: Update to 2.4.37 > >> > >> - Adds TLSv1.3 support with security/openssl111 > > > > On a 11.2p4 amd64, if I try to use mod_ssl.so, this happens: > > > > httpd: Syntax error on line 138 of /usr/local/etc/apache24/httpd.conf: > > Cannot load /usr/local/libexec/apache24/mod_ssl.so into server: > > /usr/local/libexec/apache24/mod_ssl.so: Undefined symbol "RAND_egd" > > > > Any ideas ? > > Sounds like a conflict in libs used. Can the cause be that apr-1 is using 11.2 base openssl, but apache24 uses openssl111 ? > EGD has been OK for a long while in the ports tree, it was one of the > first things that was removed by LibreSSL and all ports were updated > subsequently. > EGD support in OpenSSL can easily be checked by checking for > OPENSSL_NO_EGD in include/openssl/opensslconf.h (if it is there, then it > EGD NOT available... OpenSSL idiosyncrasies). > > Better open a PR I guess. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232765 -- pi@FreeBSD.org +49 171 3101372 2 years to go !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181028174554.GB1107>