[Samba] SOLVED: Re: 2.2.7 compile error using
--with-acl-support
Francesco Mosca
askmosca at tin.it
Wed Nov 27 09:23:01 GMT 2002
thanks! it worked. and for me:
~# ldd /usr/sbin/smbd
libacl.so.1 => /lib/libacl.so.1 (0x40019000)
----------^
libcups.so.2 => /usr/lib/libcups.so.2 (0x4001f000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40037000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x4004b000)
libdl.so.2 => /lib/libdl.so.2 (0x40078000)
libpam.so.0 => /lib/libpam.so.0 (0x4007b000)
libc.so.6 => /lib/libc.so.6 (0x40083000)
libattr.so.1 => /lib/libattr.so.1 (0x4019f000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
so it seems ok.
Thanks to all for your help
Francesco
Il mar, 2002-11-26 alle 18:19, Tom Hallewell ha scritto:
> 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 actually getting this to work once you have
> successfully compiled, please let me know.
> PS-thanks to Max for the link to his page
> http://homex.subnet.at/~max/comp-12_xfs.php
>
> Tom Hallewell
> Radio Free Asia
> Washington, DC USA
More information about the samba
mailing list