Skip to content

Instantly share code, notes, and snippets.

@arbales
Created July 1, 2011 18:44
Show Gist options
  • Save arbales/1059152 to your computer and use it in GitHub Desktop.
Save arbales/1059152 to your computer and use it in GitHub Desktop.
netatalk configuration
./configure --enable-debian \
--with-acls \
--with-ssl-dir=/usr/include/openssl \
--enable-dropkludge \
--with-cracklib=/usr/share/cracklib/cracklib-small \
--with-libgcrypt-dir=/usr/lib
@arbales
Copy link
Author

arbales commented Jul 1, 2011

Given:
• Debian Squeeze
• the dependencies of the squeeze netatalk package
acl and acl-dev with fstab properly configured

@arbales
Copy link
Author

arbales commented Jul 1, 2011

This is failing, bu eliminating 4-6 works, so I'm going to try ditching 6 first.

@arbales
Copy link
Author

arbales commented Jul 1, 2011

AFP copyfile is throwing the error — so I'm trying removing --enable-dropkludge instead, too bad.

…… and it works.
… bummer about the dropkludge option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment