[Samba] samba & acl & xfs

Kai Blin kai.blin at med.uni-tuebingen.de
Fri Aug 16 00:02:17 GMT 2002


On Friday 16 August 2002 09:53, Martin (Tino) Peikert wrote:

> I use debian 3.0 too, and adding -lattr only didn't solved my problem
> when I tried to build a samba debian package with acl support.
>
> First I tried to build the debian package (samba-2.2.3a) after apt-get
> source samba and editing the sources/configure file, debian/rules (here
> I added --with-acl-support) and debian/changelog - but when I made a
> dpkg-buildpackage in the directory samba-2.2.3a, it was the same as
> before: No ACL support. I took a look at the configure script again - my
> changes were gone...

I guess dpck-buildpackage runs autoconf to rebuild the configure script. By 
this, your changes in configure will be overwritten.
Oh, by the way, I tried building it on sid, and it works.  :)
(I know this doesn't really help you)

> So I edited the configure script again and removed config.cache, made
> ./configure --with-fhs --prefix=/usr --sysconfdir=/etc
> --with-privatedir=/etc/samba --localstatedir=/var --with-smbmount
> --with-pam  --with-syslog --with-sambabook --with-utmp --with-readline
> --with-pam_smbpass --with-libsmbclient --with-winbind --with-acl-support
> and got Posix acl support now. make && make install gave me a working
> samba installation with ACLs.

yup, sounds like autoconf is run by the package build script

> I'm still working on that - for me it's not enough that samba is working
> now, I want to build that debian package (I don't want to use
> dpkg-repack). I'll try to find where the configure script will be
> created - I think I should find that step in debian/rules, but this is
> just a guess.

The configure script is created my autoconf, reading the configure.in file. I 
guess you need to set the check somewhere next to all those acl test code. I 
can't really help you there, as this is the most complex configure.in I've 
ever seen.

Cheers, Kai

-- 
Kai Blin 	Linux system administrator 	Tel: Ring-86592
Allgemeine Chirurgie 	Universitaetsklinikum Tuebingen

Future looks spotty.  You will spill soup in late evening.



More information about the samba mailing list