Stephan T. wrote:
Hello there,
My system is a:
% uname -a
Linux naboo 2.4.21-50.ELsmp #1 SMP Tue May 8 17:18:29 EDT 2007 i686 i686 i386 GNU/Linux
Looks like you're on RHEL 3 or a derivative.
Trying to install "git-1.6.5.3". Configure goes happily to the end but make gives me the following error:
make
CC fast-import.o
In file included from /usr/include/openssl/ssl.h:179,
from git-compat-util.h:138,
from builtin.h:4,
from fast-import.c:143:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
from git-compat-util.h:138,
from builtin.h:4,
from fast-import.c:143:
/usr/include/openssl/kssl.h:134: syntax error before "krb5_enctype"
What is missing on my system?
You need to add "-I/usr/kerberos/include" to CFLAGS to build with
openssl on el3.
Instead of doing your own build you could install the packages I
maintain for my own use:
http://jupiterrise.com/tmp/git-el3
This is just a temporary location, in the future I hope so have this in
rpmforge.
Not that perl-Git will require perl-Error from rpmforge
(http://packages.sw.be/perl-Error)
-tgc
--
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