sshd Pam problem for Redhat 6.2

Eli Lev eli at kibucorp.com
Sat Jul 8 10:50:36 EST 2000


Hi,

There was another message about this from Darren Evans.  I am hoping that
the logs from below might shed additional light on this problem (kernel
version 2.2.14).  I'm running Redhat 6.2, openssh-2.1.1p2.tar.gz,
openssl-0.9.5a.tar.gz.
I haven't tried to recompile with /usr/src/linux pointing to 2.2.12 per
Darren's solution - that's my next thing to do, or perhaps compile without
pam.

I'm doing the standard:
configure
make 
make install

No sshd file is created in /etc/pam.d - I'm not sure if there should be one
there.

I'd appreciate any and all help in regards to this:

Eli



strace sshd -d yields:

old_mmap(NULL, 36384, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40146000
mprotect(0x4014e000, 3616, PROT_NONE)   = 0
old_mmap(0x4014e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x7000) = 0x4014e000
close(3)                                = 0
munmap(0x40015000, 26952)               = 0
open("/etc/passwd", O_RDONLY)           = 3
fcntl(3, F_GETFD)                       = 0
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=904, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x40015000
read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 904
close(3)                                = 0
munmap(0x40015000, 4096)                = 0
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=316848, ...}) = 0
write(2, "debug: Starting up PAM with user"..., 44debug: Starting up PAM
with username "elev"
) = 44
stat("/etc/pam.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/pam.d/sshd", O_RDONLY)       = -1 ENOENT (No such file or
directory)
open("/etc/pam.conf", O_RDONLY)         = -1 ENOENT (No such file or
directory)
open("/etc/pam.d/other", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=210, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x40015000
read(3, "#%PAM-1.0\nauth     required     "..., 4096) = 210
open("/lib/security/pam_deny.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=5359, ...}) = 0
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\7\0"..., 4096)
= 4096
old_mmap(NULL, 6696, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0x40016000
mprotect(0x40017000, 2600, PROT_NONE)   = 0
old_mmap(0x40017000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5,
0) = 0x40017000
close(5)                                = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x40015000, 4096)                = 0
getuid()                                = 0
write(2, "debug: Attempting authentication"..., 43debug: Attempting
authentication for elev.
) = 43
write(4, "\0\0\0\5\'\271\0\272\202\30\375<", 12) = 12
select(5, [4], NULL, NULL, NULL)        = 1 (in [4])
read(4, "\0\0\0\21\31\204\227\317?w\340%;\201tdS\320\7\251?\341"..., 8192) =
28
time(NULL)                              = 963014261
write(2, "debug: PAM Password authenticati"..., 77debug: PAM Password
authentication for "elev" failed: Authentication failure
) = 77
getpeername(4, {sin_family=AF_INET, sin_port=htons(1022),
sin_addr=inet_addr("216.217.10.136")}}, [16]) = 0
write(2, "Failed password for elev from 21"..., 55Failed password for elev
from 216.217.10.136 port 1022
) = 55
write(4, "\0\0\0\5\224\4\27M\271!\211#", 12) = 12
select(5, [4], NULL, NULL, NULL)        = 1 (in [4])
read(4, "", 8192)                       = 0
write(2, "Connection closed by 216.217.10."..., 36Connection closed by
216.217.10.136
) = 36
write(2, "debug: Calling cleanup 0x804e3ac"..., 38debug: Calling cleanup
0x804e3ac(0x0)
) = 38
write(2, "Cannot close PAM session: System"..., 39Cannot close PAM session:
System error
) = 39
write(2, "Cannot delete credentials: Authe"..., 83Cannot delete credentials:
Authentication service cannot retrieve user credentials
) = 83
munmap(0x40016000, 6696)                = 0
write(2, "debug: Calling cleanup 0x805ced4"..., 38debug: Calling cleanup
0x805ced4(0x0)
) = 38
shutdown(4, 2 /* send and receive */)   = 0
close(4)                                = 0

++++++++++++++++++++++++
Running configure gives:
++++++++++++++++++++++++

Script started on Fri Jul  7 17:09:03 2000
[root at apollo openssh-2.1.1p2]# sh configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking host system type... i686-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for ar... ar
checking for perl... /usr/bin/perl
checking for ent... no
checking for inline... inline
checking for deflate in -lz... yes
checking for login in -lutil... yes
checking for yp_match in -lnsl... yes
checking for main in -lsocket... no
checking for bstring.h... no
checking for endian.h... yes
checking for lastlog.h... yes
checking for limits.h... yes
checking for login.h... no
checking for maillock.h... no
checking for netdb.h... yes
checking for netgroup.h... no
checking for netinet/in_systm.h... yes
checking for paths.h... yes
checking for poll.h... yes
checking for pty.h... yes
checking for shadow.h... yes
checking for security/pam_appl.h... yes
checking for sys/bitypes.h... yes
checking for sys/bsdtty.h... no
checking for sys/cdefs.h... yes
checking for sys/poll.h... yes
checking for sys/select.h... yes
checking for sys/stat.h... yes
checking for sys/stropts.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/ttcompat.h... no
checking for stddef.h... yes
checking for time.h... yes
checking for util.h... no
checking for utmp.h... yes
checking for utmpx.h... yes
checking for arc4random... no
checking for atexit... yes
checking for b64_ntop... no
checking for bcopy... yes
checking for bindresvport_af... no
checking for clock... yes
checking for freeaddrinfo... yes
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for getrusage... yes
checking for innetgr... yes
checking for md5_crypt... no
checking for memmove... yes
checking for mkdtemp... no
checking for on_exit... yes
checking for openpty... yes
checking for rresvport_af... no
checking for setenv... yes
checking for seteuid... yes
checking for setlogin... no
checking for setproctitle... no
checking for setreuid... yes
checking for snprintf... yes
checking for strlcat... no
checking for strlcpy... no
checking for vsnprintf... yes
checking for vhangup... yes
checking for _getpty... no
checking for __b64_ntop... no
checking for gettimeofday... yes
checking for time... yes
checking for login... yes
checking for logout... yes
checking for updwtmp... yes
checking for logwtmp... yes
checking for entutent... no
checking for getutent... yes
checking for getutid... yes
checking for getutline... yes
checking for pututline... yes
checking for setutent... yes
checking for utmpname... yes
checking for entutxent... no
checking for getutxent... yes
checking for getutxid... yes
checking for getutxline... yes
checking for pututxline... yes
checking for setutxent... yes
checking for utmpxname... yes
checking for login... (cached) yes
checking for daemon... yes
checking for getpagesize... yes
checking whether snprintf correctly terminates long strings... yes
checking for dlopen in -ldl... yes
checking for pam_getenvlist... yes
checking whether pam_strerror takes only one argument... no
checking for OpenSSL directory... /usr/local/ssl
checking for RSA support... yes
checking size of char... 1
checking size of short int... 2
checking size of int... 4
checking size of long int... 4
checking size of long long int... 8
checking for intXX_t types... yes
checking for u_intXX_t types... yes
checking for socklen_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for sa_family_t... yes
checking for pid_t... yes
checking for mode_t... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking for struct in6_addr... yes
checking for struct addrinfo... yes
checking for ut_host field in utmp.h... yes
checking for ut_host field in utmpx.h... yes
checking for syslen field in utmpx.h... no
checking for ut_pid field in utmp.h... yes
checking for ut_type field in utmp.h... yes
checking for ut_type field in utmpx.h... yes
checking for ut_tv field in utmp.h... yes
checking for ut_id field in utmp.h... yes
checking for ut_id field in utmpx.h... yes
checking for ut_addr field in utmp.h... yes
checking for ut_addr field in utmpx.h... yes
checking for ut_addr_v6 field in utmp.h... yes
checking for ut_addr_v6 field in utmpx.h... yes
checking for ut_exit field in utmp.h... yes
checking for ut_time field in utmp.h... no
checking for ut_time field in utmpx.h... no
checking for ut_tv field in utmpx.h... yes
checking for ss_family field in struct sockaddr_storage... no
checking for __ss_family field in struct sockaddr_storage... yes
checking if libc defines __progname... yes
checking for rsh... /usr/kerberos/bin/rsh
checking for xauth... /usr/bin/X11/xauth
checking for /dev/ptc... no
checking for /dev/urandom... yes
checking if we need to convert IPv4 in IPv6-mapped addresses... yes
(default)
checking if your system defines LASTLOG_FILE... no
checking if your system defines _PATH_LASTLOG... yes
checking if your system defines UTMP_FILE... yes
checking if your system defines WTMP_FILE... yes
checking if your system defines UTMPX_FILE... no
checking if your system defines WTMPX_FILE... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating ssh_prng_cmds
creating config.h

OpenSSH configured has been configured with the following options.
                 User binaries: /usr/local/bin
               System binaries: /usr/local/sbin
           Configuration files: /usr/local/etc
               Askpass program: /usr/local/libexec/ssh/ssh-askpass
                  Manual pages: /usr/local/man/manX
                      PID file: /var/run
      Random number collection: Device (/dev/urandom)
                Manpage format: man
                   PAM support: yes
            KerberosIV support: no
                   AFS support: no
                 S/KEY support: no
          TCP Wrappers support: no
          MD5 password support: no
   IP address in $DISPLAY hack: no
      Use IPv4 by default hack: no
       Translate v4 in v6 hack: yes

Compiler flags: -g -O2 -Wall -I/usr/local/ssl/include
Linker flags:  -L/usr/local/ssl/lib -L/usr/local/ssl
Libraries: -ldl -lnsl -lz  -lutil -lpam -lcrypto 

+++++++++++++
config.log
+++++++++++++
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:592: checking for gcc
configure:705: checking whether the C compiler (gcc  ) works
configure:721: gcc -o conftest    conftest.c  1>&5
configure:747: checking whether the C compiler (gcc  ) is a cross-compiler
configure:752: checking whether we are using GNU C
configure:761: gcc -E conftest.c
configure:780: checking whether gcc accepts -g
configure:837: checking host system type
configure:860: checking how to run the C preprocessor
configure:881: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:942: checking for ranlib
configure:981: checking for a BSD compatible install
configure:1036: checking for ar
configure:1065: checking for perl
configure:1101: checking for ent
configure:1142: checking for inline
configure:1156: gcc -c -g -O2  conftest.c 1>&5
configure:1522: checking for deflate in -lz
configure:1541: gcc -o conftest -g -O2 -Wall   conftest.c -lz   1>&5
configure:1570: checking for login in -lutil
configure:1589: gcc -o conftest -g -O2 -Wall   conftest.c -lutil  -lz  1>&5
configure:1615: checking for yp_match in -lnsl
configure:1634: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl  -lz  -lutil
1>&5
configure:1664: checking for main in -lsocket
configure:1679: gcc -o conftest -g -O2 -Wall   conftest.c -lsocket  -lnsl
-lz  -lutil 1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 1672 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:1713: checking for bstring.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1719: bstring.h: No such file or directory
configure: failed program was:
#line 1718 "configure"
#include "confdefs.h"
#include <bstring.h>
configure:1713: checking for endian.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for lastlog.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for limits.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for login.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1719: login.h: No such file or directory
configure: failed program was:
#line 1718 "configure"
#include "confdefs.h"
#include <login.h>
configure:1713: checking for maillock.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1719: maillock.h: No such file or directory
configure: failed program was:
#line 1718 "configure"
#include "confdefs.h"
#include <maillock.h>
configure:1713: checking for netdb.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for netgroup.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1719: netgroup.h: No such file or directory
configure: failed program was:
#line 1718 "configure"
#include "confdefs.h"
#include <netgroup.h>
configure:1713: checking for netinet/in_systm.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for paths.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for poll.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for pty.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for shadow.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for security/pam_appl.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for sys/bitypes.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for sys/bsdtty.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1719: sys/bsdtty.h: No such file or directory
configure: failed program was:
#line 1718 "configure"
#include "confdefs.h"
#include <sys/bsdtty.h>
configure:1713: checking for sys/cdefs.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for sys/poll.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for sys/select.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for sys/stat.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for sys/stropts.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for sys/sysmacros.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for sys/time.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for sys/ttcompat.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1719: sys/ttcompat.h: No such file or directory
configure: failed program was:
#line 1718 "configure"
#include "confdefs.h"
#include <sys/ttcompat.h>
configure:1713: checking for stddef.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for time.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for util.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1719: util.h: No such file or directory
configure: failed program was:
#line 1718 "configure"
#include "confdefs.h"
#include <util.h>
configure:1713: checking for utmp.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1713: checking for utmpx.h
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1754: checking for arc4random
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/ccrxfo4N.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1776: undefined reference
to `arc4random'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char arc4random(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char arc4random();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_arc4random) || defined (__stub___arc4random)
choke me
#else
arc4random();
#endif

; return 0; }
configure:1754: checking for atexit
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for b64_ntop
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/cc6knarz.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1776: undefined reference
to `b64_ntop'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char b64_ntop(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char b64_ntop();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_b64_ntop) || defined (__stub___b64_ntop)
choke me
#else
b64_ntop();
#endif

; return 0; }
configure:1754: checking for bcopy
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for bindresvport_af
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/ccIxdPoQ.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1776: undefined reference
to `bindresvport_af'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char bindresvport_af(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char bindresvport_af();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_bindresvport_af) || defined (__stub___bindresvport_af)
choke me
#else
bindresvport_af();
#endif

; return 0; }
configure:1754: checking for clock
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for freeaddrinfo
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for gai_strerror
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for getaddrinfo
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for getnameinfo
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for getrusage
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for innetgr
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for md5_crypt
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/ccINeFge.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1776: undefined reference
to `md5_crypt'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char md5_crypt(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char md5_crypt();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_md5_crypt) || defined (__stub___md5_crypt)
choke me
#else
md5_crypt();
#endif

