[Bug 235173] www/apache24: mod_ssl.so: Can't locate structure ssl_module

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 24 14:21:12 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235173

--- Comment #2 from theis at gmx.at ---
Another update:
In the build log I found some suspicious lines:
 eval: /usr/local/bin/nm: not found
They appear for some modules only, one of them my mod_ssl. I checked mod_https,
which I don't enable, and that was also missing the symbol http2_module.
After I copied /usr/bin/nm to /usr/local/bin/nm the build was OK and I could
use mod_ssl again.
So: why does the build look for nm in /usr/local/bin and not /usr/bin? 
And what does it need nm for?
And why won't it export the symbols if nm is missing?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-apache mailing list