View previous topic :: View next topic |
Author |
Message |
igoldtho n00b

Joined: 20 Apr 2003 Posts: 22
|
Posted: Mon Nov 03, 2003 4:37 am Post subject: Apache won't start after 'emerge world' |
|
|
Has anyone seen this?
Can anyone tell me how to fix it?
root # /etc/init.d/apache2 start
* Starting apache2...
[Mon Nov 03 12:29:59 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
root # apache2ctl -t
Syntax OK |
|
Back to top |
|
 |
Scotty49 Tux's lil' helper


Joined: 14 May 2003 Posts: 86
|
Posted: Mon Nov 03, 2003 9:58 am Post subject: |
|
|
Hello!
I don't know, but
sounds like you have selected IPv6 as your only valid IP protocol. No idea, if it helps, but try unmerging apache and then
Code: | USE="-ipv6" emerge apache |
you should also check your rc.conf for protocol settings.
Hope this helps!
Scotty |
|
Back to top |
|
 |
igoldtho n00b

Joined: 20 Apr 2003 Posts: 22
|
Posted: Mon Nov 03, 2003 2:55 pm Post subject: |
|
|
Just tried that still the same error - thanks for your reply though.
I'm wondering whether I broke something when I recompiled the kernel to get my cd burner working - config looks OK though (ipv4 and ipv6 enabled).
I might try recompiling without ipv6 support... |
|
Back to top |
|
 |
bryon Apprentice


Joined: 14 Feb 2003 Posts: 163
|
Posted: Mon Nov 03, 2003 7:23 pm Post subject: etc |
|
|
do you have any etc files that need to be updated? |
|
Back to top |
|
 |
igoldtho n00b

Joined: 20 Apr 2003 Posts: 22
|
Posted: Tue Nov 04, 2003 1:48 am Post subject: |
|
|
Well I recompiled my kernel with ipv6 as a module (I'm not using it anyway) and everything seems OK now!
I wonder If I could have compiled apache with ipv6 support and got the same result?
Anyhow, seems kind of arse about, but now - it aint broke ...
Thanks for your help. |
|
Back to top |
|
 |
pauldv Retired Dev


Joined: 12 Jul 2002 Posts: 44 Location: Bournemouth England
|
|
Back to top |
|
 |
|