hi all, i have download the latest verion of samba (2.2.5) and acltools from bestbits. i would use an fileserver with acl support, but i have some problems. after uncompress the tar-archiv i type in the sourcedirectory: ./configure --with-quotas --with-acl-support and i get the following: "checking whether to support ACLs... checking for acl_get_file in -lacl... (cached) no checking for ACL support... (cached) no" is this normal? well, i've done make and make install. the option <nt acl support> is availible, but it does not work. local acl works! please help! regards... -- STEPHAN PFEIFFER ICQ: 39844459 (Home) 39064604 (Work) http://www.synopex.de/ mailto:info@synopex.de *** Linux is like a wigwam... *** no windows, no gates and apache inside!
On Monday 12 August 2002 12:53, Stephan Pfeiffer wrote:> hi all, > > i have download the latest verion of samba (2.2.5) and acltools from > bestbits. i would use an fileserver with acl support, but i have some > problems. after uncompress the tar-archiv i type in the sourcedirectory: > > ./configure --with-quotas --with-acl-supportdo you have the acl development libraries installed?> and i get the following: > > "checking whether to support ACLs... checking for acl_get_file in -lacl... > (cached) no checking for ACL support... (cached) no" > > is this normal?No, this means that comfigure can't find the acl development libs. Usually this is because they're not installed, or in the wrong path. HTH, Kai -- Kai Blin Linux system administrator Tel: Ring-86592 Allgemeine Chirurgie Universitaetsklinikum Tuebingen Give me a Plumber's friend the size of the Pittsburgh dome, and a place to stand, and I will drain the world.
At 12:53 PM 8/12/02 +0200, Stephan Pfeiffer wrote:>(cached)aha!>is this normal?yep. remove your config.cache file (possibly a make distclean or make clean would be a good idea.) -------------- Martyn Ranyard I am not a member of the samba team, and anything that I say may not be as accurate as a response from one of the team. I reply to save those more qualified time, which can more usefully be spent developing SAMBA further.