[SOLVED]dbus dev files

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
buteman
Level 4
Level 4
Posts: 331
Joined: Tue Nov 29, 2011 5:36 pm
Location: North Lincolnshire

[SOLVED]dbus dev files

Post by buteman »

I am trying to compile an audio app but configure keeps complaining about missing dbus dev files. Software manager doesn't show anything obvious so I am wondering where I can find them and their name(s).
Any ideas please?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Daf57
Level 1
Level 1
Posts: 39
Joined: Sat Feb 22, 2020 5:23 pm

Re: dbus dev files

Post by Daf57 »

Hi,
I had a similar issue compiling an encoder app. Try this:

Code: Select all

sudo apt install build-essential libpython3-dev libdbus-1-dev
It helped me.

Daf
buteman
Level 4
Level 4
Posts: 331
Joined: Tue Nov 29, 2011 5:36 pm
Location: North Lincolnshire

Re: dbus dev files

Post by buteman »

Great thanks, I already had build-essential installed but installing the others fixed it for me too. :P
Locked

Return to “Software & Applications”