Hello out there ...
i´m trying rebuild SAMBA 2.2.8-1 in SME 56U4.
I have installed DevTools 56.
I added --with-acl-support into the spec file:
----------------------------------------------------------------------------------------
%configure \
--libdir=%{_sysconfdir}/samba \
--with-fhs \
--with-privatedir=%{_sysconfdir}/samba \
--with-lockdir=/var/cache/samba \
--with-swatdir=%{_datadir}/swat \
--with-codepagedir=%{_datadir}/samba/codepages \
--with-automount \
--with-smbmount \
--with-pam \
--with-mmap \
--with-quotas \
--without-smbwrapper \
--with-libsmbclient \
--with-utmp \
--with-piddir=/var/run/samba \
--with-acl-support \
--with-vfs \
--with-pam_smbpass \
--with-msdfs \
--with-sendfile-support
make CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" \
--with-acl-support \
all smbfilter debug2html
----------------------------------------------------------------------------------------
after rpmbild --bb samba.spec i get on my screen
----------------------------------------------------------------------------------------
checking for ACL support... yes
Using posix ACLs
checking for acl_get_perm_np... no
checking whether to check for support sendfile... yes
checking for linux sendfile64 support... no
checking for linux sendfile support... no
checking for broken linux sendfile support... yes
checking whether to build winbind... no, no unix domain socket support on linux-gnu
checking whether or not getgroups returns EGID too many times... no
checking whether struct passwd has pw_comment... no
checking whether struct passwd has pw_age... no
checking for poptGetContext in -lpopt... yes
checking whether to use included popt... no
checking configure summary... WARNING: No automated network interface determination
ERROR: no seteuid method available
configure: error: summary failure. Aborting config
error: Bad exit status from /var/tmp/rpm-tmp.71514 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.71514 (%build)
----------------------------------------------------------------------------------------
and no RPM is build.
What can I do?
I need SAMBA with ACL Support for SME5.6!
THX
Guenter