Re: OpenSSH on Irix 6.2
From: Steve Darnell (sdarnell_at_itms.com)
Date: 11/04/03
- Previous message: Maxwell Bottiger: "RSA passphrase and PAM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 4 Nov 2003 20:04:45 -0000 To: secureshell@securityfocus.com('binary' encoding is not supported, stored as-is) In-Reply-To: <20020315155912.22579.qmail@securityfocus.com>
I solved this problem on SCO Open Server 5.0.4 by putting the line "SHELL=/bin/sh" at the top of the file Makefile in the openssh source directory. The SHELL variable on my system defaults to "/bin/csh", which caused make to run csh instead of sh. My guess is that something similiar is going on in Irix.
>I'm not sure if this is the proper place to post to, but I'll take a chance.
>
>I get an error with the $(CONFIGFILES) directive in the makefile.
>
>sgi-indigo2 15# make
> conffile=`echo sshd_config.out | sed 's/.out$//'`; /usr/local/bin/perl ./fixpaths
>-D/etc/ssh/ssh_config=/usr/local/etc/ssh_config
>-D/etc/ssh/ssh_known_hosts=/usr/local/etc/ssh_known_hosts
>-D/etc/ssh/sshd_config=/usr/local/etc/sshd_config
>-D/usr/libexec=/usr/local/libexec
>-D/etc/shosts.equiv=/usr/local/etc/shosts.equiv
>-D/etc/ssh/ssh_host_key=/usr/local/etc/ssh_host_key
>-D/etc/ssh/ssh_host_dsa_key=/usr/local/etc/ssh_host_dsa_key
>-D/etc/ssh/ssh_host_rsa_key=/usr/local/etc/ssh_host_rsa_key
>-D/var/run/sshd.pid=/usr/local/etc/sshd.pid
>-D/etc/ssh/moduli=/usr/local/etc/moduli
>-D/etc/ssh/sshrc=/usr/local/etc/sshrc
>-D/usr/X11R6/bin/xauth=/usr/bin/X11/xauth
>-D/usr/bin:/bin:/usr/sbin:/sbin=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
>./${conffile} > sshd_config.out
>conffile=sshd_config - Command not found
- Previous message: Maxwell Bottiger: "RSA passphrase and PAM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]