when i try to install  rpm fusion repository
i got this error :

$ rpm -ivh VirtualBox-OSE-3.0.6-1.fc12.i686.rpm
warning: VirtualBox-OSE-3.0.6-1.fc12.i686.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID 16ca1a56
error: Failed dependencies:
    VirtualBox-OSE-kmod = 3.0.6 is needed by VirtualBox-OSE-3.0.6-1.fc12.i686
    libc.so.6(GLIBC_2.11) is needed by VirtualBox-OSE-3.0.6-1.fc12.i686
    libcrypto.so.10 is needed by VirtualBox-OSE-3.0.6-1.fc12.i686
    libgsoap++.so.0 is needed by VirtualBox-OSE-3.0.6-1.fc12.i686
$ yum install VirtualBox-OSE-kmod
Loaded plugins: refresh-packagekit
You need to be root to perform this command.
$ su
# yum install VirtualBox-OSE-kmod
Loaded plugins: refresh-packagekit
Setting up Install Process
No package VirtualBox-OSE-kmod available.
Nothing to do
# yum install libcrypto.so.10
Loaded plugins: refresh-packagekit
Setting up Install Process
No package libcrypto.so.10 available.
Nothing to do
# yum install libgsoap++
Loaded plugins: refresh-packagekit
Setting up Install Process
No package libgsoap++ available.
Nothing to do

This is the output when i check my system:

$ rpm -qa | grep dkms
dkms-2.0.21.1-2.fc11.noarch
$ rpm -qa | grep VirtualBox
VirtualBox-3.0.6_52128_fedora11-1.i586
$ rpm -qa | grep kmod
$ rpm -qa | grep kernel
kerneloops-0.12-5.fc11.i586
kernel-PAE-devel-2.6.29.5-191.fc11.i686
kernel-PAE-devel-2.6.29.6-217.2.3.fc11.i686
kernel-PAE-2.6.29.5-191.fc11.i686
kernel-headers-2.6.30.5-43.fc11.i586
kernel-PAE-devel-2.6.29.6-213.fc11.i686
kernel-PAE-2.6.29.6-213.fc11.i686
kernel-PAE-2.6.29.6-217.2.3.fc11.i686
kernel-devel-2.6.30.5-43.fc11.i586
kernel-firmware-2.6.29.6-217.2.3.fc11.noarch


On Sun, Sep 20, 2009 at 12:31 PM, Shakthi Kannan <shakthimaan@gmail.com> wrote:
Hi,

--- On Sun, Sep 20, 2009 at 11:54 AM, malathi selvaraj
<malathiramya@gmail.com> wrote:
| I installed sun virtual box,through  rpm package download from here
| http://www.virtualbox.org/wiki/Linux_Downloads
\--

You can use the rpmfusion [1] repository.

---
| Kernel driver not installed (rc=-1908)
|
| The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there
| is a permission problem with /dev/vboxdrv. Re-setup the kernel module by
| executing
|
| '/etc/init.d/vboxdrv setup'
\--

You will need to install the required drivers. In Fedora 11, the
following are installed for a 2.6.30.5-43.fc11.i586 kernel:

$ rpm -qa | grep dkms
dkms-2.0.21.1-2.fc11.noarch

$ rpm -qa | grep VirtualBox
VirtualBox-OSE-kmodsrc-3.0.4-3.fc11.i586
VirtualBox-OSE-guest-3.0.4-3.fc11.i586
kmod-VirtualBox-OSE-2.6.29.4-167.fc11.i686.PAE-2.2.4-1.fc11.1.i686
kmod-VirtualBox-OSE-3.0.4-2.fc11.6.i586
VirtualBox-OSE-3.0.4-3.fc11.i586
akmod-VirtualBox-OSE-3.0.4-2.fc11.i686
kmod-VirtualBox-OSE-2.6.30.5-43.fc11.i586-3.0.4-2.fc11.6.i586

$ rpm -qa | grep kmod
akmods-0.3.6-3.fc11.noarch
kmod-VirtualBox-OSE-2.6.29.4-167.fc11.i686.PAE-2.2.4-1.fc11.1.i686
kmod-VirtualBox-OSE-3.0.4-2.fc11.6.i586
kmodtool-1-18.fc11.noarch
akmod-VirtualBox-OSE-3.0.4-2.fc11.i686
kmod-wl-2.6.29.4-167.fc11.i686.PAE-5.10.91.9-3.fc11.i686
libmikmod-3.2.0-5.beta2.fc11.i586
kmod-VirtualBox-OSE-2.6.30.5-43.fc11.i586-3.0.4-2.fc11.6.i586

$ rpm -qa | grep kernel
kernel-headers-2.6.29.6-217.2.8.fc11.i586
kernel-2.6.30.5-43.fc11.i586
kernel-PAE-2.6.29.4-167.fc11.i686
kerneloops-0.12-5.fc11.i586
kernel-firmware-2.6.30.5-43.fc11.noarch
kernel-PAE-devel-2.6.30.5-43.fc11.i686

You will need to reboot to the respective kernel.

$ lsmod | grep vbox
vboxnetadp             68696  0
vboxnetflt             74488  0
vboxdrv               104640  1 vboxnetflt

Please make sure you install the relevant packages.

SK

[1] RPM Fusion. http://rpmfusion.org/

--
Shakthi Kannan
http://www.shakthimaan.com

_______________________________________________
Fedora-india mailing list
Fedora-india@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-india



--
Regards,
S.Malathi.