Hi all,
<module-name> | <module-name>.la
do same thing: link a system library. .. at the end of the day.
Really, there is a technical diff, first one *dynamically* link the library (using <module-name>.so file), second one *statically* link the library (using <module-name>.la file).
what should we do is using *only* one of these alternatives at the same time.
Cheers.
Le 22/08/2015 09:10, Dieter Klünter a écrit :
The module names are not correct. Hint: check /usr/lib/ldap for correct module names.
-Dieter
Okay, so what is the correct module name? It's listed as ppolicy in /usr/lib/ldap:
lrwxrwxrwx 1 root root 20 May 25 10:09 ppolicy-2.4.so.2 -> ppolicy-2.4.so.2.8.3 -rw-r--r-- 1 root root 39328 May 25 10:09 ppolicy-2.4.so.2.8.3 -rw-r--r-- 1 root root 954 May 25 10:08 ppolicy.la lrwxrwxrwx 1 root root 20 May 25 10:09 ppolicy.so -> ppolicy-2.4.so.2.8.3
back_hdb.la ppolicy.la
-Dieter