; return 0; }
configure:1754: checking for memmove
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for mkdtemp
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/ccxUb2GV.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1776: undefined reference
to `mkdtemp'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char mkdtemp(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char mkdtemp();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_mkdtemp) || defined (__stub___mkdtemp)
choke me
#else
mkdtemp();
#endif

; return 0; }
configure:1754: checking for on_exit
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for openpty
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for rresvport_af
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/ccjdJiNY.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1776: undefined reference
to `rresvport_af'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char rresvport_af(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char rresvport_af();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_rresvport_af) || defined (__stub___rresvport_af)
choke me
#else
rresvport_af();
#endif

; return 0; }
configure:1754: checking for setenv
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for seteuid
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for setlogin
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure: In function `main':
configure:1774: `choke' undeclared (first use in this function)
configure:1774: (Each undeclared identifier is reported only once
configure:1774: for each function it appears in.)
configure:1774: parse error before `me'
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char setlogin(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char setlogin();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_setlogin) || defined (__stub___setlogin)
choke me
#else
setlogin();
#endif

; return 0; }
configure:1754: checking for setproctitle
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/ccW3Oveb.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1776: undefined reference
to `setproctitle'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char setproctitle(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char setproctitle();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_setproctitle) || defined (__stub___setproctitle)
choke me
#else
setproctitle();
#endif

; return 0; }
configure:1754: checking for setreuid
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for snprintf
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for strlcat
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/cctuPlxM.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1776: undefined reference
to `strlcat'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strlcat(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strlcat();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strlcat) || defined (__stub___strlcat)
choke me
#else
strlcat();
#endif

; return 0; }
configure:1754: checking for strlcpy
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/cctzrfu7.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1776: undefined reference
to `strlcpy'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strlcpy(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strlcpy();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strlcpy) || defined (__stub___strlcpy)
choke me
#else
strlcpy();
#endif

; return 0; }
configure:1754: checking for vsnprintf
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for vhangup
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for _getpty
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/ccfgTKMc.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1776: undefined reference
to `_getpty'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char _getpty(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char _getpty();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub__getpty) || defined (__stub____getpty)
choke me
#else
_getpty();
#endif

; return 0; }
configure:1754: checking for __b64_ntop
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/ccP381sx.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1776: undefined reference
to `__b64_ntop'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __b64_ntop(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char __b64_ntop();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub___b64_ntop) || defined (__stub_____b64_ntop)
choke me
#else
__b64_ntop();
#endif

; return 0; }
configure:1809: checking for gettimeofday
configure:1837: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1809: checking for time
configure:1837: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1864: checking for login
configure:1892: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1864: checking for logout
configure:1892: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1864: checking for updwtmp
configure:1892: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1864: checking for logwtmp
configure:1892: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1919: checking for entutent
configure:1947: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/ccqWzKVy.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:1941: undefined reference
to `entutent'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1924 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char entutent(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char entutent();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_entutent) || defined (__stub___entutent)
choke me
#else
entutent();
#endif

; return 0; }
configure:1919: checking for getutent
configure:1947: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1919: checking for getutid
configure:1947: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1919: checking for getutline
configure:1947: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1919: checking for pututline
configure:1947: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1919: checking for setutent
configure:1947: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1974: checking for utmpname
configure:2002: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:2029: checking for entutxent
configure:2057: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
/tmp/ccRRwNgP.o: In function `main':
/home/elev/a-downld/Tmp/openssh-2.1.1p2/configure:2051: undefined reference
to `entutxent'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2034 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char entutxent(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char entutxent();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_entutxent) || defined (__stub___entutxent)
choke me
#else
entutxent();
#endif

; return 0; }
configure:2029: checking for getutxent
configure:2057: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:2029: checking for getutxid
configure:2057: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:2029: checking for getutxline
configure:2057: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:2029: checking for pututxline
configure:2057: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:2084: checking for setutxent
configure:2112: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:2084: checking for utmpxname
configure:2112: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:2138: checking for login
configure:2234: checking for daemon
configure:2262: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:2330: checking for getpagesize
configure:2358: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:2428: checking whether snprintf correctly terminates long strings
configure:2440: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:2481: checking for dlopen in -ldl
configure:2500: gcc -o conftest -g -O2 -Wall   conftest.c -ldl  -lnsl -lz
-lutil 1>&5
configure:2532: checking for pam_getenvlist
configure:2560: gcc -o conftest -g -O2 -Wall   conftest.c -ldl -lnsl -lz
-lutil -lpam 1>&5
configure:2591: checking whether pam_strerror takes only one argument
configure:2603: gcc -c -g -O2 -Wall  conftest.c 1>&5
configure:2643: checking for OpenSSL directory
configure:2682: gcc -o conftest -g -O2 -Wall   conftest.c -ldl -lnsl -lz
-lutil -lpam -lcrypto 1>&5
configure:2671: openssl/rand.h: No such file or directory
configure: failed program was:
#line 2668 "configure"
#include "confdefs.h"

#include <string.h>
#include <openssl/rand.h>
int main(void) 
{
	char a[2048];
	memset(a, 0, sizeof(a));
	RAND_add(a, sizeof(a), sizeof(a));
	return(RAND_status() <= 0);
}
			
configure:2682: gcc -o conftest -g -O2 -Wall -I/usr/local/openssl/include
-L/usr/local/openssl/lib -L/usr/local/openssl conftest.c -ldl -lnsl -lz
-lutil -lpam -lcrypto 1>&5
configure:2671: openssl/rand.h: No such file or directory
configure: failed program was:
#line 2668 "configure"
#include "confdefs.h"

#include <string.h>
#include <openssl/rand.h>
int main(void) 
{
	char a[2048];
	memset(a, 0, sizeof(a));
	RAND_add(a, sizeof(a), sizeof(a));
	return(RAND_status() <= 0);
}
			
configure:2682: gcc -o conftest -g -O2 -Wall -I/usr/lib/openssl/include
-L/usr/lib/openssl/lib -L/usr/lib/openssl conftest.c -ldl -lnsl -lz  -lutil
-lpam -lcrypto 1>&5
configure:2671: openssl/rand.h: No such file or directory
configure: failed program was:
#line 2668 "configure"
#include "confdefs.h"

#include <string.h>
#include <openssl/rand.h>
int main(void) 
{
	char a[2048];
	memset(a, 0, sizeof(a));
	RAND_add(a, sizeof(a), sizeof(a));
	return(RAND_status() <= 0);
}
			
configure:2682: gcc -o conftest -g -O2 -Wall -I/usr/local/ssl/include
-L/usr/local/ssl/lib -L/usr/local/ssl conftest.c -ldl -lnsl -lz  -lutil
-lpam -lcrypto 1>&5
configure:2737: checking for RSA support
configure:2767: gcc -o conftest -g -O2 -Wall -I/usr/local/ssl/include
-L/usr/local/ssl/lib -L/usr/local/ssl conftest.c -ldl -lnsl -lz  -lutil
-lpam -lcrypto 1>&5
configure:2803: checking size of char
configure:2822: gcc -o conftest -g -O2 -Wall -I/usr/local/ssl/include
-L/usr/local/ssl/lib -L/usr/local/ssl conftest.c -ldl -lnsl -lz  -lutil
-lpam -lcrypto 1>&5
configure:2814: warning: return-type defaults to `int'
configure:2842: checking size of short int
configure:2861: gcc -o conftest -g -O2 -Wall -I/usr/local/ssl/include
-L/usr/local/ssl/lib -L/usr/local/ssl conftest.c -ldl -lnsl -lz  -lutil
-lpam -lcrypto 1>&5
configure:2853: warning: return-type defaults to `int'
configure:2881: checking size of int
configure:2900: gcc -o conftest -g -O2 -Wall -I/usr/local/ssl/include
-L/usr/local/ssl/lib -L/usr/local/ssl conftest.c -ldl -lnsl -lz  -lutil
-lpam -lcrypto 1>&5
configure:2892: warning: return-type defaults to `int'
configure:2920: checking size of long int
configure:2939: gcc -o conftest -g -O2 -Wall -I/usr/local/ssl/include
-L/usr/local/ssl/lib -L/usr/local/ssl conftest.c -ldl -lnsl -lz  -lutil
-lpam -lcrypto 1>&5
configure:2931: warning: return-type defaults to `int'
configure:2959: checking size of long long int
configure:2978: gcc -o conftest -g -O2 -Wall -I/usr/local/ssl/include
-L/usr/local/ssl/lib -L/usr/local/ssl conftest.c -ldl -lnsl -lz  -lutil
-lpam -lcrypto 1>&5
configure:2970: warning: return-type defaults to `int'
configure:3000: checking for intXX_t types
configure:3013: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:3037: checking for u_intXX_t types
configure:3050: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:3157: checking for socklen_t
configure:3173: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:3196: checking for size_t
configure:3211: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:3234: checking for ssize_t
configure:3249: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:3272: checking for sa_family_t
configure:3288: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:3311: checking for pid_t
configure:3326: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:3349: checking for mode_t
configure:3364: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:3388: checking for struct sockaddr_storage
configure:3404: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure: In function `main':
configure:3400: warning: unused variable `s'
configure:3427: checking for struct sockaddr_in6
configure:3443: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:3466: checking for struct in6_addr
configure:3482: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:3505: checking for struct addrinfo
configure:3522: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:3552: checking for ut_host field in utmp.h
configure:3592: checking for ut_host field in utmpx.h
configure:3632: checking for syslen field in utmpx.h
configure:3672: checking for ut_pid field in utmp.h
configure:3712: checking for ut_type field in utmp.h
configure:3752: checking for ut_type field in utmpx.h
configure:3792: checking for ut_tv field in utmp.h
configure:3832: checking for ut_id field in utmp.h
configure:3872: checking for ut_id field in utmpx.h
configure:3912: checking for ut_addr field in utmp.h
configure:3952: checking for ut_addr field in utmpx.h
configure:3992: checking for ut_addr_v6 field in utmp.h
configure:4032: checking for ut_addr_v6 field in utmpx.h
configure:4072: checking for ut_exit field in utmp.h
configure:4112: checking for ut_time field in utmp.h
configure:4152: checking for ut_time field in utmpx.h
configure:4192: checking for ut_tv field in utmpx.h
configure:4229: checking for ss_family field in struct sockaddr_storage
configure:4245: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure: In function `main':
configure:4241: structure has no member named `ss_family'
configure: failed program was:
#line 4235 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <sys/socket.h>
		
int main() {
 struct sockaddr_storage s; s.ss_family = 1; 
; return 0; }
configure:4267: checking for __ss_family field in struct sockaddr_storage
configure:4283: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure:4307: checking if libc defines __progname
configure:4320: gcc -o conftest -g -O2 -Wall -I/usr/local/ssl/include
-L/usr/local/ssl/lib -L/usr/local/ssl conftest.c -ldl -lnsl -lz  -lutil
-lpam -lcrypto 1>&5
configure: In function `main':
configure:4316: warning: implicit declaration of function `printf'
configure:4357: checking for rsh
configure:4407: checking for xauth
configure:4506: checking for /dev/ptc
configure:4557: checking for /dev/urandom
configure:5660: checking if we need to convert IPv4 in IPv6-mapped addresses
configure:5803: checking if your system defines LASTLOG_FILE
configure:5821: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure: In function `main':
configure:5817: `LASTLOG_FILE' undeclared (first use in this function)
configure:5817: (Each undeclared identifier is reported only once
configure:5817: for each function it appears in.)
configure:5817: warning: unused variable `lastlog'
configure: failed program was:
#line 5805 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <utmp.h>
#ifdef HAVE_LASTLOG_H
#  include <lastlog.h>
#endif
#ifdef HAVE_PATHS_H
#  include <paths.h>
#endif
	
int main() {
 char *lastlog = LASTLOG_FILE; 
; return 0; }
configure:5831: checking if your system defines _PATH_LASTLOG
configure:5849: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure: In function `main':
configure:5845: warning: unused variable `lastlog'
configure:5888: checking if your system defines UTMP_FILE
configure:5903: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure: In function `main':
configure:5899: warning: unused variable `utmp'
configure:5938: checking if your system defines WTMP_FILE
configure:5953: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure: In function `main':
configure:5949: warning: unused variable `wtmp'
configure:5989: checking if your system defines UTMPX_FILE
configure:6007: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure: In function `main':
configure:6003: `UTMPX_FILE' undeclared (first use in this function)
configure:6003: (Each undeclared identifier is reported only once
configure:6003: for each function it appears in.)
configure:6003: warning: unused variable `utmpx'
configure: failed program was:
#line 5991 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <utmp.h>
#ifdef HAVE_UTMPX_H
#include <utmpx.h>
#endif
#ifdef HAVE_PATHS_H
#  include <paths.h>
#endif
	
int main() {
 char *utmpx = UTMPX_FILE; 
; return 0; }
configure:6034: checking if your system defines WTMPX_FILE
configure:6052: gcc -c -g -O2 -Wall -I/usr/local/ssl/include  conftest.c
1>&5
configure: In function `main':
configure:6048: `WTMPX_FILE' undeclared (first use in this function)
configure:6048: (Each undeclared identifier is reported only once
configure:6048: for each function it appears in.)
configure:6048: warning: unused variable `wtmpx'
configure: failed program was:
#line 6036 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <utmp.h>
#ifdef HAVE_UTMPX_H
#include <utmpx.h>
#endif
#ifdef HAVE_PATHS_H
#  include <paths.h>
#endif
	
int main() {
 char *wtmpx = WTMPX_FILE; 
; return 0; }





More information about the openssh-unix-dev mailing list