Hello All,
I have been trying to run sssd intgcheck, but to not success. Could you
help me with it?
Generally, I've been performing the following steps:
autoreconf -if
./configure --disable-cifs-idmap-plugin --without-samba \
--without-nfsv4-idmapd-plugin --without-secrets \
--without-kcm --enable-intgcheck-reqs --with-os=suse
make intgcheck
...And getting this error:
configure: error: source directory already configured; run "make distclean" there first
Of course, /make distclean/ destroys all the targets, so this is not a
solution.
I tried to follow the example in /./contrib/fedora/bashrc_sssd/ and
build the tests in a separate directory, but also without success:
autoreconf -if
cd x86_64
../configure --disable-cifs-idmap-plugin --without-samba \
--without-nfsv4-idmapd-plugin --without-secrets \
--without-kcm --enable-intgcheck-reqs --with-os=suse
make intgcheck
Running /make intgcheck/ from /x86_64/ directory complains about missing
/cifsidmap/, so clearly there is some problem with configuration.
Could you advise me what steps I should take to build and run the
integration tests?
Regards,
Chris