I have 3 machines all running LEAP 15. But on one, subversion/svn does not work
> svn: error while loading shared libraries: libldap-2.4.so.2: cannot open shared object file: No such file or directory
> ls -l /usr/lib/libldap*
gives
/usr/lib/libldap_r-2.4.so.2 -> libldap_r-2.4.so.2.10.9
/usr/lib/libldap_r-2.4.so.2.10.9
thanks for any help
Ken
tsu2
2
Recommend creating a symlink so that your app can identify the library by the name it expects…
https://en.opensuse.org/User:Tsu2/Making_Broken_Stuff_Work
TSU
I_A
3
that’s a 32 bit library svn should be using the 64 bit /usr/lib64/libldap_r-2.4.so.2.10.9 see if you have that one
I’d say check your repositories
zypper lr -d
see where svn is from
zypper se -si svn
and see if your dependencies are OK
zypper verify
kenpy3z
4
did all the zypper commands
the verify command removed and replaced a lot of things but svn is now working !
many thanks