Initial Import

This commit is contained in:
2017-02-19 12:33:53 +01:00
commit 44d65f34c3
20 changed files with 4655 additions and 0 deletions

14
DOC/README.ldap Normal file
View File

@ -0,0 +1,14 @@
## - Some configure scripts cannot find ldap library.
## -
## - So create a symlink
## - /usr/lib/libldap.so -> /usr/lib/x86_64-linux-gnu/libldap.so
## -
ln -s /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/libldap.so
## - or
ln -s x86_64-linux-gnu/libldap.so /usr/lib/libldap.so
## - Note:
## -
## - If 'apr' and apr-utils' wasn't compiled with ldap support (that
## - is, if libldap.so wasn't present), recompile both
## -