Summary:
Fix for compile errors and install error
Well, if you check the make file, it's looking
for /usr/src/linux. apparently Redhat doesn't make a
simlink from /usr/src/linux to /usr/src/linux-
version...so, do it yourself. or change the line in
the makefile. it should compile then. if you
compile, then get an install error, try make rebuild,
or make clean.
요약:
컴파일 및 설치 오류에 대한 수정
make 파일을 살펴보면 /usr/src/linux라는 경로를 참조하는 것을
알 수 있는데, 레드햇의 경우 /usr/src/linux-(버전)을 해당 경로
로 심볼릭 링크하고 있지 않기 때문에 직접 링크하거나 make 파일
을 수정하면 컴파일될 것이다. 만일 설치시 오류가 발생하면 rebuild
하거나 make clean을 실행한다.