-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Actually, after a little bit of research, it appears that Ubuntu does not support SELinux (in favor of AppArmor). You almost certainly want to be using the --without-selinux argument to configure.
I just did a successful build with --without-selinux on Ubuntu 9.10. The patch below was not required. On 11/03/2009 02:30 PM, Stephen Gallagher wrote: > This is not a known issue. There should be no places in the SSSD where > we require the SELinux libraries except in the tools. Could you please > attach the build failures you see when building without the patch below? > > > On 11/03/2009 02:10 PM, Brian J. Murrell wrote: >> I found I needed the following patch to build on Ubuntu Karmic: > >> +--- sssd-0.7.1.orig/server/Makefile.am >> ++++ sssd-0.7.1/server/Makefile.am >> +@@ -233,13 +233,13 @@ >> + $(NSS_LIBS) \ >> + libsss_crypt.la >> + >> +-TOOLS_LIBS = \ >> +- $(SSSD_LIBS) >> +- >> + if BUILD_SELINUX >> +- TOOLS_LIBS += $(SELINUX_LIBS) >> ++ SSSD_LIBS += $(SELINUX_LIBS) >> + endif >> + >> ++TOOLS_LIBS = \ >> ++ $(SSSD_LIBS) >> ++ >> + dist_noinst_HEADERS = \ >> + monitor/monitor.h \ >> + util/nss_sha512crypt.h \ > >> Is this a known issue? > >> Cheers, >> b. > > > > >> _______________________________________________ >> sssd-devel mailing list >> [email protected] >> https://fedorahosted.org/mailman/listinfo/sssd-devel > > _______________________________________________ sssd-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/sssd-devel - -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkrwiRQACgkQeiVVYja6o6MFoQCgg7Dn5gkROXr1dwOuGqh/42aq M48An0rs7VdxP1Z/ibEm++sSDmlaAZlO =GoiY -----END PGP SIGNATURE----- _______________________________________________ sssd-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/sssd-devel
