Hi Guys,
Does anyone have the proper commands to build a SSSD package from a git clone ?
Would be great as the README doens't contain it at all.
Thanks!
Matt
On Sun, Jun 14, 2015 at 03:35:08PM +0200, Matt . wrote:
Hi Guys,
Does anyone have the proper commands to build a SSSD package from a git clone ?
Would be great as the README doens't contain it at all.
It shouldn't be too different from fedora: autoreconf -if configure <options> make
More detailed instructions including the right directories or configure flags would really be awesome to have under contrib/debian.
Most SSSD developers use Fedora on their development machines, but we always welcome contributions to the build instructions!
Hi Under Debian / Ubuntu the commands needed to compile sssd are :
cd path/to/sssd-sources
./configure make make install
I'm curently working on this, and you may have to download all libraries needed for compilation. I found a page in the wiki of Samba which may help you to find most of them (I'm suspecting the page to be outdated and some dependencies may be missing for the bleeding edge version).
Also take note the package names are for an other distro, so you will have to adapt them (usually the word devel becomes dev).
I'd like to find a up to date list on these dependencies on the official documentation, as I think it is missing (at least I did not found it)
2015-06-14 15:35 GMT+02:00 Matt . yamakasi.014@gmail.com:
Hi Guys,
Does anyone have the proper commands to build a SSSD package from a git clone ?
Would be great as the README doens't contain it at all.
Thanks!
Matt _______________________________________________ sssd-users mailing list sssd-users@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-users
Hi Guys,
Thanks for the commands.
The issue is what I get on the git clone is that there is no configure, also not when I chmod +x the .ac
I'm doing something wrong.
2015-06-14 23:34 GMT+02:00 thierry DeTheGeek dethegeek@gmail.com:
Hi Under Debian / Ubuntu the commands needed to compile sssd are :
cd path/to/sssd-sources
./configure make make install
I'm curently working on this, and you may have to download all libraries needed for compilation. I found a page in the wiki of Samba which may help you to find most of them (I'm suspecting the page to be outdated and some dependencies may be missing for the bleeding edge version).
Also take note the package names are for an other distro, so you will have to adapt them (usually the word devel becomes dev).
I'd like to find a up to date list on these dependencies on the official documentation, as I think it is missing (at least I did not found it)
2015-06-14 15:35 GMT+02:00 Matt . yamakasi.014@gmail.com:
Hi Guys,
Does anyone have the proper commands to build a SSSD package from a git clone ?
Would be great as the README doens't contain it at all.
Thanks!
Matt _______________________________________________ sssd-users mailing list sssd-users@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-users
sssd-users mailing list sssd-users@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-users
After a (very little) googling, I don't find any repository for sssd on github. On github itself there are many projects with this acronym - I found a project, but I cannot ensure myself it is an official repository.
Maybe you want to download it from the tar.gz provided here : https://fedorahosted.org/sssd. I downloaded it yesterday, and just finished to compile it.
2015-06-15 0:07 GMT+02:00 Matt . yamakasi.014@gmail.com:
Hi Guys,
Thanks for the commands.
The issue is what I get on the git clone is that there is no configure, also not when I chmod +x the .ac
I'm doing something wrong.
2015-06-14 23:34 GMT+02:00 thierry DeTheGeek dethegeek@gmail.com:
Hi Under Debian / Ubuntu the commands needed to compile sssd are :
cd path/to/sssd-sources
./configure make make install
I'm curently working on this, and you may have to download all libraries needed for compilation. I found a page in the wiki of Samba which may
help
you to find most of them (I'm suspecting the page to be outdated and some dependencies may be missing for the bleeding edge version).
Also take note the package names are for an other distro, so you will
have
to adapt them (usually the word devel becomes dev).
I'd like to find a up to date list on these dependencies on the official documentation, as I think it is missing (at least I did not found it)
2015-06-14 15:35 GMT+02:00 Matt . yamakasi.014@gmail.com:
Hi Guys,
Does anyone have the proper commands to build a SSSD package from a git clone ?
Would be great as the README doens't contain it at all.
Thanks!
Matt _______________________________________________ sssd-users mailing list sssd-users@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-users
sssd-users mailing list sssd-users@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-users
sssd-users mailing list sssd-users@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-users
On (15/06/15 00:07), Matt . wrote:
Hi Guys,
Thanks for the commands.
The issue is what I get on the git clone is that there is no configure, also not when I chmod +x the .ac
You need to run "autoreconf -if" if you want to generated configure script.
It is already described on wiki https://fedorahosted.org/sssd/wiki/DevelTutorials
LS
sssd-users@lists.fedorahosted.org