X-man

导航

openvswitch安装

安装前准备软件包及版本

Gcc

pkg-config

autoconf

automake

m4

python2.X

下载OVS软件包

http://openvswitch.org/releases/openvswitch-1.9.0.tar.gz

解压后进入ovs文件夹中

在依次进行下列步骤:

./boot.sh

./configure --prefix=/usr --localstatedir=/var

./configure CC=gcc

./configure --with-linux=/lib/modules/'uname -r'/build

make

make install

安装成功

 

PS:网上提供各种安装方法均产生安装错误

eg:http://wenku.baidu.com/link?url=Pm79W4GGu0pftvwFKFUC6QikyfibQGF238WgLFPRVnZGYMuzlIoSYjVRRa3cKFBj_MUXY5lJqAU7oqZH17NxWgsGI6FYCBCsEnjrELVEScu

错误如下

编译器内部错误 ::栈溢出

 

posted on 2014-08-04 21:02  雨钝风轻  阅读(253)  评论(0编辑  收藏  举报