Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32748 - apache ebuild does not use care about ipv6 useflag (as it should)
Summary: apache ebuild does not use care about ipv6 useflag (as it should)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
: 38926 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-11-04 14:52 UTC by Christian Parpart (RETIRED)
Modified: 2004-04-22 11:15 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Parpart (RETIRED) gentoo-dev 2003-11-04 14:52:22 UTC
see summary;

if ipv6 useflag is not set, ./configure SHALL be invoked with argument --disable-ipv6;

we needed to hack this into our ebuilds since we got some weird reactions of apache binary when starting listening on port foo at function setsockopt(..IPV6_ONLY...);

Cheers,
Christian Parpart.
Comment 1 Lindsay Haisley 2003-11-12 17:16:35 UTC
I get these ipv6 errors out of apache when the ipv6 useflag _is_ set during                         
the build.  I've had it set since I installed gentoo on the box.                             

# /etc/init.d/apache2 start
 * Starting apache2...
[Wed Nov 12 19:15:52 2003] [crit] (92)Protocol not available: make_sock: for address [::]:80, apr_socket_opt_set: (IPV6_V6ONLY)
no listening sockets available, shutting down
Unable to open logs
Comment 2 Scott Carr 2004-01-21 13:31:26 UTC
Issue 32389 is tracking this.  I don't know if this is a different view of the same issue or not, but 32389 has a patch for the IPV6_ONLY starting Apache2 problem.
Comment 3 Michal Januszewski (RETIRED) gentoo-dev 2004-01-21 13:48:29 UTC
*** Bug 38926 has been marked as a duplicate of this bug. ***
Comment 4 Chuck Short (RETIRED) gentoo-dev 2004-04-22 11:15:25 UTC
This has been resolved in 2.0.49-r1 already.