Re: Building Apache 2.2 without IPv6

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

 



On Thu, Dec 3, 2009 at 11:41 AM, Daniel Reinhardt
<cryptodan@xxxxxxxxxxxxx> wrote:
> Jeff,
>
> I have done the below with --disable-ipv6 in my configure options, but it
> still builds it with IPv6 Enabled.
>
> On Thu, Dec 3, 2009 at 12:43 AM, Daniel Reinhardt
> <cryptodan@xxxxxxxxxxxxx> wrote:
>>
>> How would I tell apr to leave out IPv6 when compiling?
>
> Add --disable-ipv6 to your configure options.
>
> Hint: ./configure --help (and srclib/apr/configure --help if using bundled
> APR)

I guess you're building with the system APR instead of the APR bundled
with httpd.  (httpd picks up IPv6 settings from the APR it uses.)
Confirm that srclib/apr/include/apr.h did not get created, meaning
that you are using the system APR.

To build the bundled APR with httpd, allowing you to disable IPv6 in
APR, add --with-included-apr to your existing configure options
(including --disable-ipv6).

If you have third-party modules you use with httpd, it would be best
to recompile them to pick up the new APR setting.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-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