Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255792 - virtualbox-bin-2.1.0 should DEPEND on libcap
Summary: virtualbox-bin-2.1.0 should DEPEND on libcap
Status: RESOLVED DUPLICATE of bug 251654
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 21:52 UTC by Ciprian Ciubotariu
Modified: 2009-01-21 21:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ciprian Ciubotariu 2009-01-21 21:52:40 UTC
After a fresh install from the jokey overlay, here's the error on first run.

cipi@pink ~ $ VirtualBox
/opt/VirtualBox/VirtualBox: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory

To correct the problem I had to:

pink ~ # emerge -av libcap
pink ~ # cd /lib64/
pink lib64 # ln -s libcap.so.2 libcap.so.1

as instructed on  http://forums.virtualbox.org/viewtopic.php?p=55838&sid=f204d35caf0c546230fb9daeb06e424a

Now it works like a charm.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-01-21 21:58:40 UTC

*** This bug has been marked as a duplicate of bug 251654 ***