Problems building / running svnserve 1.6.2 on Ubuntu 9.04
From: Dave Levitt <dave.levitt_at_gmail.com>
Date: Mon, 15 Jun 2009 11:49:55 -0400
I'm having trouble building the svn server from the 1.6.2 tarball.
The server refuses to launch, complaining it can't find libldap 2.3
> /usr/bin/svnserve: error while loading shared libraries: libldap-2.3.so.0: cannot open shared object file: No such file or directory
Running ldd on the compiled executable shows
> libldap-2.3.so.0 => not found
The package manager GUI shows the installed version as "libldap-2.4-2"
The package manager lists installed files as
looking back at the ldd output, I can see a dependency listed
> libldap_r-2.4.so.2 => /usr/lib/libldap_r-2.4.so.2 (0xb7bc2000)
so, _something_ in the link is using or specifying some of the 2.4 libraries.
What is a good way to resolve this issue?
1) Use a different distribution [e.g. Fedora] instead of debian/ubuntu
2) Download a binary distribution [any recomendations]
3) clean up / revert to the 1.5.x build from the ubuntu/debian repository
4) Get the current HEAD code for 1.6 and see what happens
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.