Changes between Version 27 and Version 28 of Internal/OpenFlow/HostSetup


Ignore:
Timestamp:
Feb 22, 2010, 6:56:52 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/HostSetup

    v27 v28  
    572572}}}
    573573
    574 James added one additional package to their installation
     574James added one additional package to their netfpga installation
    575575{{{
    576576netfpga-openflow_switch.i386               0_9_0-1                     installed
     
    580580
    581581
    582 In order to build the openflow modules, James needs autoconf  which comes from the package
    583 {{{
    584 autoconf.noarch                            2.59-12                     installed
    585 }}}
     582In order to build the openflow modules from the 0.8.9~2 [http://openflowswitch.org/downloads/openflow-0.8.9~2.tar.gz tarball], we need a bunch of tools not installed in the refrence CentOS system, this step is copied directly form [http://openflowswitch.org/wk/index.php?title=CentOS_Install CentOS instructions]:
     583{{{
     584sudo yum install git automake pkgconfig libtool gcc
     585}}}
     586
     587Apparently you also need to compile automake from sources:
     588{{{
     589wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.63.tar.gz
     590tar xvzf autoconf-2.63.tar.gz
     591cd autoconf-2.63
     592./configure --prefix=/usr
     593make
     594sudo make install
     595}}}
     596
     597 
     598
    586599
    587600