[Bug 336] ssh does not compile on Linux with libc5 and 2.0 kernel

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Sep 3 12:27:47 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=336





------- Additional Comments From gaston at ips.edu.ar  2002-09-03 12:27 -------
configure:13893: checking for msg_accrights field in struct msghdr
configure:13922: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-
uninitialized -I/usr/local/ssl
/include  -L/usr/local/ssl/lib  conftest.c -lbsd -lz  -lcrypto >&5
configure: In function `main':
configure:13914: structure has no member named `msg_accrights'
configure:13925: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 13904 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
int main() {
#ifdef msg_accrights
exit(1);
#endif
struct msghdr m;
m.msg_accrights = 0;
exit(0);
}

configure:13945: result: no
configure:13954: checking for msg_control field in struct msghdr
configure:13983: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-
uninitialized -I/usr/local/ssl
/include  -L/usr/local/ssl/lib  conftest.c -lbsd -lz  -lcrypto >&5


ac_cv_have_accrights_in_msghdr=no
ac_cv_have_clock_t=yes
ac_cv_have_control_in_msghdr=yes


#define HAVE_CONTROL_IN_MSGHDR 1



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list