Re: [users@httpd] Re: Mod_http2 as static

2017-07-20 Thread Yann Ylavic
On Thu, Jul 20, 2017 at 10:34 AM, Yann Ylavic wrote: > Hi, > > On Thu, Jul 20, 2017 at 8:46 AM, Hemant Chaudhary > wrote: >> >> 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. >

Re: [users@httpd] Re: Mod_http2 as static

2017-07-20 Thread Yann Ylavic
Hi, On Thu, Jul 20, 2017 at 8:46 AM, Hemant Chaudhary wrote: > > 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. --enable-http2=shared --enable-lua=shared works for me. Regards,

[users@httpd] Re: Mod_http2 as static

2017-07-19 Thread Hemant Chaudhary
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 l