On Mon, Aug 27, 2012 at 1:49 PM, michael chlon <mic.a.elle.ch...@gmail.com> wrote: > Package: openvswitch-datapath-source > Version: 1.4.2+git20120612-9 > Severity: normal > > Hello, > > Whe I compile the source with: m-a a-i openvswitch-datapath, all go OK, > except that it refuses to > install the package ! > One have to do it with dpkg. > And when I try to load the module: brcompat_mod, with modprobe, > here is the output: > > ERROR: could not insert 'brcompat_mod': Exec format error > > And in dmesg: > > brcompat_mod: exports duplicate symbol br_should_route_hook (owned by > bridge)
This indicates that the bridge module is loaded. You can't have both the bridge and brcompat loaded at the same time so you'll have to unload the bridge first. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org