[Bug 2034] make fails
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Aug 17 02:58:36 EST 2012
https://bugzilla.mindrot.org/show_bug.cgi?id=2034
--- Comment #4 from Kris <kris.universe at gmail.com> ---
I also tried the following in the folder that the freshest
OpenSSH-6.0p1 tarball untars into (where compilation was done):
fBSD9 > egrep '#define.*TMP' config.h
And received the following (which is different from Darren's output):
#define CONF_WTMP_FILE "/var/log/wtmp"
#define DISABLE_UTMP 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
The 'diff' in outputs is:
The line
#define DISABLE_WTMP 1
is missing in my config.h
The line
#define CONF_WTMP_FILE "/var/log/wtmp"
is missing in Darren's config.h
And, yes, I do have a /var/log/wtmp without any content (0 bytes).
-rw-r--r-- 1 root wheel 0 Aug 15 22:17 /var/log/wtmp
Thanks!
--
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