Changes between Version 11 and Version 12 of Internal/OpenFlow/DemoAPImage
- Timestamp:
- Sep 22, 2010, 11:30:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/DemoAPImage
v11 v12 14 14 * libssl-dev 15 15 * pkg-configure (complains SSL is not found if this is not installed) 16 * python-json17 * python-qt418 * python-zopeinterface19 * python-twisted-conch16 * ''Optional'' python-json 17 * ''Optional'' python-qt4 18 * ''Optional'' python-zopeinterface 19 * ''Optional'' python-twisted-conch 20 20 * ''!MadWifi'' - was requested but omitted, I think they just need generic Wireless drivers. Ath5k drivers are installed by default. modprobe ath5k enumerates the devices. 21 21 * VLC - Apt package … … 53 53 * python-qt4 54 54 55 --- 55 56 57 === 10/22/2010 === 58 59 Starting over yet again, dues to some package corruption bugs. I've changed the source file to source directly from mit meadia labs for the time being to get past some issues. After an update I installed the main stay of packages. 60 {{{ 61 apt-get install hostapd snmp snmpd build-essential libssl-dev pkg-config 62 }}} 63 64 I'll also need kernel headers for moudle support. 65 66 {{{ 67 sudo apt-get install linux-headers-$(uname -r) 68 }}} 69 70 With that stuff setup I'm going to Install OpenVswitch with kernel module support. 71 {{{ 72 ./configure --with-l26=/lib/modules/`uname -r`/build 73 }}} 74 75 I'm including a copy of config.log for refrence. 76 77