lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 8 Apr 2008 09:57:39 +0300
From:	"Andy Johnson" <johnsonzjo@...il.com>
To:	"YOSHIFUJI Hideaki / 吉藤英明" 
	<yoshfuji@...ux-ipv6.org>
Cc:	davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [GIT PULL net-2.6.26] [IPV6] MROUTE: Support multicast routing.

Hello,

This is what I get when trying to build pim6sd:

git-clone git://git.linux-ipv6.org/gitroot/yoshfuji/mcast-tools.git

cd mcast-tools

aclocal; automake; autoconf
./configure
cd pim6sd
make

And this is the output:

Making all in .
make[1]: Entering directory `/src1/mcast-tools/pim6sd'
gcc -DHAVE_CONFIG_H -I. -I../include     -g -O2 -MT mld6.o -MD -MP -MF
.deps/mld6.Tpo -c -o mld6.o mld6.c
mld6.c: In function 'init_mld6':
mld6.c:210: error: 'ICMP6_MEMBERSHIP_QUERY' undeclared (first use in
this function)
mld6.c:210: error: (Each undeclared identifier is reported only once
mld6.c:210: error: for each function it appears in.)
mld6.c:211: error: 'ICMP6_MEMBERSHIP_REPORT' undeclared (first use in
this function)
mld6.c:212: error: 'ICMP6_MEMBERSHIP_REDUCTION' undeclared (first use
in this function)
mld6.c: In function 'accept_mld6':
mld6.c:451: error: 'MLD_LISTENER_DONE' undeclared (first use in this function)
make[1]: *** [mld6.o] Error 1
make[1]: Leaving directory `/src1/mcast-tools/pim6sd'
make: *** [all-recursive] Error 1


I am running it on Feodra Core 8 (64 bit). The same errors occurred also
on Feodra Core 8 (32 bit)

Any ideas ?

AJ



On Mon, Apr 7, 2008 at 5:37 PM, YOSHIFUJI Hideaki / 吉藤英明
<yoshfuji@...ux-ipv6.org> wrote:
> In article <147a89290804070613o5274432frb50995433a9a95f3@...l.gmail.com> (at Mon, 7 Apr 2008 16:13:59 +0300), "Andy Johnson" <johnsonzjo@...il.com> says:
>
>  >   I had compilation errors when trying to build pim6sd soleley , and
>  > it seems to me that the code should be changed for it to compile.
>
>  It SHOULD compile and work...
>  If you fail to build pim6sd, please drop a report to me.  Thanks.
>
>
>  > I found another PIM-sm open source project, which **does** build
>  > cleanly on my Linux box:
>  > It is mrd6:
>  > http://fivebits.net/proj/mrd6/
>  >
>  > Perhaps you have any ideas:
>  > Should it work with  multicast routing with this kernel patch ? are
>  > there specific requirements which mcast-tools fulfiils (and maybe mrd6
>  > does not) ?
>
>  MRD6 seems independent from this kernel patch so far.
>  The kernel patch is regarding in-kernel multicast forwarding.
>
>  --yoshfuji
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