Hello guys, I am having problem with OpenVSwitch installation my CentOS 5.5. I used this commands:
$ wget http://openvswitch.org/releases/openvswitch-1.1.0pre2.tar.gz $ tar zxvf openvswitch-1.1.0pre2.tar.gz $ cd openvswitch-1.1.0pre2 Step2. Compile $ ./boot.sh $ ./configure --with-l26=/lib/modules/`uname -r`/build $ make But after typing make I get this: [root@localhost openvswitch-1.1.0pre2]# make make all-recursive make[1]: Entering directory `/root/openvswitch-1.1.0pre2' Making all in datapath make[2]: Entering directory `/root/openvswitch-1.1.0pre2/datapath' Making all in linux-2.6 make[3]: Entering directory `/root/openvswitch-1.1.0pre2/datapath/linux-2.6' make -C /lib/modules/2.6.18-371.6.1.el5/build M=/root/openvswitch-1.1.0pre2/datapath/linux-2.6 modules make[4]: Entering directory `/usr/src/kernels/2.6.18-371.6.1.el5-i686' CC [M] /root/openvswitch-1.1.0pre2/datapath/linux-2.6/addrconf_core-openvswitch.o /root/openvswitch-1.1.0pre2/datapath/linux-2.6/addrconf_core-openvswitch.c: In function '__ipv6_addr_type': /root/openvswitch-1.1.0pre2/datapath/linux-2.6/addrconf_core-openvswitch.c:78: error: 'IPV6_ADDR_RESERVED' undeclared (first use in this function) /root/openvswitch-1.1.0pre2/datapath/linux-2.6/addrconf_core-openvswitch.c:78: error: (Each undeclared identifier is reported only once /root/openvswitch-1.1.0pre2/datapath/linux-2.6/addrconf_core-openvswitch.c:78: error: for each function it appears in.) make[5]: *** [/root/openvswitch-1.1.0pre2/datapath/linux-2.6/addrconf_core-openvswitch.o] Error 1 make[4]: *** [_module_/root/openvswitch-1.1.0pre2/datapath/linux-2.6] Error 2 make[4]: Leaving directory `/usr/src/kernels/2.6.18-371.6.1.el5-i686' make[3]: *** [default] Error 2 make[3]: Leaving directory `/root/openvswitch-1.1.0pre2/datapath/linux-2.6' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/openvswitch-1.1.0pre2/datapath' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/openvswitch-1.1.0pre2' make: *** [all] Error 2 Can you tell me how to fix this? Best Regards, Slavica _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss