dslinux 커널 컴파일중 오류메세지에 대한
우분투는 개발자 를위한 툴이 설치가 안되있어서 이것저것 설치해야된다 뭐 make 같은 건 인터넷에서 쉽게
찾아서 설치할수 있지만 유독 이 오류 메세지는 어떻게 해야될지 몰랐다
그러던 중 zv620909 님이 알려주신 구글로 찾은 사이트
http://ubuntuforums.org/archive/index.php/t-396368.html
...역시...좋아...ㅎ
configure: WARNING: don't have both flex and bison; reverting to lex/yacc
checking for capable lex... insufficient
configure: error: Your operating system's lex is insufficient to compile
libpcap. flex is a lex replacement that has many advantages, including
being able to compile libpcap. For more information, see
http://www.gnu.org/software/flex/flex.html .
make[2]: *** [build/build] 오류 1
make[2]: Leaving directory `/home/seungwon/dslinux/lib/libpcap'
make[1]: *** [all] 오류 2
make[1]: Leaving directory `/home/seungwon/dslinux/lib'
make: *** [subdirs] 오류 1
요런 오류의 경우
root 터미널 에서 aptitude install flex
설치해주면 된다 ....오오...