Ubuntu安裝Nox後編譯make報錯怎麼辦?

Ubuntu安裝Nox後編譯make報錯怎麼辦?python

 

兄弟連IT教育官方要跟你們分享Ubuntu安裝Nox後編譯make報錯怎麼辦?,簡單的過程當中其實暗藏玄機,仍是要細心學習,喜歡還請記得收藏哦!git

在Ubuntu系統操做中,安裝Nox後編譯make出錯,那麼遇到這個問題該怎麼辦呢?下面就給你們介紹下Ubuntu安裝Nox時make出錯的解決方法,感興趣的朋友不妨來了解下吧。github

在Ubuntu下安裝nox,make出錯以下:json

 

》》》》 collect2: ld returned 1 exit statusbootstrap

 

》》》》 make[3]: *** [nox_core] Error 1ubuntu

 

》》》》 make[3]: Leaving directory `/usr/nox/build/src‘tcp

 

》》》》 make[2]: *** [all-recursive] Error 1學習

 

》》》》 make[2]: Leaving directory `/usr/nox/build/src’ui

 

》》》》 make[1]: *** [all-recursive] Error 1ssl

 

》》》》 make[1]: Leaving directory `/usr/nox/nox13oflib/build‘

 

》》》》 make: *** [all] Error 2通過查資料,在參考文獻發現是由於nox只能在boost1.50以上的版本才能編譯成功,而Ubuntu12.10版本的boost版本爲1.42。因此要更新boost,採起的方法是到boost官網下載源碼而且編譯。

 

下面列出簡要的安裝過程

 

安裝虛擬機:OpenFlow1.3_BiangHoo

 

IP:10.10.134.124

 

OS: ubuntu 12.10LTS

 

nox安裝:

 

安裝相關依賴包:

 

sudo apt-get install autoconf automake g++ libtool swig make git-core libboost-dev libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev python-twisted python-simplejson python-dev

 

還要安裝libboost-all-dev 和libttb-dev

 

apt-get install libboost-all-dev libttb-dev

 

而後到到boost官網下載源碼而且編譯。我下載的是1.55版本。而後將boost安裝到/usr/local/目錄下

 

 

。/bootstrap.sh --prefix=/usr/local/boost

 

而後

 

。/b2 install

 

 

接着運行ldconfig使相關的庫生效

 

而後下載nox源碼

 

git clone git://github.com/noxrepo/nox

 

cd nox

 

。/boot.sh

 

mkdir build

 

cd build

 

。。/。/configure --with-boost=/usr/local/boost #boost的安裝位置

 

make

 

make install

 

便可安裝成功

 

啓動nox

 

cd PATH_TO_NOX/nox/build/src

 

。/nox_core -i ptcp:6633

 

上面就是Ubuntu安裝Nox後編譯make不經過的方法介紹了,若是你不會安裝Nox,又或者安裝好後沒法經過make,那麼可嘗試使用本文介紹的方法進行解決。

相關文章
相關標籤/搜索