hello I tried to compile samba on Redhat AS5U5 but it fails with this message: Install: cannot stat `source3/bin/umount.cifs': No such file or directory. Any solution? kind regards werner maes
Grab and review the RPM's from http://download.samba.org/samba/ftp/Binary_Packages/RedHat/. On Wed, Sep 1, 2010 at 8:37 AM, Werner Maes <Werner.Maes at icts.kuleuven.be> wrote:> hello > > I tried to compile samba on Redhat AS5U5 but it fails with this message: Install: cannot stat `source3/bin/umount.cifs': No such file or directory. > > Any solution? > > kind regards > > werner maes > > -- > To unsubscribe from this list go to the following URL and read the > instructions: ?https://lists.samba.org/mailman/options/samba >
thank you but apparently these rpms are not based on the spec file given by samba for rhel (but on same spec file from suse). e.g.: there is a rpm called samba-cifsmount which is not part of the spec file. my question remains: why does the spec file provided does not compile? kind regards werner> -----Original Message----- > From: Nico Kadel-Garcia [mailto:nkadel at gmail.com] > Sent: vrijdag 3 september 2010 14:46 > To: Werner Maes > Cc: samba at samba.org > Subject: Re: [Samba] samba-3.5.4: compilation fails on RHAS5U5 > > On Fri, Sep 3, 2010 at 3:36 AM, Werner Maes > <Werner.Maes at icts.kuleuven.be> wrote: > > Hello > > > > The link you provided is completely outdated ! There are no new samba > packages available there ! > > > > kind regards > > > > werner > > Oh, sorry, there is a README.RHEL there at points to the new location. > > http://ftp.sernet.de/pub/samba
hello
I managed to compile:
I had to add some lines to the spec file:
--with-cifsumount \
/usr/share/locale/de/LC_MESSAGES/net.mo
%{_includedir}/wbc_async.h
%{_mandir}/man5/pam_winbind.conf.5*
werner
> -----Original Message-----
> From: Nico Kadel-Garcia [mailto:nkadel at gmail.com]
> Sent: vrijdag 3 september 2010 23:23
> To: Werner Maes
> Subject: Re: [Samba] samba-3.5.4: compilation fails on RHAS5U5
>
> On Fri, Sep 3, 2010 at 9:07 AM, Werner Maes
> <Werner.Maes at icts.kuleuven.be> wrote:
> > thank you but apparently these rpms are not based on the spec file
> given by samba for rhel (but on same spec file from suse).
> > e.g.: there is a rpm called samba-cifsmount which is not part of the
> spec file.
> >
> > my question remains: why does the spec file provided does not
> compile?
> >
> > kind regards
> >
> > werner
>
> It's confusing, I admit. The author of that RPM is compiling in his
> personal build environment, not using "mock", which apparently
works
> for him. I've sent him some updates for his .spec file to improve RHEL
> compatibility, which he's incorporated, but it could use some
> refinement.
>
> The tarball .spec file is seriously out of date, which is why it
> doesn't work. No one's pushed a more recent one into the source
tree,
> not even people like me.