Project

General

Profile

Actions

Bug #2292

closed

Compiling against ipv6-disabled uclibc fails with "undefined reference to `in6addr_any'"

Added by ako673de about 13 years ago. Updated over 10 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

...in "network.c" - even if ./configure option --disable-ipv6 is selected. I tried with the trunk builds 1992 and 2776, but both show the same behaviour.

I need the "mod-proxy-core" features of v1.5.0, so please don't refer me to 1.4.x versions (I know some of them do compile correctly on my NAS - well, at least somebody out there managed to...).

However, while this issue seems to be around for quite a while: Am I really the only person to encounter it? Or am I doing something basically wrong (over and over again for days now)?

Help would be greatly appreciated.

best regards
ako673de


Files

no-ipv6.patch (416 Bytes) no-ipv6.patch bert, 2013-09-13 10:59

Related issues 1 (0 open1 closed)

Has duplicate Bug #2310: --disable-ipv6 not workingDuplicate2011-05-03Actions
Actions #1

Updated by stbuehler about 13 years ago

  • Assignee deleted (ako673de)
  • Priority changed from High to Normal
Well, you could try to either:
  • just build uclibc with ipv6 too (it's da future!!!)
  • remove line 65 in src/socket.h: #define HAVE_IPV6
Actions #2

Updated by bert over 10 years ago

I've enclosed a patch which removes the offending line, and the obsolete lines around it.

Also, bug #2310 is a duplicate of this bug, but I don't have a way to mark it as such apparently.

Actions #3

Updated by stbuehler over 10 years ago

  • Status changed from Patch Pending to Fixed
  • % Done changed from 0 to 100

Applied in changeset r2907.

Actions

Also available in: Atom