https://bugzilla.mindrot.org/show_bug.cgi?id=2034
--- Comment #2 from Darren Tucker <[email protected]> --- Also works with the versions of openssl and zlib that you specified, installed under /usr/local/ $ ./configure --with-zlib=/usr/local --with-ssl-dir=/usr/local/ssl && make [...] $ ./ssh -V OpenSSH_6.0p1, OpenSSL 1.0.1c 10 May 2012 How exactly did you run configure? Are you sure there's no missing include files in /usr/include? Here's all of the UTMP-related config entries I ended up with: $ egrep '#define.*TMP' config.h #define DISABLE_UTMP 1 #define DISABLE_WTMP 1 #define DISABLE_WTMPX 1 #define HAVE_HOST_IN_UTMPX 1 #define HAVE_ID_IN_UTMPX 1 #define HAVE_TV_IN_UTMPX 1 #define HAVE_TYPE_IN_UTMPX 1 #define HAVE_UTMPX_H 1 -- 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
