centos 安裝 guest addations 需要什麼條件? - Linux

Robert avatar
By Robert
at 2011-09-10T01:06

Table of Contents

Host:W7 64bit
network:NAT
guest:centos 6

google 了老半天………找不到答案~囧
目前看到的說法都是要安裝 gcc、kernel-devel、kernel-headers,
安全完以後檢查版本………kernel 版本不同?
好吧~update~
update 完以後reboot~
在檢查版本~都是 2.6.32-71.29.1.el6.i686
(不過 kernel 還有看到一個 kernel-2.6.32-71.el6.i686 需要移除嗎?)

之後掛上光碟開始安裝 guest additions ,
結果還是失敗~orz
building the virtualbox guest additions kernel modules
the make utility was not found. if the following module compilation fails
then this could be the reason and you should try installing it.

building the virtualbox guest additions kernel modules [失敗]
(look at /var/log/vboxadd-install.log to find out what went wrong)

用 vi 開啟 /var/log/vboxadd-install.log
內容只有一句~
/usr/src/vboxguest-4.1.2/vboxguest/build_in_tmp: line 55: make: 命令找不到

在打開 build_in_tmp …………看不懂了~orz
不知道有沒有哪位可以指點一下?

--
『老闆你好 我是國立的』 『老闆你好 我是私立的』 『腦~~~~~~~闆~~~~~~』 Amy!
有消息會跟你聯絡 有消息會跟你聯絡 給她個私人秘書職位
◤ ◥ ◤◥ 國立
-○=○- -□=□- ● ● ◤ ◥ 私立
) 尬不過
-? - )) 兩粒

--
Tags: Linux

All Comments

William avatar
By William
at 2011-09-11T22:14
看錯誤訊息應該是沒有先裝make所以無法執行
Noah avatar
By Noah
at 2011-09-15T13:23
yum install make 6好像沒內建
Victoria avatar
By Victoria
at 2011-09-17T20:48
1F 正解~安裝完 make 以後再安裝 guest additions 就成功了

設定samba分享目錄

Todd Johnson avatar
By Todd Johnson
at 2011-09-10T00:06
請問一下 samba 架設好之後 比方說要分享一個目錄 /office 該怎麼在/etc/smb.conf設定 因為常常設好之後,在網路芳鄰還是會連不到該目錄 或許是自己連的方法不對 或是 一直捉不出原因 大量新增系統使用帳號 卻受限於新增samba 帳號 又要另建 這的很無言 又 ...

請問關於無線網路指令問題

Enid avatar
By Enid
at 2011-09-09T23:19
請問在文字模式下,也就是 console 要怎麼用指令上函以下字元的加密無線 IP 分享緝獲 AP? 字元包瓜: ~, `, [, ], {, }, !, at, #, $, %, ^, andamp;, *, (, ), -, _, =, +, ,,., /, ;, and#39;, :, and#34;, ...

如何在linux上寫執行時間的程式?

Annie avatar
By Annie
at 2011-09-09T17:43
※ 引述《spiderman007 (千里之外)》之銘言: 直接寫給你吧: #include andlt;stdio.handgt; #include andlt;time.handgt; main(argc, argv) int argc; char *ar ...

Re: 在 Facebook 上面的 Ubuntu 正體中文社團

Caroline avatar
By Caroline
at 2011-09-09T11:05
※ 引述《fourdollars (四元)》之銘言: : 如果對 Ubuntu 相關新聞訊息有興趣的朋友可以到這邊交流 : http://www.facebook.com/groups/182288251826505/ 弄了一個比較容易記的 Facebook 社團網址 http://www.facebook. ...

如何在linux上寫執行時間的程式?

Jake avatar
By Jake
at 2011-09-09T03:01
※ 引述《spiderman007 (千里之外)》之銘言: #include andlt;stdio.handgt; #include andlt;stdlib.handgt; #include andlt;time.handgt; #ifdef _WIN32_ #include andlt;windows ...