On Fri, Feb 08, 2008 at 10:46:12AM +0100, H.Merijn Brand <h.m.brand@xxxxxxxxx> wrote: > Don't know if this is a git question or a OpenSUSE question, but why does git > depend on libcrypto.so.6 and not on libcrypto.so.0.9.8, like the rest does? > > Isn't that asking for trouble? > In my case, they're both linked to the same lib, so I guess I'm safe. (...) > ldd[03] on /usr/lib64/libcrypto.so.0.9.8 <= /usr/lib64/libcurl.so.3.0.0 > ldd[02] on /usr/lib64/libcrypto.so.6 <= /usr/bin/git The answer is here. git was obviously built against a different version of OpenSSL than curl. This is an OpenSUSE problem. Mike - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html