Last active
December 15, 2015 07:38
-
-
Save fgbreel/5224368 to your computer and use it in GitHub Desktop.
Something to remember when compile samba 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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