[Bug 1453] sshd closes connections.

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Apr 1 10:04:29 EST 2008


https://bugzilla.mindrot.org/show_bug.cgi?id=1453





--- Comment #3 from Darren Tucker <dtucker at zip.com.au>  2008-04-01 10:04:26 ---
The other thing to watch out for is object files in the source
directory, if "make" has ever been run without a preceeding "make obj".
 To account for this, please try this instead of my previous suggested
commandline:

cd /usr/src/usr.bin/ssh
find . -name obj | xargs rm -rf
make clean cleandir
make obj depend
make

Oh, and I see what djm meant by "what platform?": what hardware is
"Other"?

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list