Alsa가 왜 안깔릴까요! 페도라코어7입니다.
[root@localhost alsa-driver-1.0.15]# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /root/Download/alsa-driver-1.0.15
checking cross compile...
checking for directory with kernel source... /lib/modules/2.6.20-2936.fc7xen/source
checking for directory with kernel build... /lib/modules/2.6.20-2936.fc7xen/build
checking for kernel linux/version.h... no
The file /lib/modules/2.6.20-2936.fc7xen/source/include/linux/version.h does not exist.
Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/2.6.20-2936.fc7xen/source).
[root@localhost alsa-driver-1.0.15]# make
make all-deps
make[1]: Entering directory `/root/Download/alsa-driver-1.0.15'
make[1]: `all-deps'를 위해 할 일이 없습니다
make[1]: Leaving directory `/root/Download/alsa-driver-1.0.15'
Please, run the configure script as first...
[root@localhost alsa-driver-1.0.15]#
--------------------------------------------
이유가 뭘까요? 왜 안돼는걸까요
음..그리고 kernel-xen-2.6-2.6.20-2936.fc7.src.rpm 이 필요해보여
다운받았는데 설치되지 않는 이유는 뭘까요?
휴...
페도라 코어7은 왜 절 힘들게 할까요?
아직 무선랜도 잡아야하고 할게 많은데..
커널 소스가 없군요.
The file /lib/modules/2.6.20-2936.fc7xen/source/include/linux/version.h does not exist.
Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/2.6.20-2936.fc7xen/source).
네트워크가 가능하시다면 yum으로 커널 소스를 설치하시기 바랍니다.
xen 커널이라면 yum install kernel-xen-devel 로 설치하실 수 있습니다.
kernel-xen-2.6-2.6.20-2936.fc7.src.rpm 는 흔히 말하는 소스rpm 파일로
설치되는 바이너리의 모음이 아니라 바이너리를 만들기 위한 소스와 스펙파일이 들어있는 것입니다.
설치용 바이너리라면 XX.src.rpm이 아니라 XX.rpm입니다.
물론 저것도 rpm으로 설치?를 하면 /usr/src/redhat 밑에 압축이 풀리기는 합니다.
아....
헤헤 감사합니다 지금 yum 으로 데빌 설치하고 있습니다.
덕분에 살았습니다 흑흑 ㅠ_ㅠ
아....
헤헤 감사합니다 지금 yum 으로 데빌 설치하고 있습니다.
덕분에 살았습니다 흑흑 ㅠ_ㅠ
댓글 달기