Re: Httpd-2.4.23 not creating .so file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jan 12, 2017 at 7:44 AM, Hemant Chaudhary
<hemantdude.chaudhary@xxxxxxxxx> wrote:
> Hi
>
> I am porting httpd-2.4.23 on nonstop tandem. But .so file is not created in
> modules, hence I am unable to start apache.
>
> Only .a and .la of modules are present in module folder.
>
> Is it possible to start httpd-2.4.23 without .so file of modules ? If not
> then how to create .so file.
>
> My configure command - ./configure   --with-included-apr
> --with-pcre=/home/hemant/apache/httpd-2.4.23/srclib/pcre
> --prefix=/home/hemant/apache

You should be able to link the modules statically with
--enable-mods-static="module1 module2..." (where "module1" is the name
of some module without mod_ prefix, e.g. "rewrite" or "proxy"), or
some predefined set with --enable-mods-static=few|most|all.

Then the "LoadModule" in httpd.conf are not needed.

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux