Hi all
I want to load mod_http2 in my apache-2.4.25. I have installed nghttp2 also.
But my all others modules are shared i:e .so but my mod_http2 is creating only static i:e .a
In my configure I have given --enable-mods-shared=all and --with-nghttp2=/path/of/ngttp2
I tried with --enable-http2., also creating only static not dynamic.
Please help to create .so of http2.
Thanks
Hemant