Re: [users@httpd] Adding static module in Apache-2.4.23

2017-02-25 Thread Daniel
There is an awesome guide you can follow for this in here: http://httpd.apache.org/docs/2.4/en/install.html 2017-02-24 16:06 GMT+01:00 Hemant Chaudhary : > Hi > > Yes my environment is not supporting shared library. For recompiling the > server how should I proceed > > > On Feb 24, 2017 8:12 PM,

Re: [users@httpd] Adding static module in Apache-2.4.23

2017-02-24 Thread Hemant Chaudhary
Hi Yes my environment is not supporting shared library. For recompiling the server how should I proceed On Feb 24, 2017 8:12 PM, "Eric Covener" wrote: > On Fri, Feb 24, 2017 at 4:31 AM, Hemant Chaudhary > wrote: > > > > I am trying to add foo module in my apache server using apxs. But I am >

Re: [users@httpd] Adding static module in Apache-2.4.23

2017-02-24 Thread Eric Covener
On Fri, Feb 24, 2017 at 4:31 AM, Hemant Chaudhary wrote: > > I am trying to add foo module in my apache server using apxs. But I am not > able to create .so file of module. But it creates mod_foo.a and mod_foo.la. > Because mod_foo.so is not present, I am unable to write "LoadModule mod_foo > /mo

[users@httpd] Adding static module in Apache-2.4.23

2017-02-24 Thread Hemant Chaudhary
Hi I am trying to add foo module in my apache server using apxs. But I am not able to create .so file of module. But it creates mod_foo.a and mod_foo.la. Because mod_foo.so is not present, I am unable to write "LoadModule mod_foo /module/mod_foo.so" in httpd.conf. My all modules built are static.