Skip to content

Instantly share code, notes, and snippets.

@fgbreel
Last active December 15, 2015 07:38
Show Gist options
  • Save fgbreel/5224368 to your computer and use it in GitHub Desktop.
Save fgbreel/5224368 to your computer and use it in GitHub Desktop.
Something to remember when compile samba 4
./configure --with-aio --enable-debug
needs:
build-essential libacl1-dev libattr1-dev libkrb5-dev libaio-dev python2.7-dev dmapi-dev \
libdmalloc-dev libdmapsharing-3.0-dev libldap2-dev libreadline-dev libpam-dev libsasl2-dev \
libgnutls-dev libncurses5-dev lintian libctdb-dev libavahi-common-dev libavahi-client-dev \
libtalloc-dev python-ldb-dev xsltproc
libctdb-dev # for clustered tdb databases
libaio-dev # for asynchronous disk access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment