Subject: Re: Compiling ssh (libssh) in 'make build'
To: Peter Losher <Peter.Losher@nominum.com>
From: None <itojun@iijlab.net>
List: current-users
Date: 02/27/2001 11:48:08
>I am updating to the latest in the 1.5 branch (1.5.1_ALPHA), and I am
>encountering a problem compiling the integrated ssh client:
>-=-
>dependall ===> usr.bin/ssh
>dependall ===> usr.bin/ssh/libssh
>make: don't know how to make dsa.c. Stop
>*** Error code 2

	I guess you have old .depend file somewhere (under usr.bin/ssh/libssh,
	or usr.bin/ssh/libssh/obj.*), or you have older libssh/Makefile and
	newer crypto/dist/ssh.

	for the former case: please run "make cleandir".
	for the latter case: wait for next supscan.  sorry.

itojun