安裝 Ncurses 5.4

來源:互聯網
上載者:User

 先用$ gzip -dv *
命令解壓,
然後用 $ tar xvf *
命令解壓,

---------------
安裝
6.21.1. 安裝 Ncurses
1.準備編譯 Ncurses :
./configure --prefix=/usr --with-shared --without-debug

2.編譯軟體包:
make
這個軟體包沒有附帶測試程式。

3.安裝軟體包:
make install

4.賦予 ncurses 庫檔案可執行許可權:
chmod -v 755 /usr/lib/*.5.4

5.修正一個不應該有可執行許可權的庫檔案:
chmod -v 644 /usr/lib/libncurses++.a

6.把庫檔案移到更合理的 /lib 目錄裡:
mv -v /usr/lib/libncurses.so.5* /lib

7.由於庫檔案移動了,所以有的符號連結就指向了不存在的檔案。需要重新建立這些符號連結:
ln -sfv ../../lib/libncurses.so.5 /usr/lib/libncurses.so
ln -sfv libncurses.so /usr/lib/libcurses.so

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.