On Thu, Oct 16, 2014 at 5:57 AM, Mimiko <[email protected]> wrote: > I've compiled httpd 2.4.11 and in modules directory are only *.a and *.la > modules. How can I load them?
You can't. Usually this happens when your version of libtool doesn't know how to create shared libraries on your platform (you can find the message in config.log). It can be from bad compiler/linker flags or from an out-of-date libtool. Unfortunately the httpd build does not break up front under this condition.
