kmk: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libQt5X11Extras.so',

Discussions related to using the OSE version of VirtualBox.
Post Reply
Mahdi63
Posts: 14
Joined: 14. May 2017, 10:06

kmk: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libQt5X11Extras.so',

Post by Mahdi63 »

Trying to build virtualbox from source I receive this error:

Code: Select all

kmk: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libQt5X11Extras.so', needed by '/home/m/VirtualBox-5.2.12/out/linux.amd64/release/obj/VirtualBox/VirtualBox'.  Stop.
kmk: *** Waiting for unfinished jobs....
kmk: *** Exiting with status 2
I can attach files I have after configure
Last edited by Mahdi63 on 2. Jul 2018, 11:22, edited 1 time in total.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: kmk: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libQt5X11Extras.so',

Post by mpack »

Not a "Linux Hosts" question. Topic moved to VirtualBox OSE.
Noxi
Posts: 6
Joined: 25. Jul 2018, 03:40

Re: kmk: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libQt5X11Extras.so',

Post by Noxi »

Hi!

I had the same problem, my "solution" on Ubuntu 18.04 was install libqt5* package

Code: Select all

sudo apt-get install libqt5*
Regards.
Post Reply