[ Just for the archives ]
In the CMakeError.log file, we saw: /usr/bin/ld: warning: libsasl2.so.3.0, needed by /usr/local/lib/libldap.so.13.0, not found (try using -rpath or -rpath-link) And we realized the /usr/local/lib/libsasl2.so.3.0 was not usable: $ ldd /usr/local/bin/ldapdelete /usr/local/bin/ldapdelete: /usr/local/bin/ldapdelete: can't load library 'libsasl2.so.3.0' /usr/local/bin/ldapdelete: exit status 4 We reinstalled cyrus-sasl from a new package and everything went fine. Thanks a lot to Vadim for having helped me on this! -- Olivier Cherrier - Symacx.com mailto:[email protected]
