Ticket #364 (closed defect: worksforme)
libsvnqt.so.4: cannot open shared object file. No such file or directory
| Reported by: | bjorn.blissing@… | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | All | Version: | 1.0.x |
| Severity: | major | Keywords: | |
| Cc: |
Description
On my machine running OpenSUSE 10.2 I have downloaded the latest source of Neon, Subversion and KDESVN and compiled them in that order. No errors during compilation (although some warings about virtual destructors during KDESVN compile). Neon was compiled with '--with-ssl' and with '--enable-shared' options.
When I try to start KDESVN I get a dialog saying: Could not find our part: libsvnqt.so.4: cannot open shared object file: No such file or directory.
As in ticket 128 I tried to do: export LD_PRELOAD=/opt/kde3/lib/libsvnqt.so.4
When I try to start KDESVN this time I get: kdesvn: symbol lookup error: /usr/local/lib/libsvn_ra_neon-1.so.0: undefined symbol: gss_delete_sec_context
I have tried to add both the libsvn_ra_neon-1.so.0 and libssl.so libs to the LD_PRELOAD path, but with no success.
Do you have any suggestions how to solve this?

Seems that it is build with wrong development libs/headers, you may try variant from OpenSuse? buildservice (see links on DownLoads)