On Sun, Jun 10, 2007 at 07:50:20PM -0400, J. Bruce Fields wrote: > After apt-get uild-dep git-core, a build of the latest git fails with > In file included from convert-objects.c:1: > cache.h:6:21: error: openssl/sha.h: No such file or directory
What's the command you use to build git? It's fine with 'debian/rules build', it sets NO_OPENSSL=1 for the build process so that a different sha1 implementation is used. 'make NO_OPENSSL=1' should also work. Regards, Gerrit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

