Opened 8 years ago
Closed 8 years ago
#16376 closed defect (worksforme)
VirtualBox 5.1 cannot run on Fedora 25 x86_64
Reported by: | librucha | Owned by: | |
---|---|---|---|
Component: | host support | Version: | VirtualBox 5.1.12 |
Keywords: | Fedora 25, Linux, installation | Cc: | |
Guest type: | all | Host type: | Linux |
Description
When I installed VirtualBox 5.1 by instructions on Download page, everything finished sucessful. When I tried run VirtualBox the error was shoved:
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQt5X11Extras.so.5: cannot open shared object file: No such file or directory
This can be fixed by install X11 extras:
dnf install qt5-qtx11extras.x86_64
After installation the library the error was shoved:
Qt FATAL: This application failed to start because it could not find or load the Qt platform plugin "xcb" in "". Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb. Reinstalling the application may fix this problem. Aborted (core dumped)
This can be fixed by install X11 xkb common:
dnf install libxkbcommon-x11.x86_64
After those fixes everything works fine.
Change History (2)
comment:1 by , 8 years ago
priority: | blocker → major |
---|
comment:2 by , 8 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Which VirtualBox package did you install (exact package name please)?