https://bz.apache.org/bugzilla/show_bug.cgi?id=60978

--- Comment #3 from Stefan Eissing <[email protected]> ---
The message:

checking for nghttp2_session_server_new2 in -lnghttp2... no
configure: error: "library nghttp2 not found"

says that the compiler could not find the nghttp2 library during configuration.
It checks in the standard location on your system. If you specify a --prefix to
your config, it searches in $prefix/lib.

Your log also states things such as:
"AH01882: Init: this version of mod_ssl was compiled against a newer library
(OpenSSL 1.0.2k  26 Jan 2017, versio$"
which indicates that something is fishy. If you compile with one version of the
library and then run your server with another, anything may happen.

There are binary distributions of mod-http2 available from people. Have a look
at https://github.com/icing/mod_h2 under 'packages'.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to