On Thu, Dec 3, 2009 at 11:41 AM, Daniel Reinhardt <crypto...@cryptodan.net> 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 > <crypto...@cryptodan.net> 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-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org