apache2/DOC/README.ldap
2017-02-19 12:33:53 +01:00

15 lines
430 B
Plaintext

## - 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
## -