15 lines
430 B
Plaintext
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
|
|
## -
|