https://bugzilla.mindrot.org/show_bug.cgi?id=2034
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|critical |normal --- Comment #1 from Darren Tucker <[email protected]> --- are you starting with a clean unpack of the tarball? You can see things like this if, eg, you have config.h from a different platform. I tried to reproduce on a freshly installed freebsd 9.0 VM and it worked fine: $ uname -sr FreeBSD 9.0-RELEASE $ rm -rf openssh-6.0p1 $ tar xfz openssh-6.0p1.tar.gz $ cd openssh-6.0p1 $ ./configure && make [lots of output] $ ./ssh -V OpenSSH_6.0p1, OpenSSL 0.9.8q 2 Dec 2010 -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
