bin/ld: -lncurses が見つかりません

bin/ld: -lncurses が見つかりません

wpa_supplicantUbuntu 14.04のインストール中にエラーが発生しました。

ここに画像の説明を入力してください

このエラーを解決するのを手伝ってください。

答え1

開発ライブラリをインストールする必要があります:

sudo apt-get install libncurses5-dev

そしてお願いしますしないこれらすべてのパッケージを使用するsudo apt-get install libncurses*必要がありますか、それとも必要ですか?

libncurses5 - shared libraries for terminal handling
libncurses5-dbg - debugging/profiling libraries for ncurses
libncurses5-dev - developer's libraries for ncurses
libncursesw5 - shared libraries for terminal handling (wide character support)
libncursesw5-dbg - debugging/profiling libraries for ncursesw
libncursesw5-dev - developer's libraries for ncursesw
libncurses-gst - Ncurses bindings for GNU Smalltalk
libncursesada-dbg - Ada binding to the ncurses text interface library: debug symbols
libncursesada-doc - Ada binding to the ncurses text interface library: documentation
libncursesada3 - Ada binding to the ncurses text interface library: shared library
libncursesada3-dev - Ada binding to the ncurses text interface library: development

おそらくそうではないでしょう。

関連情報