Changes between Version 17 and Version 18 of Internal/OpenFlow/HostSetup
- Timestamp:
- Feb 3, 2010, 8:02:39 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/HostSetup
v17 v18 363 363 ln /usr/bin/lspci /sbin/lspci 364 364 ln /usr/bin/setpci /sbin/setpci 365 ln -s /usr/lib/libpcap.so.0.8 /usr/lib/libpcap.so.0.8.3 366 }}} 365 }}} 366 367 Also acquire libpcap.so.0.9.4 (find on bottom of this page), slap it into /usr/lib, and create symlinks, as such: 368 {{{ 369 ln -s /usr/lib/libpcap.so.0.9.4 /usr/lib/libpcap.so.0.9 370 ln -s /usr/lib/libpcap.so.0.9.4 /usr/lib/libpcap.so.0 371 ln -s /usr/lib/libpcap.so.0.9.4 /usr/lib/libpcap.so 372 }}} 373 367 374 368 375 4. Edit files by following the compatibility page. Some of the stuff there is outdated, so keep an eye out for the following: