virtualbox 2.1.0 for Fedora 9 x86_64

Discussions related to using VirtualBox on Linux hosts.
Post Reply
zogness
Posts: 4
Joined: 3. Jan 2009, 16:31

virtualbox 2.1.0 for Fedora 9 x86_64

Post by zogness »

Hello all.

I want to install the binary or compile the ose edition on Fedora 9. A few weeks ago I was able to compile the previous release, but I broke that trying to compile the 2.1.0 version from the trunk of the svn tree. Here's the error I get when I try to install the rpm:

rpm -ivh VirtualBox2.1.0_41146_fedora9-1.x86_64.rpm
error: Failed dependencies:
libQtCore.so.4()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libQtGui.so.4()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libQtNetwork.so.4()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libSDL-1.2.so.0()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libX11.so.6()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libXcursor.so.1()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libXext.so.6()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libXmu.so.6()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libXt.so.6()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libasound.so.2()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libc.so.6()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libc.so.6(GLIBC_2.3)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libc.so.6(GLIBC_2.6)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libcap.so.2()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libcrypto.so.7()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libdl.so.2()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libdl.so.2(GLIBC_2.2.5)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libgcc_s.so.1()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libgcc_s.so.1(GCC_3.0)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libm.so.6()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libm.so.6(GLIBC_2.2.5)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libpthread.so.0()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libpthread.so.0(GLIBC_2.3.2)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libpython2.5.so.1.0()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
librt.so.1()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
librt.so.1(GLIBC_2.2.5)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
librt.so.1(GLIBC_2.3.3)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
librt.so.1(GLIBC_2.4)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libstdc++.so.6()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libstdc++.so.6(CXXABI_1.3)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libstdc++.so.6(CXXABI_1.3.1)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libstdc++.so.6(GLIBCXX_3.4)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libstdc++.so.6(GLIBCXX_3.4.9)(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libxml2.so.2()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64
libxslt.so.1()(64bit) is needed by VirtualBox-2.1.0_41146_fedora9-1.x86_64

Thanks for any advice.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

Do you have those packages installed? And not just the development ones.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
zogness
Posts: 4
Joined: 3. Jan 2009, 16:31

Yes.

Post by zogness »

Yeah I'm pretty sure I have all of them installed since VirtualBox (built from source) ran beautifully before I upgraded the kernel. That's why it's puzzling.
simonrodan
Posts: 2
Joined: 10. Jan 2009, 21:07

Post by simonrodan »

Similar story. All the prerequisite libraries are installed. However, the rpm does not install:
  • $>sudo rpm -Uvh VirtualBox-2.1.0_41146_fedora9-1.i386.rpm
    error: Failed dependencies:
    libQtCore.so.4 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libQtGui.so.4 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libQtNetwork.so.4 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libSDL-1.2.so.0 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libX11.so.6 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libXcursor.so.1 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libXext.so.6 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libXmu.so.6 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libXt.so.6 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libasound.so.2 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libcap.so.2 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libcrypto.so.7 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libpython2.5.so.1.0 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libxml2.so.2 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
    libxslt.so.1 is needed by VirtualBox-2.1.0_41146_fedora9-1.i386
Any thoughts as to how to get around this?
simonrodan
Posts: 2
Joined: 10. Jan 2009, 21:07

update to last post

Post by simonrodan »

Turns out in my case it is simple a case of RTFM.

I had downloaded the i386 version as was installing on a 64 bit host.

It now installs cleanly.

Apologies for the posting.
Post Reply