freebsd: -lcipher

2001-11-27 Thread Victor Ivanov
Hi all! I recently updated using cvs and recompiled radiusd 0.4 on my freebsd 4.4 (a recent stable). When running radiusd, libc complained about the lack of the FreeSec functions (setkey(3), des_cipher(3), etc). I have added this check in configure.in, and it works for me: dnl Check for

Re: freebsd: -lcipher

2001-11-27 Thread Chris Parker
At 03:57 PM 11/27/2001 +0200, Victor Ivanov wrote: Hi all! I recently updated using cvs and recompiled radiusd 0.4 on my freebsd 4.4 (a recent stable). When running radiusd, libc complained about the lack of the FreeSec functions (setkey(3), des_cipher(3), etc). I have added this check in

Re: freebsd: -lcipher

2001-11-27 Thread Victor Ivanov
On Tue, Nov 27, 2001 at 08:49:36AM -0600, Chris Parker wrote: Please send this as a 'diff'. See the 'doc/DIFFS', or more simply: $ cvs diff -p configure.in I knew I should provide a patch.. Index: configure.in === RCS file: