On Mon, Oct 22, 2012 at 10:51 PM, Denis Iskandarov  wrote:
> Nope, your suggestion didn't work as well. (
>

you have to do some steps on a system with Autoconf version 2.64 or higher
(CentOS 6.3 has
autoconf-2.63-5.1.el6.noarch
automake-1.11.1-1.2.el6.noarch
)
So, say you work in Fedora 17 in /tmp directory

1) put openvswitch-1.7.1.tar.gz and c63.patch (attached) in /tmp
2) cd /tmp
3) tar zxvf openvswitch-1.7.1.tar.gz
4) cd openvswitch-1.7.1
5) patch -p1 < ../c63.patch
patching file acinclude.m4
patching file datapath/linux/compat/include/linux/skbuff.h
6) autoreconf -f -i
6) cd ..
7) mv openvswitch-1.7.1.tar.gz openvswitch-1.7.1.tar.gz.orig
8) tar zcvf openvswitch-1.7.1.tar.gz openvswitch-1.7.1

Ok, now bring this modified openvswitch-1.7.1.tar.gz to your CentOS
6.3 and run the rpm build steps and they will succeed, also for the
kernel module part

HIH,
Gianluca

Attachment: c63.patch
Description: Binary data

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to