gui won't start - error while loading shared libraries
gui won't start - error while loading shared libraries
I can't get the gui to start:
/VirtualBox: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory
I'm not quite sure how to resolve this.
Slamd64 12.1
ATI 3870 w/ati proprietary drivers
KDE
VB 2.1.0 64bit amd version
/VirtualBox: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory
I'm not quite sure how to resolve this.
Slamd64 12.1
ATI 3870 w/ati proprietary drivers
KDE
VB 2.1.0 64bit amd version
-
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
You need to install the libcap1 package. I have libcap1 and libcap2 installed on my XUbuntu 8.10 32 bit system.
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.
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.
-
slycordinator
- Posts: 8
- Joined: 17. Sep 2007, 19:58
I have a Mandriva 2009.0 system with exactly this same error:
"VirtualBox: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory"
I installed using: VirtualBox-2.1.0-41146-Linux_x86.run
previously I was using: VirtualBox-2.0.6-39760-Linux_x86.run
and that was running just fine. I would expect that this serious install
error will be corrected in the next release. When would you expect
that to be? Has it been reported as a bug?
"VirtualBox: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory"
I installed using: VirtualBox-2.1.0-41146-Linux_x86.run
previously I was using: VirtualBox-2.0.6-39760-Linux_x86.run
and that was running just fine. I would expect that this serious install
error will be corrected in the next release. When would you expect
that to be? Has it been reported as a bug?
"DISK BOOT FAILURE - INSERT SYSTEM DISK AND PRESS ENTER"
is my friend
is my friend
I ran into this today also. The fix was easy.
Slamd64
VirtualBox-2.1.0-41146-Linux_amd64
Now VirtualBox will run.
I didn't find a recent package for libcap. The kludge that I saw for using libcap2 as libcap1 is probably a bad idea, but I guess it worked. Since this is a required package, it should have been tested for by the installer, and/or included with the package (IMHO)
Slamd64
VirtualBox-2.1.0-41146-Linux_amd64
Code: Select all
cd /usr/src/
wget http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap1/libcap-1.97.tar.gz
tar xvpzf libcap-1.97.tar.gz
cd libcap-1.97
make
make install
-
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
New version is released and has the fix not to depend on libcap.1.so.
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.
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.