2015年7月30日 星期四

htop 編譯錯誤

1. htop 在執行 autogen.sh 時,出現
./autogen.sh: 3: ./autogen.sh: aclocal: not found
./autogen.sh: 4: ./autogen.sh: autoconf: not found
./autogen.sh: 5: ./autogen.sh: autoheader: not found
./autogen.sh: 6: ./autogen.sh: libtoolize: not found
./autogen.sh: 7: ./autogen.sh: automake: not found
解決辦法:
sudo apt-get install automake autoconf libtool

2. htop 在 configure 時出現
configure: error: missing libraries:  libncurses
解決辦法:
sudo apt-get install libncurses5-dev libncursesw5

3. htop 在 configure 時出現
configure: error: You may want to use --disable-unicode or install libncursesw.
解決辦法:
sudo apt-get install libncursesw5-dev libncursesw5
然後再重新 configure 一次

沒有留言:

張貼留言