Daily snapshots...

Michael H. Warfield mhw at wittsend.com
Thu Feb 8 16:16:08 EST 2001


On Thu, Feb 08, 2001 at 03:33:15PM +1100, Damien Miller wrote:
> On Wed, 7 Feb 2001, Michael H. Warfield wrote:

> > ] [root at alcove openssh_cvs]# make
> > ] (cd openbsd-compat; make)
> > ] make[1]: Entering directory `/mnt1/src/openssh_cvs/openbsd-compat'
> > ] gcc -g -O2 -Wall -I/usr/lib/include -I. -I.. -I. -I./.. -DHAVE_CONFIG_H  -c -o bsd-arc4random.o bsd-arc4random.c
> > ] In file included from openbsd-compat.h:30,
> > ]                  from ../includes.h:95,
> > ]                  from bsd-arc4random.c:25:
> > ] bsd-waitpid.h:38: warning: `WEXITSTATUS' redefined
> > ] /usr/include/sys/wait.h:83: warning: this is the location of the previous definition

> Could you send in the full output of a ./configure run?

	You got it...  Attached...  Output of the following command
is attached below:

	./configure --prefix=/usr --sysconfdir=/etc/ssh --with-tcp-wrappers --with-ipv4-default --with-pam --with-skey=/usr/lib > /tmp/config.out 2>&1

> Thanks,
> Damien

> -- 
> | Damien Miler <djm at mindrot.org> \ ``E-mail attachments are the poor man's 
> | http://www.mindrot.org         /   distributed filesystem'' - Dan Geer

	Mike
-- 
 Michael H. Warfield    |  (770) 985-6132   |  mhw at WittsEnd.com
  (The Mad Wizard)      |  (678) 463-0932   |  http://www.wittsend.com/mhw/
  NIC whois:  MHW9      |  An optimist believes we live in the best of all
 PGP Key: 0xDF1DD471    |  possible worlds.  A pessimist is sure of it!

-------------- next part --------------
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... i586-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... /usr/bin/ar
checking for perl... /usr/bin/perl
checking for ent... no
checking for filepriv... no
checking for bash... /bin/bash
checking for ksh... (cached) /bin/bash
checking for sh... (cached) /bin/bash
checking for login... /bin/login
checking for inline... inline
checking for yp_match in -lnsl... yes
checking for main in -lsocket... no
checking for getspnam in -lgen... no
checking for deflate in -lz... yes
checking for login in -lutil... yes
checking for regcomp... yes
checking for strcasecmp... yes
checking for utimes... yes
checking for bstring.h... no
checking for endian.h... yes
checking for floatingpoint.h... no
checking for getopt.h... yes
checking for lastlog.h... yes
checking for limits.h... yes
checking for login.h... no
checking for login_cap.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 regex.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/queue.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 sys/un.h... yes
checking for stddef.h... yes
checking for time.h... yes
checking for ttyent.h... yes
checking for usersec.h... no
checking for util.h... no
checking for utime.h... yes
checking for utmp.h... yes
checking for utmpx.h... yes
checking for vis.h... no
checking for arc4random... no
checking for atexit... yes
checking for b64_ntop... no
checking for bcopy... yes
checking for bindresvport_sa... no
checking for clock... yes
checking for fchmod... yes
checking for freeaddrinfo... yes
checking for futimes... no
checking for gai_strerror... yes
checking for getcwd... yes
checking for getaddrinfo... yes
checking for getgrouplist... no
checking for getnameinfo... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getttyent... yes
checking for inet_aton... yes
checking for inet_ntoa... yes
checking for innetgr... yes
checking for login_getcapbool... no
checking for md5_crypt... no
checking for memmove... yes
checking for mkdtemp... no
checking for on_exit... yes
checking for openpty... yes
checking for realpath... yes
checking for rresvport_af... no
checking for setdtablesize... no
checking for setenv... yes
checking for seteuid... yes
checking for setlogin... no
checking for setproctitle... no
checking for setreuid... yes
checking for setrlimit... yes
checking for setsid... yes
checking for sigaction... yes
checking for sigvec... yes
checking for snprintf... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strmode... no
checking for strsep... yes
checking for strtok_r... yes
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for utimes... (cached) yes
checking for vsnprintf... yes
checking for vhangup... yes
checking for vis... no
checking for waitpid... yes
checking for _getpty... no
checking for __b64_ntop... no
checking for gettimeofday... yes
checking for time... yes
checking for libutil.h... no
checking for login... yes
checking for logout... yes
checking for updwtmp... yes
checking for logwtmp... yes
checking for endutent... yes
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 endutxent... yes
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 getuserattr... no
checking for getuserattr in -ls... no
checking for login... (cached) yes
checking for daemon... yes
checking for getpagesize... yes
checking whether snprintf correctly terminates long strings... yes
checking whether getpgrp takes no argument... yes
checking for strftime... yes
checking for dlopen in -ldl... yes
checking for pam_set_item in -lpam... yes
checking for pam_getenvlist... yes
checking whether pam_strerror takes only one argument... no
checking for OpenSSL directory... /usr
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 u_int type... yes
checking for intXX_t types... yes
checking for int64_t type... yes
checking for u_intXX_t types... yes
checking for u_int64_t types... yes
checking for socklen_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for clock_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 struct timeval... 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 st_blksize in struct stat... yes
checking for sun_len field in struct sockaddr_un... no
checking for ss_family field in struct sockaddr_storage... no
checking for __ss_family field in struct sockaddr_storage... yes
checking for pw_class field in struct passwd... no
checking if libc defines __progname... yes
checking if libc defines sys_errlist... yes
checking if libc defines sys_nerr... yes
checking for rsh... /usr/kerberos/bin/rsh
checking for xauth... /usr/X11R6/bin/xauth
checking for /dev/ptc... no
checking for /dev/urandom... yes
checking for skey_keyinfo... yes
checking for libwrap... yes
checking if we need to convert IPv4 in IPv6-mapped addresses... yes (default)
checking whether to install ssh as suid root... yes
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
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating openbsd-compat/Makefile
creating ssh_prng_cmds
creating config.h
cat: ./config.h.in: No such file or directory

OpenSSH configured has been configured with the following options.
                 User binaries: /usr/bin
                 User binaries: /usr/bin
               System binaries: /usr/sbin
           Configuration files: /etc/ssh
               Askpass program: /usr/libexec/ssh-askpass
                  Manual pages: /usr/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: yes
          TCP Wrappers support: yes
          MD5 password support: no
   IP address in $DISPLAY hack: no
      Use IPv4 by default hack: yes
       Translate v4 in v6 hack: yes

              Host: i586-pc-linux-gnu
          Compiler: gcc
    Compiler flags: -g -O2 -Wall
Preprocessor flags:  -I/usr/lib/include
      Linker flags:  -L/usr/lib/lib
         Libraries: -lskey -lpam -ldl -lz -lnsl  -lutil -lcrypto  -lwrap

PAM is enabled. You may need to install a PAM control file for sshd,
otherwise password authentication may fail. Example PAM control files
can be found in the contrib/ subdirectory



More information about the openssh-unix-dev mailing list