Why is svnserve not linked against libldap-2.4-2 any more?
I tried to migrate from 11.04 to 12.04 but svnserve does not validate users against sasl's ldap auxprop plugin any more.
in /var/log/auth.log:
svnserve: could not find auxprop plugin, was searching for 'ldap'
... whenever I open a Tortoise-SVN repo-browser on a client machine with a URL pointing to this server.
Which does work with the 11.04 server.
But by using testsaslauthd I can auth against ldap without a problem, so I have no reason to question saslauthd.
Also, The error says "svnserve: could not...", not "sasl...".
Due to the identical configuration of my 11.04 and 12.04 installations, the only possible reason I could find is the missing linking:
libldap_r-2.4.so.2 => /usr/lib/
... which is present under 11.04 (1.6.12dfsg-
I DO have installed the libldap-2.4-2 on both systems.
Although i have to admit, there are more libraries that are linked under 11.04 but not 12.04:
libldap_r-2.4.so.2 => /usr/lib/
liblber-2.4.so.2 => /usr/lib/
libresolv.so.2 => /lib/x86_
libgssapi_krb5.so.2 => /usr/lib/
libgnutls.so.26 => /usr/lib/
libgcrypt.so.11 => /lib/x86_
libkrb5.so.3 => /usr/lib/
libk5crypto.so.3 => /usr/lib/
libcom_err.so.2 => /lib/x86_
libkrb5support.so.0 => /usr/lib/
libkeyutils.so.1 => /lib/x86_
libtasn1.so.3 => /usr/lib/
libgpg-error.so.0 => /lib/x86_
librt.so.1 => /lib/x86_
I also Do have installed all those library packages on both systems.
And subversion-tools.
I also re-installed subversion.
So why is it not linked? Is this a bug? If not, why is it not authenticating?
thanks,
klaus
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Klaus Thorn for more information if necessary.