데비안 스퀴즈에서 VMWare Workstation 7.1.1 빌드 -282343에서 VMWare 도구를 설치할 때 gcc 경로가 유효하지 않습니다.


16

Debian Squeeze에 VMWare 도구를 설치하려고합니다.

내 오류 :

Before you can compile modules, you need to have the following installed... 

make
gcc
kernel headers of the running kernel

Searching for GCC...
The path "/usr/bin/gcc" is not valid path to the gcc binary.
Would you like to change it? [yes] 

uname -a :

Linux debian 2.6.32-5-686 #1 SMP Sat Sep 18 02:14:45 UTC 2010 i686 GNU/Linux

dpkg -l | grep make

ii  make                                 3.81-8                               An utility for Directing compilation.

dpkg -l | grep gcc

ii  gcc                                  4:4.4.4-2                            The GNU C compiler
ii  gcc-4.4                              4.4.4-8                              The GNU C compiler
ii  gcc-4.4-base                         4.4.4-8                              The GNU Compiler Collection (base package)
ii  libgcc1                              1:4.4.4-8                            GCC support library

어디 gcc

gcc: /usr/bin/gcc /usr/lib/gcc

5
libglib2.0-0도 설치되어 있는지 확인하십시오.

답변:


20

이 명령을 실행하면 문제가 해결되었습니다.

sudo aptitude install gcc-4.3 make linux-headers-`uname -r` -y

@WarrenP make는 별도의 명령이 아닌 설치해야하는 패키지 중 하나입니다 (편집 기록, 개정 4 참조). 편집 내용을 되돌 렸습니다.
Indrek

5

OP의 의견에서 기 illa이 말한 것처럼 :

sudo aptitude install libglib2.0-0

깨끗한 데비안 설치에서 같은 문제가 발생했습니다. 라이브러리가 없습니다.
CSchulz
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.