简单概述Fedora 8 gcc内核系统操作

系统 Linux
Fedora8 gcc内核原码一般放在usr/src/kernels/这个目录下于是我就用[OrientSun@localhost ~]$ yum inteall 因为重新编译。

希望本文能教会你更多Fedora 8 gcc内核东西,使读者能够边学边用,更快地提高使用Linux的实际操作水平。我们在Fedora 8 gcc内核下无法使用VirtualBox虚拟机,是因为Fedora 8 gcc内核升级内核的原因或是在安装VirtualBox时候没有内核原码,运行VirtualBox时会出现下面错误。

VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason.
Re-setup the kernel module by executing ‘/etc/init.d/vboxdrv setup’
as root.

当我们运行 [OrientSun@localhost ~]$ sudo /etc/init.d/vboxdrv setup //重新编译VirtualBox的内核出现下面的错误 Stopping VirtualBox kernel module: vboxdrv. [确定] Recompiling VirtualBox kernel module: vboxdrv [失败]  Look at /var/log/vbox-install.log to find out what went wrong

我就用:gedit /var/log/vbox-install.log 我的里面说明没有安装gcc和没有内核原码,Fedora 8 gcc内核原码一般放在usr/src/kernels/这个目录下于是我就用[OrientSun@localhost ~]$ yum inteall  因为重新编译Fedora 8 gcc内核要用,我现在一般是搞J2EE开发的所以在安装Fedora 8 时我没有安装Fedora 8 gcc内核,如果你选了的,可以不用安装了现在就是下载内核原码了,下载以前要看看自己的内核版本号哟,用下面的命令 [OrientSun@localhost ~]$ uname -rm 2.6.23.9-85.fc8 i686

//红色的就是版本号了,呵呵!现在就到网上去下载2.6.23.9-85.fc8 i686Fedora 8 gcc内核原码吧!,我选择的是rpm包,因为你只要双击他就可以自动为你解压好,kernel-devel-2.6.23.9-85.fc8 i686.rpm解压的目录是 /usr/src/kernels/2.6.23.9-85.fc8-i686

下载地址在下面:
http://hany.sk/mirror/fedora/updates/8/i386/kernel-devel-2.6.23.9-85.fc8.i686.rpm 下载回来后,直接双击OK,他就会自动解压到/usr/src/kernels/2.6.23.9-85.fc8-i686目录下现在我们在来运行 [OrientSun@localhost ~]$ sudo /etc/init.d/vboxdrv setup Stopping VirtualBox kernel module [确定] Recompiling VirtualBox kernel module [确定] Starting VirtualBox kernel module [确定]

成功了!你现在可以成功运行VirtualBox了。以上介绍Fedora 8 gcc内核系统安装。

【编辑推荐】

  1. Fedora 8下用yum来安装RPM包
  2. 学习如何Fedora 8安装桌面
  3. 学习包含在Fedora 8资料中编译器
  4. 小方面讲解Fedora 8桌面使用按装
  5. 简介如何Fedora 8内核安装应用
责任编辑:佚名 来源: CSDN
相关推荐

2009-12-23 09:34:51

Fedora VMne

2009-12-21 09:56:01

Fedora 8双系统

2009-12-28 17:52:45

2010-03-12 10:20:19

Fedora内核

2009-12-17 18:19:12

Linux操作系统

2009-12-18 10:09:38

2009-12-23 17:20:55

Fedora GCC

2009-12-23 18:54:53

Fedora Core

2009-12-17 18:50:27

2009-12-21 13:46:40

Fedora 8内核

2009-12-24 10:14:20

Fedora 8桌面

2009-12-16 10:39:44

2009-12-17 11:24:56

Linux Fedor

2010-03-02 09:51:22

Linux进程操作命令

2009-12-23 14:43:25

Fedora GCC

2009-12-24 09:43:49

Fedora Core

2009-12-16 08:35:44

Fedora 9更新

2009-12-21 17:05:48

2009-12-07 09:57:06

Fedora/内核编译

2009-12-31 15:52:21

Ubuntu命令
点赞
收藏

51CTO技术栈公众号