เส้นทาง gcc ไม่ถูกต้องเมื่อติดตั้ง VMWare Tools จาก VMWare Workstation 7.1.1 build-282343 บน Debian squeeze


16

ฉันพยายามติดตั้งเครื่องมือ VMWare บน Debian Squeeze

ข้อผิดพลาดของฉัน:

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 ทำให้

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

ชอบ Guillaume กล่าวในความคิดเห็นของ OP:

sudo aptitude install libglib2.0-0

มีปัญหาเดียวกันในการติดตั้งเดเบียนที่สะอาด ห้องสมุดหายไป
CSchulz
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.