RE: how to compile acl patched coreutils under slackwarelinux?

"Matthias F. Brandstetter" <[email protected]> Fri, 22 Oct 2004 15:51:32 +0200 (CEST)
Newsgroups gmane.linux.file-systems.acl.devel
Message-ID <[email protected]>
On Fr, 22.10.2004, 13:55, Russell Packer sagte:
> And installed two packages required - acl (version 2.2.23 or better) and
> attr (version 2.4.16 or better).
>
> The attr package was installed:
>
> tar -zxvf attr-2.4.16.src.tar.gz
> cd attr-2.4.16
> ./configure
> make
> make install
> make install-lib
> make install-dev

done.

> Then install the acl package:
>
> tar -zxvf acl-2.2.3.src.tar.gz
> cd attr-2.2.3
> ./configure
> make
> make install
> make install-lib
> make install-dev
> ldconfig

done.

> Then I did coreutils
>
> tar -zxvf coreutils-5.1.2.tar.gz
> tar -zxvf coreutils-5.1.2-patch.tar.gz
> patch -p0 -b < ../coreutils-patch/coreutils-5.1.2/coreutils-5.1.2.dif
> patch -p1 -b < ../coreutils-patch/coreutils-5.1.2/coreutils-acl.diff
> patch -p1 -b <
> ../coreutils-patch/coreutils-5.1.2/coreutils-acl+posix.diff
> patch -p1 -b <
> ../coreutils-patch/coreutils-5.1.2/coreutils-acl+posix.diff
> patch -p1 -b < ../coreutils-patch/coreutils-5.1.2/coreutils-xattr.diff
> patch -p1 -b < ../coreutils-patch/coreutils-5.1.2/coreutils-sysinfo.diff
> ./configure
> make
> make install

done.

I did exactly what you said, step by step. But I still get this error
during ./configure of coreutils:
...
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for acl... no
...

Btw., same goes for Samba 3.0.7: I want to install ACL enabled Samba
server, ./configure says something like "ACL ... ok, using POSIX ACL", but
after make && make install I get this:
...
 --with Options:
   WITH_SENDFILE
   WITH_SMBMOUNT
   WITH_UTMP
   WITH_WINBIND
...

so, it seems no ACLs here either :(
(but I configured Samba with ./configure --with-acl-support=yes)

Any ideas? I am really somewhat lost here :(
Should I switch my distribution for this server?

Greetings and TIA, Matthias
_______________________________________________
acl-devel mailing list
[email protected]
http://acl.bestbits.at/mailman/listinfo/acl-devel