OpenSSH 2.1.1p1 on SCO Unixware 7.1.0
Damien Miller
djm at mindrot.org
Sun Jun 18 11:22:28 EST 2000
On Wed, 14 Jun 2000, Gary E. Miller wrote:
> Yo All!
>
> I was just trying out OpenSSH 2.1.1p1 on SCO Unixware 7.1.0.
>
> The "configure" dies. See below.
>
> This seems to be the problem:
>
> if test -d "$f" -o -e "$f" ; then
> conf_lastlog_location=$f
> fi
>
> test is expecting a "shell option" after the "-o".
Ouch. These are used in quite a few places throughout configure and
IIRC are in the POSIX standard.
The -e is wrong though. You should change that to a '-f'
Regards,
Damien Miller
--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
More information about the openssh-unix-dev
mailing list