Re: building sshd

2003-10-20 Thread Kris Kennaway
On Mon, Oct 20, 2003 at 12:51:17PM -0400, Adil Katchi wrote: > Has anyone tried making sshd? I ran src/secure/usr.sbin/sshd/Makefile and > this is the error I got: > > auth1.o: In function `do_authloop': > /d2/akatchi/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth1.c:121: > undefi > ned re

RE: building sshd

2003-10-20 Thread Adil Katchi
nks, Adil -Original Message- From: Mark Murray [mailto:[EMAIL PROTECTED] Sent: Saturday, October 18, 2003 3:39 PM To: Adil Katchi Cc: '[EMAIL PROTECTED]' Subject: Re: building sshd Adil Katchi writes: > I'm trying to build sshd from src/crypto/openssh and I'm havi

Re: building sshd

2003-10-18 Thread Mark Murray
Adil Katchi writes: > I'm trying to build sshd from src/crypto/openssh and I'm having problems. > I've only modified auth2.c. I've followed the FREEBSD-upgrade instructions. > So, this is what I've done: > > 1. autoconf // to generate the configure file > 2. autoheader // got a bunch of warning

Re: building sshd

2003-10-17 Thread Tim Kientzle
Adil Katchi wrote: I'm trying to build sshd from src/crypto/openssh and I'm having problems. I've only modified auth2.c. I've followed the FREEBSD-upgrade instructions. I think what you want is more like: cd /usr/src/secure/usr.sbin/sshd && make && make install (You might need to do a full buil

Re: building sshd

2003-10-17 Thread Kris Kennaway
On Fri, Oct 17, 2003 at 05:51:54PM -0400, Adil Katchi wrote: > I'm trying to build sshd from src/crypto/openssh and I'm having problems. > I've only modified auth2.c. I've followed the FREEBSD-upgrade instructions. Those aren't the instructions to build the code, they're instructions to the devel