svn commit: r483139 - in head/www/apache24: . files

Kurt Jaeger pi at freebsd.org
Sun Oct 28 17:46:00 UTC 2018


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 at FreeBSD.org         +49 171 3101372              2 years to go !


More information about the freebsd-apache mailing list