bonjour, j'essaie de mettre en place un serveur de fichiers pour un domaine windows sous debian(testing).j'ai trouv� un guide int�ressant :
http://www.linux-france.org/~fclerc/article/serveur/samba-acl/debian-samba-acl-xfs.html J'ai install� la version 2.0.19-1 des packages acl, acl-dev et libacl1. Pourtant je bute sur la compilation de samba (version samba_2.2.3a-6) : soit le configure prend en compte le support des acl et la compilation echoue ou bien ne le prend pas et la compilation se termine bien. voici la fin d'une compilation qui a mal tourn� ! une id�e? include/proto.h:307: warning: data definition has no type or storage class include/proto.h:308: parse error before `*' include/proto.h:309: parse error before `entry' include/proto.h:310: parse error before `entry' include/proto.h:311: parse error before `entry' include/proto.h:312: parse error before `theacl' include/proto.h:313: parse error before `acl_type_t' include/proto.h:314: parse error before `acl_t' include/proto.h:316: parse error before `permset' include/proto.h:318: parse error before `posix_acl' include/proto.h:319: parse error before `acl_tag_t' include/proto.h:320: parse error before `the_acl' include/proto.h:321: parse error before `entry_d' include/proto.h:322: parse error before `entry_d' include/proto.h:323: parse error before `entry_d' include/proto.h:324: parse error before `sys_acl_get_file' include/proto.h:324: parse error before `acl_type_t' include/proto.h:324: warning: data definition has no type or storage class include/proto.h:325: parse error before `sys_acl_get_fd' include/proto.h:325: warning: data definition has no type or storage class include/proto.h:326: parse error before `permset' include/proto.h:327: parse error before `permset' include/proto.h:328: parse error before `permset' include/proto.h:329: parse error before `the_acl' include/proto.h:331: parse error before `sys_acl_init' include/proto.h:331: warning: data definition has no type or storage class include/proto.h:332: parse error before `*' include/proto.h:333: parse error before `entry' include/proto.h:334: parse error before `entry' include/proto.h:335: parse error before `entry' include/proto.h:336: parse error before `theacl' include/proto.h:337: parse error before `acl_type_t' include/proto.h:338: parse error before `acl_t' include/proto.h:340: parse error before `the_acl' include/proto.h:341: parse error before `acl_tag_t' make[1]: *** [smbd/server.o] Error 1 make[1]: Leaving directory `/home/samba/samba-2.2.3a/source' make: *** [build-stamp] Error 2 debuild: fatal error at line 456: dpkg-buildpackage failed!

