[Laszlo Boszormenyi] > Can you please try out the 0.25.4 packages located at > http://www.barcikacomp.hu/deb/ and report back if they are working > right for you?
libtool: link: `/usr/lib/libgssapi.la' is not a valid libtool archive This is because /usr/lib/libneon.la mentions /usr/lib/libgssapi.la by name rather than simply -lgssapi. Same for libkrb5.la, libkrb.la, and libroken.la. None of those files exist on my system. Editing libneon.la to say -lgssapi -lkrb5 -lkrb -lroken instead allowed subversion to compile. Actually, there was another failure but it's not your fault: libssl0.9.8.shlibs wasn't strict enough, it should mention (>= 0.9.8a) but does not. I don't expect you to fix this, that'll be a matter of recompiling after openssl is fixed (I'm filing a bug separately) and meanwhile users can just upgrade libssl0.9.8 as needed. Peter
signature.asc
Description: Digital signature

