On Wed, Jun 13, 2007 at 07:29:11AM +0000, Gerrit Pape wrote: > 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?
I was just building by hand with "make prefix=/usr/local all doc". > 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. Oh, OK, thanks, I should have tried the debian build first, sorry for the noise. (apt-get build-dep is a great time-saver when building stuff from source, even when I'm not using the debian build stuff; so other things being equal, it'd be great if we could err on the side of adding more build dependencies in cases like this. But if that's not OK for some reason, I'd understand.) Thanks!--b. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

