* Please help with GIT install problem.
@ 2009-11-25 22:07 Stephan T.
2009-11-25 22:23 ` Junio C Hamano
2009-11-26 7:44 ` Tom G. Christensen
0 siblings, 2 replies; 3+ messages in thread
From: Stephan T. @ 2009-11-25 22:07 UTC (permalink / raw)
To: git
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
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?
Thanks for your help,
Stephan.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Please help with GIT install problem.
2009-11-25 22:07 Please help with GIT install problem Stephan T.
@ 2009-11-25 22:23 ` Junio C Hamano
2009-11-26 7:44 ` Tom G. Christensen
1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2009-11-25 22:23 UTC (permalink / raw)
To: Stephan T.; +Cc: git
"Stephan T." <stman937-lingit@yahoo.com> writes:
> 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
> ...
> What is missing on my system?
Perhaps reading INSTALL will tell you a bit better?
On a typical Linux desktop, configure is unnecessary.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Please help with GIT install problem.
2009-11-25 22:07 Please help with GIT install problem Stephan T.
2009-11-25 22:23 ` Junio C Hamano
@ 2009-11-26 7:44 ` Tom G. Christensen
1 sibling, 0 replies; 3+ messages in thread
From: Tom G. Christensen @ 2009-11-26 7:44 UTC (permalink / raw)
To: Stephan T.; +Cc: git
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-26 7:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-25 22:07 Please help with GIT install problem Stephan T.
2009-11-25 22:23 ` Junio C Hamano
2009-11-26 7:44 ` Tom G. Christensen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox