I have a BBB and a 32-gb SD card with the Beaglebone Debian distro that is bootable, and need to get Bluez 5.41 installed. I'd downloaded the Bluez package and running ./configure produces this error:
checking for UDEV... no
configure: error: libudev >= 172 is required
Running this command "sudo apt-get install libudev-dev" produces error messages:
debian@beaglebone:~/Dev/Bluez/bluez-5.41$ sudo apt-get install libudev-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ifupdown : Breaks: systemd (< 228-3~) but 215-17+deb8u4rcnee1~bpo80+20160313+1 is to be installed
libpam-systemd : Depends: systemd (= 230-7~bpo8+2) but 215-17+deb8u4rcnee1~bpo80+20160313+1 is to be installed
udev : Breaks: systemd (< 224-2) but 215-17+deb8u4rcnee1~bpo80+20160313+1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
I'm wondering if anyone else has already gone down this path and has been successful in getting Bluez 5.41 installed?