Displaying 3 results from an estimated 3 matches for "ac_cv_header_sys_acl_h".
2002 Nov 26
1
Re: 2.2.7 compile error using --with-acl-support
If you are using the debian/rules from apt-get or the source tarball, you
need to not only include
--with-acl-support in debian/rules, you also need to
vi debian/config.cache
--> replace "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=no}"
with "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=yes}"
This will allow it to compile.
Unfortunately, for me, anyway, smbd,nmbd and winbindd are still not linking
to libacl.so (according to ldd). The output is below.
If you have any luck act...
2002 Nov 27
0
RE: samba digest, Vol 1 #1918 - 24 msgs
...king to libacl.so.1?
My recent problem was similar and I found that I wasn't compiling against
the acl libs.
Make sure you have the line (Max said you should have this
before --with-msdfs)
--with-acl-support in debian/rules,
Plus you have to
vi debian/config.cache
--> replace "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=no}"
with "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=yes}"
Good luck-it's well worth it once it works!
Tom Hallewell
Radio Free Asia
Washington DC, USA
>
> Hmm.
>
> I don't have a third machine to be a W2k client here (t...
2002 Dec 06
0
Re: ACL issues still unresolved (Andrew Furey)
...ar symptoms running 2.2.7 under Debian and I found
that I wasn't compiling against the acl libs.
Make sure you have the line (this might work best if you put this line
before --with-msdfs)
--with-acl-support in debian/rules,
Plus you have to
vi debian/config.cache
--> replace "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=no}"
with "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=yes}"
I got this info from Max-http://homex.subnet.at/~max/comp-12_xfs.php
Good luck.
Tom Hallewell
Radio Free Asia
Washington DC, USA
>
> >>(b) In said ACL properties dialog, t...