Hello,
I am working on building sssd-ldap on ubuntu and I am hitting a failure that I don't see documented anywhere. Here is my setup:
Distro: ubuntu-20.04
sssd: sssd-2.2.3
automake: autoconf (GNU Autoconf) 2.69
(I got the dependencies via apt build-dep sssd-ldap.)
This is the configure command I am using: ./configure --with-samba=no --without-python2-bindings --with-selinux=no
Which fails with:
checking for CHECK... yes
checking check.h usability... no
checking check.h presence... yes
configure: WARNING: check.h: present but cannot be compiled
configure: WARNING: check.h: check for missing prerequisite headers?
configure: WARNING: check.h: see the Autoconf documentation
configure: WARNING: check.h: section "Present But Cannot Be Compiled"
configure: WARNING: check.h: proceeding with the compiler's result
configure: WARNING: ## ------------------------------------------------ ##
configure: WARNING: ## Report this to sssd-devel(a)lists.fedorahosted.org ##
configure: WARNING: ## ------------------------------------------------ ##
checking for check.h... no
configure: error: Could not find CHECK headers
I could not find and issue in github nor could I find an ubuntu package with that header. Any hints as to what is going on would be most helpful.
Thanks,
Zachary Joyner