2010/11/3 Paul Smith <phh...@gmail.com> > On Wed, Nov 3, 2010 at 10:33 PM, Kevin Fenzi <ke...@scrye.com> wrote: > >> Has someone found a workaround for this problem: > >> > >> # yum install VirtualBox-OSE > >> Loaded plugins: presto, refresh-packagekit > >> Setting up Install Process > >> Resolving Dependencies > >> --> Running transaction check > >> ---> Package VirtualBox-OSE.x86_64 0:3.2.6-2.fc14 set to be installed > >> --> Processing Dependency: VirtualBox-OSE-kmod = 3.2.6 for package: > >> VirtualBox-OSE-3.2.6-2.fc14.x86_64 > >> --> Processing Dependency: libpython2.6.so.1.0()(64bit) for package: > >> VirtualBox-OSE-3.2.6-2.fc14.x86_64 > >> --> Running transaction check > >> ---> Package VirtualBox-OSE.x86_64 0:3.2.6-2.fc14 set to be installed > >> --> Processing Dependency: libpython2.6.so.1.0()(64bit) for package: > >> VirtualBox-OSE-3.2.6-2.fc14.x86_64 > >> ---> Package akmod-VirtualBox-OSE.x86_64 0:3.2.6-1.fc14.2 set to be > >> installed --> Finished Dependency Resolution > >> Error: Package: VirtualBox-OSE-3.2.6-2.fc14.x86_64 > >> (rpmfusion-free-updates) Requires: libpython2.6.so.1.0()(64bit) > >> You could try using --skip-broken to work around the problem > >> You could try running: rpm -Va --nofiles --nodigest > >> # > > > > Possibly this bug: > > > > https://bugzilla.rpmfusion.org/show_bug.cgi?id=1465 > > > > (which has some workarounds in it) > > Thanks, Kevin, but it seems that you are not pointing to the right bug > report; see the following one: > > https://bugzilla.rpmfusion.org/show_bug.cgi?id=1423 > > That is really a shame that they did not fix this bug before the > release of F14, specially because they have been aware of the reported > bug for quite a while. > > Paul > -- > users mailing list > users@lists.fedoraproject.org > To unsubscribe or change subscription options: > https://admin.fedoraproject.org/mailman/listinfo/users > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines >
Humm, if you try with Oracle's version of Vbox? Install it by following this command list trough your terminal as root: 1.- su -c 'wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo -O /etc/yum.repos.d/virtualbox.repo; sed -i "s,enabled=0,enabled=1,g" /etc/yum.repos.d/virtualbox.repo' 2.- su -c 'yum update; yum install -y VirtualBox-3.2 dkms gcc' 3.- sudo yum -y install kernel-headers kernel-devel 4.- su -c '/etc/init.d/vboxdrv setup' 5.- su -c 'usermod -G vboxusers -a username' (Replace "username" with your real username) Good Luck! -- <-Manuel Escudero-> Linux User #509052 @GWave: jmlev...@googlewave.com @Blogger: http://www.blogxenode.tk/ (Xenode Systems Blog) PGP/GnuPG: DAE3 82E9 D68E 7AE4 ED31 1F8F 4AF4 D00C 50E7 ABC6
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines