Re: Compiling OpenSSH with Kerberos support
From: Nico Kadel-Garcia (nkadel_at_comcast.net)
Date: 11/27/05
- Next message: md_at_holisticgp.com.au: "Lost ability to Putty via internet, but can via lan"
- Previous message: Vishal: "Compiling OpenSSH with Kerberos support"
- In reply to: Vishal: "Compiling OpenSSH with Kerberos support"
- Next in thread: pseudometric: "Re: Compiling OpenSSH with Kerberos support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 27 Nov 2005 12:57:10 -0500
"Vishal" <vishal@ti.com> wrote in message
news:dmcrdk$htt$1@home.itg.ti.com...
>I am trying to compile OpenSSH 3.7.1 for kerberos support on Solaris (8 &
>9)
>
> I am getting th efollowing error while running "make" on the openssh
> package.
>
> PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SER
> VER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/lib
> exec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DI
> R=\"/.empty\" -DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\" -DHAV
> E_CONFIG_H -c sshconnect1.c
> "auth.h", line 42: cannot find include file: <krb5.h>
> "auth.h", line 64: syntax error before or at: krb5_context
> "auth.h", line 64: cannot recover from previous errors
> cc: acomp failed for sshconnect1.c
> *** Error code 2
> make: Fatal error: Command failed for target `sshconnect1.o'
>
>
> Can somebody please help me.
>
> Thanks and regards,
>
> Vishal
Well, first, you're using OpenSSH 3.7.1. If possible, you should be using
the "p1" versions of OpenSSH that have the portability patches, and you
should be using the latest version, so that would be 4.2p1.
Second, it's clear you've left out some of the "make" results, because I
don't see your compiler in there. gcc, for example, will look in
/usr/local/lib and /usr/local/include, and might find your krb5.h include
file if you have it there. Sun's commercial compilers traditionally do *NOT*
look in /usr/local/lib or /usr/local/include, you'd need ot set up your
configuration appropriately to find those.
- Next message: md_at_holisticgp.com.au: "Lost ability to Putty via internet, but can via lan"
- Previous message: Vishal: "Compiling OpenSSH with Kerberos support"
- In reply to: Vishal: "Compiling OpenSSH with Kerberos support"
- Next in thread: pseudometric: "Re: Compiling OpenSSH with Kerberos support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|