64位 Ubuntu 14 安裝校園上網H3C用戶端iNode

來源:互聯網
上載者:User

標籤:ubuntu   inode   

最近電腦安裝上了Ubuntu 14,因為要有線串連校園網,所以下載了iNode linux 版本。學校也未說明這個版本適合linux哪個核心,也沒有安裝說明,只好自己網上摸索,結果問題多得實在是不忍直視。。。最後還是藉助萬能的互連網解決了。這裡記錄下,或許可以幫到有需要的朋友。

下載軟體,拷貝和解壓

sudo cp iNodeClient_Linux.tar.gz  /usr/sudo tar -zxvf iNodeClient_Linux.tar.gz 

然後進入剛解壓的那個檔案夾,裡面有個 install.sh 的檔案,開始安裝

sudo ./install.sh

好了,現在balabala的問題來了,首先出現的錯誤是說找不到 libtiff.so.4 libjpeg.so.62這兩個檔案,google之,直接從網上下載,然後添加到庫檔案中

sudo cp libtiff.so.4 libjpeg.so.62 /usr/lib

每次遇到問題的時候,解決完之後,好像要卸載了重新來過,運行 ./uninstall.sh ,重新解壓,再安裝出現下面這些問題

root@zengwh:/usr/iNodeClient# ./install.sh cp: 無法通過符號連結"/usr/lib/libtiff.so.3" 進行操作ln: 無法建立符號連結"/usr/lib/i386-linux-gnu/libjpeg.so.62": 檔案已存在Starting AuthenMngService: OK/usr/iNodeClient/AuthenMngService: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directoryroot@zengwh:/usr/iNodeClient# /usr/iNodeClient/iNodeMon: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

接下來一一解決以上錯誤。先解決頭二個錯誤。接著google之, 得到解決方案,直接刪除那個檔案。

rm /usr/lib/libtiff.so.3 /usr/lib/i386-linux-gnu/libjpeg.so.62

下面就是關於這個error while loading shared libraries: xxx.so.x”錯誤 這個網址給出了詳細的解決方案 http://blog.chinaunix.net/uid-29701859-id-4338266.html 我的是這個檔案libncurses.so.5 我用以下命令解決

sudo apt-get install lib32ncurses5 lib32stdc++6

所有問題解決了之後,查看是否已經安裝成功

ps -e | grep A

最後開始運行INode程式

./iNodeClient.sh

結果又出現了問題,跟上一個類似。

zengwh@zengwh:/usr/iNodeClient$ ./iNodeClient.shzengwh@zengwh:/usr/iNodeClient$ /usr/iNodeClient/.iNode/iNodeClient: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

我用下面命令解決

sudo apt-get install libgtk2.0-0:i386 libnss3:i386 libcurl3-gnutls:i386 libidn11:i386 libpango1.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 librtmp0:i386 libxft2:i386

終於搞定!

這裡有個部落格可以少走很多彎路,總結的比較好,幾個步驟就可以安裝完成。http://www.cnblogs.com/dranyu/archive/2012/12/07/2804212.html

64位 Ubuntu 14 安裝校園上網H3C用戶端iNode

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.