On Tue, Mar 29, 2016 at 6:03 PM, Leonay Wynn <lwkj...@gmail.com> wrote:
> I have added ./configure --prefix=/apps/httpd --enable-ssl
> --with-ssl=/usr/local/ssl --with-mpm=worker --enable-module=headers
> --enable-shared=headers
>
> my mod_headers.so is not being generated with this. I tried to copy over the
> mod.so files i need to run my previous config from my old dir but the are
> not working. do you know how i would go about getting the needed
> mod_headers.so ? i only see mod_headers.a and mod_headers.la in the modules
> directory.

You could try --enable-headers=shared instead of
--enable-module=headers plus -enable-shared=headers.

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to