Initial Import
This commit is contained in:
14
DOC/README.ldap
Normal file
14
DOC/README.ldap
Normal 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
|
||||
## -
|
Reference in New Issue
Block a user