Edgewall Software

Changes between Version 30 and Version 31 of TracSubversion


Ignore:
Timestamp:
Nov 3, 2006, 10:11:39 PM (18 years ago)
Author:
Christian Boos
Comment:

Added troubleshooting entry #ra_dav-undefined-symbol and consolidate the gss_delete_sec_context one

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v30 v31  
    132132== Troubleshooting ==
    133133
     134==== `ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol: ...` ==== #ra_dav-undefined-symbol
     135
     136This error manifests itself quite frequently with Subversion 1.4, the `undefined symbol` in question may differ (`gss_delete_sec_context`, `SSL_shutdown`, etc.)
     137 
     138See the advices of Garrett !McGrath in googlegroups:trac-users:1ec307bef7552e5e and also #3706.
     139
    134140==== `SubversionException: ("Expected version '3' of repository; found version '5'", ...` ==== #version-mismatch
    135141
    136142The bindings used are older than the Subversion version used to create the repository (#3943).
    137143
    138 ==== `ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol: gss_delete_sec_context` ==== #gss-link
    139144
    140 There was a problem while building neon. Either disable it, or install the missing packages (#3706).
    141145
    142146== Known Issues ==