OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Ben Bullock (brb3pobox.com)
Date: Sat Dec 01 2001 - 12:30:14 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    I grabbed openssh-3.0.1.tgz from one of the ftp mirrors and
    unzipped/untarred it in /usr/src/usr.bin, cd'd to ssh and applied the
    openbsd29_3.0.1.patch, which applied cleanly. Following the
    instructions in the patch, I did a make obj && make cleandir && make
    depend && make. During make depend, this error appeared:
    /usr/src/usr.bin/ssh/lib/../readpass.c:37: readpassphrase.h: No such
    file or directory

    And then, not surprisingly, make died with:
    /usr/src/usr.bin/ssh/lib/../readpass.c:37: readpassphrase.h: No such
    file or directory
    *** Error code 1
     Stop in /usr/src/usr.bin/ssh/lib.
    *** Error code 1

    What am I doing wrong and how can I solve this problem? Any pointers
    welcomed.

    Thanks,
    -Ben