설치시에 다음과 같은 에러메세지가 나옵니다..
configure: error: mad.h was not found
*** You must first install libmad before you can build this package.
*** If libmad is already installed, you may need to use the CPPFLAGS
*** environment variable to specify its installed location, e.g. -I<dir>.
libmad 를 rpm 패키지로 이미 설치했습니다.
인터넷에 찾아보니 setenv 로 하는것 같아 타이핑해보니 없는 명령어라는군요.. 페도라3 를 사용합니다.
export 도 있길레
export CPPFLAGS="-I/usr/lib"
를 실행하고 configure 를 했는데 역시 똑같은 결과의 에러메세지가 나옵니다..