Subject: Re: Problem with distribution build
To: Jason Hecker <jhecker@www.wireless.org.au>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 07/29/2003 16:36:19
On Tue, Jul 29, 2003 at 11:23:17AM +1000, Jason Hecker wrote:
> I have been having this problem for the past week with the current tree 
> (in spite of constant CVS updates) with a distribution build failing at 
> this point:
... 
> server.o(.text+0x6e4c): undefined reference to `des_cbc_encrypt'
...
> /home/blah/netbsd/current/dest/usr/lib/libkrb.a(recvauth.o): In function 
...

Have you tried
  cd lib/libkrb && make cleandir && make dependall
?
It looks like some of the object files date from the days when des_* functions
were in libcrypto as opposed to libdes..

Cheers,

Patrick