[Samba] Samba 3.3.0rc1 for production server - is it save?

FC Mario Patty fcmario76 at gmail.com
Thu Dec 11 04:47:45 GMT 2008


Hi Henkel,

I've finally succeed rpmbuild-ing samba, but this time it's the newest
release of samba, the 3.2.6 version. To handle the cifs.upcall.8.gz thing, I
added

%{_mandir}/man8/cifs.upcall.8*

in the respective line in samba.spec. I also installed ccache so I don't
have to uncomment the ccache part in samba.spece. I have simulated the
installation (upgrade) and they work. :) Hope this can help.

Regards,


On Mon, Dec 8, 2008 at 10:11 PM, Henkel Henning <henkel at hs-furtwangen.de>wrote:

> Hi,
> I had the same problem building, you need to alter the samba.spec file:
>
> gcc  -c -o mount.cifs  $RPM_OPT_FLAGS  -D_GNU_SOURCE -Wall -D_GNU_SOURCE
> -D_LARGEFILE64_SOURCE mount.cifs.c
> gcc -o mount.cifs mount.cifs.o mtab.o
> gcc -c -o umount.cifs $RPM_OPT_FLAGS  -D_GNU_SOURCE -Wall -D_GNU_SOURCE
> -D_LARGEFILE64_SOURCE umount.cifs.c
> gcc -o umount.cifs umount.cifs.o mtab.o
>
> As far as I remember you also get problems when packing the rpms, as there
> are
> two or three files that are not packed in any rpm.
>
> Cheers
>
> Henning
>
>


More information about the samba mailing list