Linux核心配置 make menuconfig時出現缺失ncurses庫
在新裝的ubuntu中,配置編譯Linux時,在make menuconfig時會出現缺失ncurses庫的現象,錯誤資訊如下:
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
*** Install ncurses (ncurses-devel) and try again.
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
ubuntu/debian系統可採用如下命令進行安裝:
sudo apt-get install libncurses5-dev
ncurses庫是字元終端下螢幕控制的基本庫,可能很多新開發的程式都不使用了,不過如果要編譯一些老程式,還經常用到
相關文章
- 用Make編輯linux核心Linux
- ncurses庫移植
- 如何在Linux中安裝Ncurses庫Linux
- 工程make時出現"時鐘錯誤的問題"的解決方案
- Linux啟動時在sendmail出現make: warning: Clock skew detected.的解決辦法LinuxAI
- Linux 核心中 Kconfig 檔案的作用和新增 menuconfig 項的方法Linux
- 用ncurses庫寫掃雷
- 安裝gcc出現報缺失檔案GC
- 安裝php出現make: *** [sapi/cli/php]PHPAPI
- ncurses輸出函式:字元+字串的輸出函式字元字串
- Linux 核心配置筆記Linux筆記
- 編譯核心make dep 的意思(轉)編譯
- Linux核心定時器Linux定時器
- linux啟動時出現亂碼Linux
- 《磨難之間》——刻意設計,缺失核心
- GNU Make 4.0釋出
- 執行git命令時出現Please make sure you have the correct access rights and the repository existsGit
- 求助 :ubuntu 編譯核心後(make -jn),sudo make modules_install報錯Ubuntu編譯
- Linux 的./configure,make,make install的作用Linux
- 戴文的Linux核心專題:13配置核心(9)Linux
- 戴文的Linux核心專題:07 配置核心 (3)Linux
- 戴文的Linux核心專題:08 配置核心(4)Linux
- Linux核心3.13正式釋出Linux
- Linux make命令介紹Linux
- 配置hacmp時出錯ACM
- 配置hive後設資料庫mysql時候出現 Unable to find the JDBC database jar on host : masterHive資料庫MySqlJDBCDatabaseJARAST
- 【Linux核心設計與實現】Linux核心簡介Linux
- 編譯 ncurses編譯
- Oracle資料庫——資料匯出時出現匯出成功終止, 但出現警告。Oracle資料庫
- Linux下缺失rz/sz命令Linux
- ncdu – 基於ncurses庫的磁碟使用分析器
- 當在linux系統中安裝原始碼包出錯時,執行make clean在重新安裝Linux原始碼
- 例解 Linux 下 Make 命令Linux
- Linux 時間同步配置Linux
- vmwar出現Could not open...Please make sure that the kernel modul的問題
- Python實現make_bricks與make_chocolate問題Python
- 安裝oracle資料庫時,設定linux核心引數的意義Oracle資料庫Linux
- make工作時的執行步驟