On 05/11/2017 09:01 AM, Oliver Rath wrote:
Hi list,
configuring lvm2 failed with --enable-notify-dbus option, but
unfortunatly without no konkrete error-message:
$ ./configure --enable-lvmetad --enable-lvmpolld --enable-udev_sync
--enable-udev_rules --enable-applib --enable-cmdlib
--enable-dbus-service --enable-dmfilemapd --enable-python3_bindings
--enable-notify-dbus
[..]
checking whether to install fsadm... yes
checking whether to install blkdeactivate... yes
checking whether to use dmeventd...
checking for getline in -lc... no
checking for canonicalize_file_name in -lc... no
checking for dlopen in -ldl... no
checking for log10 in -lm... no
configure: error: bailing out
################################################################################
AC_CHECK_LIB(m, log10,
[M_LIBS="-lm"], hard_bailout)
This is because of missing log10 function from m library (wherever that
comes from) and has nothing to do with dbus. So enabling or disabling it
should have absolutely no effect.
Were you configuring lvm2 on the same machine using the same environment?
Without the last option, configure runs fine. The git-codebase is from
today, all neede libs shoud be installed, the System is Ubuntu-16.04.
What must I do?
Tfh!
Oliver
_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://www.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://www.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/