Hi It is not creating .so for mod_lua also. Only creating mod_lua.a and mod_http2.a . But for other modules like mod_authn_file.so is create, mod_mpm_worker.so etc.
Thanks Hemant On Thu, Jul 20, 2017 at 12:11 PM, Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > 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 >