Initial import
This commit is contained in:
14
DOC/README.php57.ldap
Normal file
14
DOC/README.php57.ldap
Normal file
@@ -0,0 +1,14 @@
|
||||
## - PHP does not find LDAP libraries:
|
||||
## -
|
||||
## - configure: error: Cannot find ldap libraries in /usr/lib
|
||||
## -
|
||||
## - FIX: set a symlink:
|
||||
## - ln -s /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/
|
||||
## -
|
||||
ln -s /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/
|
||||
|
||||
## - 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