"python-crypto" looks like it's also in EPEL. http://rpms.famillecollet.com/rpmphp/zoom.php?rpm=python-crypto Kris Lou klou at themusiclink.net On Tue, Dec 13, 2016 at 12:53 PM, Reindl Harald via samba < samba at lists.samba.org> wrote:> > > Am 13.12.2016 um 22:37 schrieb Metin Koç via samba: > >> I'm giving this error when i'm provisioning the new domain with redhat 7. >> >> By the way 3 of dependencies doesn't exist >> >> https://wiki.samba.org/index.php/Samba_Dependencies_Required >> _to_Build_Samba# >> Red_Hat_Enterprise_Linux_.2F_CentOS_.2F_Scientific_Linux >> >> 1. No package perl-Parse-Yapp available. >> >> 2. No package perl-Test-Base available. >> >> 3. No package python-crypto available. >> > > dunno where "python-crypto" exists but "perl-Parse-Yapp" is in the CentOS > base-repos and "perl-Test-Base" in EPEL which is more or less mandatory if > you plan to do anything serious with your machine > > https://fedoraproject.org/wiki/EPEL > > Name : perl-Parse-Yapp > Arch : noarch > Version : 1.05 > Release : 50.el7 > Size : 48 k > Repo : base/7/x86_64 > > Name : perl-Test-Base > Arch : noarch > Version : 0.62 > Release : 1.el7 > Size : 51 k > Repo : epel/x86_64 > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
Am 13.12.2016 um 21:58 schrieb Kris Lou via samba:> "python-crypto" looks like it's also in EPEL. > > http://rpms.famillecollet.com/rpmphp/zoom.php?rpm=python-cryptolooks so, "yum" is just too dumb to find it when the binary rpm is just called "python2-crypto" and "yum install python-crypto" would have found it https://koji.fedoraproject.org/koji/packageinfo?packageID=3575 so the OP seems to be very new in Redhat land or why don#t he setup the EPEL repo straight after basic install as virtually everybody else anyways: https://wiki.samba.org/index.php/Samba_Dependencies_Required_to_Build_Samba#Red_Hat_Enterprise_Linux_.2F_CentOS_.2F_Scientific_Linux don't mention the repo because it's obviously written in RHEL6 times and no, Rowland, this is nothing for the RHEL support contract because by adding software from 3rd party repos you are way out of support - period> On Tue, Dec 13, 2016 at 12:53 PM, Reindl Harald via samba < > samba at lists.samba.org> wrote: > >> >> >> Am 13.12.2016 um 22:37 schrieb Metin Koç via samba: >> >>> I'm giving this error when i'm provisioning the new domain with redhat 7. >>> >>> By the way 3 of dependencies doesn't exist >>> >>> https://wiki.samba.org/index.php/Samba_Dependencies_Required >>> _to_Build_Samba# >>> Red_Hat_Enterprise_Linux_.2F_CentOS_.2F_Scientific_Linux >>> >>> 1. No package perl-Parse-Yapp available. >>> >>> 2. No package perl-Test-Base available. >>> >>> 3. No package python-crypto available. >>> >> >> dunno where "python-crypto" exists but "perl-Parse-Yapp" is in the CentOS >> base-repos and "perl-Test-Base" in EPEL which is more or less mandatory if >> you plan to do anything serious with your machine >> >> https://fedoraproject.org/wiki/EPEL >> >> Name : perl-Parse-Yapp >> Arch : noarch >> Version : 1.05 >> Release : 50.el7 >> Size : 48 k >> Repo : base/7/x86_64 >> >> Name : perl-Test-Base >> Arch : noarch >> Version : 0.62 >> Release : 1.el7 >> Size : 51 k >> Repo : epel/x86_64
On Tue, 13 Dec 2016 22:09:22 +0100 Reindl Harald via samba <samba at lists.samba.org> wrote:> > > Am 13.12.2016 um 21:58 schrieb Kris Lou via samba: > > "python-crypto" looks like it's also in EPEL. > > > > http://rpms.famillecollet.com/rpmphp/zoom.php?rpm=python-crypto > > looks so, "yum" is just too dumb to find it when the binary rpm is > just called "python2-crypto" and "yum install python-crypto" would > have found it > > https://koji.fedoraproject.org/koji/packageinfo?packageID=3575 > > so the OP seems to be very new in Redhat land or why don#t he setup > the EPEL repo straight after basic install as virtually everybody else > > anyways: > https://wiki.samba.org/index.php/Samba_Dependencies_Required_to_Build_Samba#Red_Hat_Enterprise_Linux_.2F_CentOS_.2F_Scientific_Linux > don't mention the repo because it's obviously written in RHEL6 times > > and no, Rowland, this is nothing for the RHEL support contract > because by adding software from 3rd party repos you are way out of > support - periodThis has everything to do with an RHEL support contract (if the OP has one), you need python-crypto to build Samba for an AD DC, so if the OP has a contract, he should ask red-hat just how he is supposed to build Samba without a required package ?? If he doesn't have a contract, then he can do an internet search to find out where to get them from. Rowland