[Samba] compiling 3.2.15: cifs.upcall not found afer RPM build
Marcel Ritter
Marcel.Ritter at rrze.uni-erlangen.de
Thu Oct 29 11:10:14 MDT 2009
>>> On 10/28/2009 at 08:42 PM, in message
<63944.207.61.230.154.1256758963.squirrel at webmail.ee.ryerson.ca>, "David Magda"
<dmagda at ee.ryerson.ca> wrote:
> Hello,
>
> Trying to compile Samba 3.2.15 on a RHEL AS 4u2 (i686) and I'm getting the
> following result from 'sh makerpms.sh':
>
> > Provides: samba-doc = 3.2.15-1
> > Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1
> rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <=
> 3.0.3-1
>
> > RPM build errors:
> > File not found: /var/tmp/samba-3.2.15-root/usr/sbin/cifs.upcall
> > File not found by glob:
> /var/tmp/samba-3.2.15-root/usr/share/man/man8/cifs.upcall.8.*
> > makerpms.sh: Done.
>
> Is this an issue with the samba.spec file, or am i missing something?
Look at the configure output, maybe you're missing the dependency for keyutils-devel
(SuSE's RPM name, no idea what it's called on RHEL) which is required for cifs.upcall?
At least that helped building latest git version...
# Required to build cifs.upcall:
BuildRequires: keyutils-devel
Bye,
Marcel
More information about the samba
mailing list