Compiling for IPv6

2010-05-28 Thread Simone Morandini
Hi all, I'd like to set up an IPv6 instance of BIRD for our members, but I'm having some troubles with make. When I issue ./configure --enable-ipv6 everything goes fine, but the subsequent make at a certain poing gives these errors: [...] gcc -I../ -I../.. -g -O2 -Wall -Wstrict-prototypes

bird6 segfault

2010-05-28 Thread Arjan Filius
Hello, Starting to configure bird6 for iBGP and ran in a repeatable crash running 1.2.2 from ppa on ubuntu 10.04 LTS x64. as soon as i configure in a protocol bgp it's neighbor like: neighbor 2A00:1388:::3 as MYAS; bird6 crashes i unset the ulimit core to produce a core file, but no

Re: bird6 segfault

2010-05-28 Thread Arjan Filius
Hello, an update. added listen bgp v6only; in the global section of my bird6.conf seems to solve it. a mistery still why it kept running with exchange connection then, that put me on the wrong foot. i'd always saw a bird6: sk_open: bind: Address already in use which i ignored for later

Re: Compiling for IPv6

2010-05-28 Thread Stefan Jakob
Hi Simone, Am 28.05.2010 11:51, schrieb Simone Morandini: I'd like to set up an IPv6 instance of BIRD for our members, but I'm having some troubles with make. When I issue ./configure --enable-ipv6 everything goes fine, but the subsequent make at a certain poing gives these errors: Try

Re: Compiling for IPv6

2010-05-28 Thread Ondrej Filip
On 28.5.2010 11:51, Simone Morandini wrote: Hi all, I'd like to set up an IPv6 instance of BIRD for our members, but I'm having some troubles with make. When I issue ./configure --enable-ipv6 everything goes fine, but the subsequent make at a certain poing gives these errors: [...] gcc -I../

Re: bird6 segfault

2010-05-28 Thread Ondrej Zajicek
On Fri, May 28, 2010 at 02:26:51PM +0200, Arjan Filius wrote: Hello, Hello, thanks for the bugreport. an update. added listen bgp v6only; in the global section of my bird6.conf seems to solve it. a mistery still why it kept running with exchange connection then, that put me on the