Cannot load libexec/apache24/mod_ssl.so

Verify that the SSL option is on for you in make showconfig when run under /usr/ports/www/apache24. You might have an old version of the file laying around in the modules directory for Apache but the new version of Apache will refuse to load it with error message you quoted.
 
Thanks, but already done the same.

# find / -name mod_ssl.so -print
Code:
/usr/local/libexec/apache24/mod_ssl.so

# ls -lh /usr/local/libexec/apache24/mod_ssl.so
Code:
-rwxr-xr-x  1 root  wheel  178K May 24 13:01 /usr/local/libexec/apache24/mod_ssl.so
More information here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209743#c3
but so far, no definitive solution.

*** Solved ***

Have discovered problems regarding the FreeBSD base (default) instance of OPENSSL. See the following: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209743#c29

I've also [tried unsuccessfully to upload] to this forum, a PDF copy of my reported solution to bugzilla.

I have moved a copy to one of my servers: http://archaxis.net/htdocs/RTWingfield/htdocs/share/System_maintenance_diary_p29.pdf

Perhaps this will help someone :)
 
Last edited:
Back
Top