On 2/19/07, Torsten Schlabach <tschlabach@xxxxxxx> wrote:
So here is *what* I did: - Downloaded the SASL library 2.0.22 from the Cyrus site, compiled with ./configure, make, make install to make sure I have everything I need.
You may need to rebuild OpenLDAP here so that it is linked to the new version of cyrus-sasl you just built. If the .so versions are the same for libsasl2.so, ldconfig is probably all that's needed, though.
- Re-configured with ./configure --enable-ldapdb --with-ldap=/usr, make, make install. - Copied the libldap.* files from /usr/lib/sasl2 onto the target machine.
-- Dan