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

아마도 그렇지 않을 것입니다.

관련 정보