ソースからVimをビルドするときに「no terminal library found」とでたとき

Vim7.3をソースからビルドしようとconfigureを実行したときに、「no terminal library found」とでてエラーになりました。

checking --with-tlib argument... empty: automatic terminal library selection
checking for tgetent in -lncurses... no
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... no
no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
You need to install a terminal library; for example ncurses.
Or specify the name of the library with --with-tlib.

yumで入るvimがイマイチ(#゚Д゚) – CentOS@さくらVPSで構築するサーバ管理・運用メモより

# yum install ncurses-devel

とすることで解決しました。

ソースからVimをビルドするときに「no terminal library found」とでたとき” への3件のフィードバック

コメントを残す

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください