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庫是字元終端下螢幕控制的基本庫,可能很多新開發的程式都不使用了,不過如果要編譯一些老程式,還經常用到
相關文章
- 如何在Linux中安裝Ncurses庫Linux
- Linux 核心中 Kconfig 檔案的作用和新增 menuconfig 項的方法Linux
- 用ncurses庫寫掃雷
- Linux 核心配置筆記Linux筆記
- Linux核心定時器Linux定時器
- 安裝php出現make: *** [sapi/cli/php]PHPAPI
- ncurses輸出函式:字元+字串的輸出函式字元字串
- 執行git命令時出現Please make sure you have the correct access rights and the repository existsGit
- linux核心--使用核心佇列實現ringbufferLinux佇列
- 《磨難之間》——刻意設計,缺失核心
- 求助 :ubuntu 編譯核心後(make -jn),sudo make modules_install報錯Ubuntu編譯
- Oracle資料庫——資料匯出時出現匯出成功終止, 但出現警告。Oracle資料庫
- linux核心設計與實現Linux
- linux下提示libpng12-0缺失Linux
- 認識ncurses
- 編譯 ncurses編譯
- 《Linux核心設計與實現》學習【5】—— 核心同步Linux
- Python實現make_bricks與make_chocolate問題Python
- linux定時任務cron配置Linux
- catkin_make出現 No module named 'catkin_pkg'(親測穩過)
- Eclipse——編譯已有工程出現“ No rule to make target”的解決方案Eclipse編譯
- vmwar出現Could not open...Please make sure that the kernel modul的問題
- 認識linux核心(linux核心的作用)Linux
- Linux基礎命令---dmsg顯示核心輸出Linux
- Linux 核心曝出 TCP 拒絕服務漏洞LinuxTCP
- Linux核心之 核心同步Linux
- Linux 自動化構建工具 make/MakefileLinux
- linux 配置ntp時間伺服器Linux伺服器
- python時間序列缺失值補零Python
- .net core mvc 跳轉LoginPath時埠缺失MVC
- Linus Torvalds 宣佈新版Linux系統核心釋出Linux
- mybatis配置時出現org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)MyBatisApacheException
- Win10更新十月版出現bug曝光:部分應用出現字型顯示不完全或缺失Win10
- Nginx配置和Linux核心引數的學習與驗證NginxLinux
- 交叉編譯場景分析(arm-linux)(四)--編譯readline和ncurses編譯Linux
- Apollo配置中心-配置熱釋出如何實現
- Linux下使用make命令編譯c原始檔Linux編譯
- Linux 核心剖析Linux