No subject

Siegfried Hoefinger sh at ciamserv.ciam.unibo.it
Tue Jul 17 02:55:49 EST 2001


openssh at openssh.com


Dear openssh team !

When I try to configure openssh version 2.9p2 on an ALPHA OSF1 V4.0 
I get lots of error messages of the following type

What is missing fundamentally ?

Could this be due to not using gcc ?

How can I solve these problems ?

best regards 

S. Hoefinger



>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>


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

configure:605: checking for gcc
configure:635: checking for cc
configure:718: checking whether the C compiler (cc  ) works
configure:734: cc -o conftest    conftest.c  1>&5
configure:760: checking whether the C compiler (cc  ) is a cross-compiler
configure:765: checking whether we are using GNU C
configure:774: cc -E conftest.c
configure:793: checking whether cc accepts -g
configure:850: checking host system type
configure:871: checking whether byte ordering is bigendian
configure:889: cc -c -g  conftest.c 1>&5
configure:904: cc -c -g  conftest.c 1>&5
cc: Error: configure, line 899: In this declaration, "not" must specify a type. (badparsedecl)
 not big endian
-^
configure: failed program was:
#line 893 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif
; return 0; }
configure:963: checking how to run the C preprocessor
configure:984: cc -E  conftest.c >/dev/null 2>conftest.out
configure:1045: checking for ranlib
configure:1084: checking for a BSD compatible install
configure:1139: checking for ar
configure:1176: checking for perl5
configure:1176: checking for perl
configure:1215: checking for ent
configure:1253: checking for filepriv
configure:1292: checking for bash
configure:1327: checking for ksh
configure:1362: checking for sh
configure:1410: checking for login
configure:1457: checking for inline
configure:1471: cc -c -g  conftest.c 1>&5
cc: Error: configure, line 1467: Missing ";". (nosemi)
} inline foo() {
---------^
configure: failed program was:
#line 1464 "configure"
#include "confdefs.h"

int main() {
} inline foo() {
; return 0; }
configure:1471: cc -c -g  conftest.c 1>&5
cc: Error: configure, line 1467: Missing ";". (nosemi)
} __inline__ foo() {
-------------^
configure: failed program was:
#line 1464 "configure"
#include "confdefs.h"

int main() {
} __inline__ foo() {
; return 0; }
configure:1471: cc -c -g  conftest.c 1>&5
configure:2156: checking for Digital Unix SIA
configure:2296: checking for yp_match in -lnsl
configure:2315: cc -o conftest -g   conftest.c -lnsl   -lsecurity -ldb -lm -laud 1>&5
ld:
Can't locate file for: -lnsl
configure: failed program was:
#line 2304 "configure"
#include "confdefs.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 yp_match();

int main() {
yp_match()
; return 0; }
configure:2345: checking for main in -lsocket
configure:2360: cc -o conftest -g   conftest.c -lsocket   -lsecurity -ldb -lm -laud 1>&5
ld:
Can't locate file for: -lsocket
configure: failed program was:
#line 2353 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2390: checking for innetgr in -lrpc
configure:2409: cc -o conftest -g   conftest.c -lrpc -lyp -lrpc  -lsecurity -ldb -lm -laud 1>&5
ld:
Can't locate file for: -lyp
configure: failed program was:
#line 2398 "configure"
#include "confdefs.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 innetgr();

int main() {
innetgr()
; return 0; }
configure:2431: checking for getspnam in -lgen
configure:2450: cc -o conftest -g   conftest.c -lgen   -lsecurity -ldb -lm -laud 1>&5
ld:
Can't locate file for: -lgen
configure: failed program was:
#line 2439 "configure"
#include "confdefs.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 getspnam();

int main() {
getspnam()
; return 0; }
configure:2471: checking for deflate in -lz
configure:2490: cc -o conftest -g   conftest.c -lz   -lsecurity -ldb -lm -laud 1>&5
configure:2519: checking for login in -lutil
configure:2538: cc -o conftest -g   conftest.c -lutil  -lz  -lsecurity -ldb -lm -laud 1>&5
configure:2565: checking for regcomp
configure:2593: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:2670: checking for strcasecmp
configure:2698: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:2759: checking for utimes
configure:2787: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:2849: checking for strftime
configure:2877: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:2950: checking for bstring.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <bstring.h> specified in #include directive. (noinclfile)
#include <bstring.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <bstring.h>
configure:2950: checking for crypt.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for endian.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <endian.h> specified in #include directive. (noinclfile)
#include <endian.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <endian.h>
configure:2950: checking for floatingpoint.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <floatingpoint.h> specified in #include directive. (noinclfile)
#include <floatingpoint.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <floatingpoint.h>
configure:2950: checking for getopt.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for glob.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for lastlog.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for limits.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for login.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for login_cap.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <login_cap.h> specified in #include directive. (noinclfile)
#include <login_cap.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <login_cap.h>
configure:2950: checking for maillock.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <maillock.h> specified in #include directive. (noinclfile)
#include <maillock.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <maillock.h>
configure:2950: checking for netdb.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for netgroup.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <netgroup.h> specified in #include directive. (noinclfile)
#include <netgroup.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <netgroup.h>
configure:2950: checking for netinet/in_systm.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for paths.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for poll.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for pty.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for regex.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for shadow.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <shadow.h> specified in #include directive. (noinclfile)
#include <shadow.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <shadow.h>
configure:2950: checking for security/pam_appl.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <security/pam_appl.h> specified in #include directive. (noinclfile)
#include <security/pam_appl.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <security/pam_appl.h>
configure:2950: checking for sys/bitypes.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <sys/bitypes.h> specified in #include directive. (noinclfile)
#include <sys/bitypes.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <sys/bitypes.h>
configure:2950: checking for sys/bsdtty.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <sys/bsdtty.h> specified in #include directive. (noinclfile)
#include <sys/bsdtty.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <sys/bsdtty.h>
configure:2950: checking for sys/cdefs.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <sys/cdefs.h> specified in #include directive. (noinclfile)
#include <sys/cdefs.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <sys/cdefs.h>
configure:2950: checking for sys/poll.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for sys/queue.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <sys/queue.h> specified in #include directive. (noinclfile)
#include <sys/queue.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <sys/queue.h>
configure:2950: checking for sys/select.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for sys/stat.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for sys/stropts.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for sys/sysmacros.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for sys/time.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for sys/ttcompat.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <sys/ttcompat.h> specified in #include directive. (noinclfile)
#include <sys/ttcompat.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <sys/ttcompat.h>
configure:2950: checking for sys/un.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for stddef.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for time.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for ttyent.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for usersec.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <usersec.h> specified in #include directive. (noinclfile)
#include <usersec.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <usersec.h>
configure:2950: checking for util.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <util.h> specified in #include directive. (noinclfile)
#include <util.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <util.h>
configure:2950: checking for utime.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for utmp.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for utmpx.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2950: checking for vis.h
configure:2960: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 2956: Cannot find file <vis.h> specified in #include directive. (noinclfile)
#include <vis.h>
-^
configure: failed program was:
#line 2955 "configure"
#include "confdefs.h"
#include <vis.h>
configure:2989: checking for GLOB_ALTDIRFUNC support
configure:3022: checking for gl_matchc field in glob_t
configure:3052: checking whether struct dirent allocates space for d_name
configure:3065: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for arc4random
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
arc4random
configure: failed program was:
#line 3218 "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:3213: checking for atexit
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for b64_ntop
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
b64_ntop
configure: failed program was:
#line 3218 "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:3213: checking for bcopy
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
cc: Info: configure, line 3225: In this statement, the declaration for intrinsic function "bcopy" referenced at line number 3235 in file configure, the declared return type of "signed char" is not consistent with the expected type of "void".  It will be treated as an ordinary external function. (intrinsicdecl)
char bcopy();
-----^
configure:3213: checking for bindresvport_sa
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
bindresvport_sa
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char bindresvport_sa(); 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_sa();

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_sa) || defined (__stub___bindresvport_sa)
choke me
#else
bindresvport_sa();
#endif

; return 0; }
configure:3213: checking for clock
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for fchown
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for fchmod
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for freeaddrinfo
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
freeaddrinfo
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char freeaddrinfo(); 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 freeaddrinfo();

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_freeaddrinfo) || defined (__stub___freeaddrinfo)
choke me
#else
freeaddrinfo();
#endif

; return 0; }
configure:3213: checking for futimes
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
futimes
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char futimes(); 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 futimes();

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_futimes) || defined (__stub___futimes)
choke me
#else
futimes();
#endif

; return 0; }
configure:3213: checking for gai_strerror
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
gai_strerror
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char gai_strerror(); 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 gai_strerror();

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_gai_strerror) || defined (__stub___gai_strerror)
choke me
#else
gai_strerror();
#endif

; return 0; }
configure:3213: checking for getcwd
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for getaddrinfo
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
getaddrinfo
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getaddrinfo(); 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 getaddrinfo();

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_getaddrinfo) || defined (__stub___getaddrinfo)
choke me
#else
getaddrinfo();
#endif

; return 0; }
configure:3213: checking for getgrouplist
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
getgrouplist
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getgrouplist(); 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 getgrouplist();

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_getgrouplist) || defined (__stub___getgrouplist)
choke me
#else
getgrouplist();
#endif

; return 0; }
configure:3213: checking for getnameinfo
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
getnameinfo
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getnameinfo(); 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 getnameinfo();

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_getnameinfo) || defined (__stub___getnameinfo)
choke me
#else
getnameinfo();
#endif

; return 0; }
configure:3213: checking for getrlimit
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for getrusage
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for getttyent
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for getusershell
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for glob
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for inet_aton
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for inet_ntoa
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for inet_ntop
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
inet_ntop
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char inet_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 inet_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_inet_ntop) || defined (__stub___inet_ntop)
choke me
#else
inet_ntop();
#endif

; return 0; }
configure:3213: checking for innetgr
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for login_getcapbool
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
login_getcapbool
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char login_getcapbool(); 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 login_getcapbool();

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_login_getcapbool) || defined (__stub___login_getcapbool)
choke me
#else
login_getcapbool();
#endif

; return 0; }
configure:3213: checking for md5_crypt
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
md5_crypt
configure: failed program was:
#line 3218 "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:3213: checking for memmove
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
cc: Info: configure, line 3225: In this statement, the declaration for intrinsic function "memmove" referenced at line number 3235 in file configure, the declared return type of "signed char" is not consistent with the expected type of "pointer to void".  It will be treated as an ordinary external function. (intrinsicdecl)
char memmove();
-----^
configure:3213: checking for mkdtemp
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
mkdtemp
configure: failed program was:
#line 3218 "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:3213: checking for on_exit
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
on_exit
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char on_exit(); 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 on_exit();

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_on_exit) || defined (__stub___on_exit)
choke me
#else
on_exit();
#endif

; return 0; }
configure:3213: checking for openpty
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for realpath
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for rresvport_af
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
rresvport_af
configure: failed program was:
#line 3218 "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:3213: checking for setdtablesize
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
setdtablesize
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char setdtablesize(); 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 setdtablesize();

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_setdtablesize) || defined (__stub___setdtablesize)
choke me
#else
setdtablesize();
#endif

; return 0; }
configure:3213: checking for setenv
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for setegid
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for seteuid
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for setlogin
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for setproctitle
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
setproctitle
configure: failed program was:
#line 3218 "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:3213: checking for setresgid
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
setresgid
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char setresgid(); 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 setresgid();

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_setresgid) || defined (__stub___setresgid)
choke me
#else
setresgid();
#endif

; return 0; }
configure:3213: checking for setreuid
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for setrlimit
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for setsid
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for setvbuf
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for sigaction
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for sigvec
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for snprintf
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
cc: Info: configure, line 3225: In this statement, the declaration for intrinsic function "snprintf" referenced at line number 3235 in file configure, the declared return type of "signed char" is not consistent with the expected type of "int".  It will be treated as an ordinary external function. (intrinsicdecl)
char snprintf();
-----^
configure:3213: checking for strerror
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for strlcat
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
strlcat
configure: failed program was:
#line 3218 "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:3213: checking for strlcpy
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
strlcpy
configure: failed program was:
#line 3218 "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:3213: checking for strmode
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
strmode
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strmode(); 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 strmode();

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_strmode) || defined (__stub___strmode)
choke me
#else
strmode();
#endif

; return 0; }
configure:3213: checking for strsep
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
strsep
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strsep(); 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 strsep();

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_strsep) || defined (__stub___strsep)
choke me
#else
strsep();
#endif

; return 0; }
configure:3213: checking for strtok_r
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for sysconf
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for tcgetpgrp
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for utimes
configure:3213: checking for vsnprintf
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for vhangup
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
vhangup
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char vhangup(); 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 vhangup();

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_vhangup) || defined (__stub___vhangup)
choke me
#else
vhangup();
#endif

; return 0; }
configure:3213: checking for vis
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
vis
configure: failed program was:
#line 3218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char vis(); 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 vis();

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_vis) || defined (__stub___vis)
choke me
#else
vis();
#endif

; return 0; }
configure:3213: checking for waitpid
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3213: checking for _getpty
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
_getpty
configure: failed program was:
#line 3218 "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:3213: checking for __b64_ntop
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
__b64_ntop
configure: failed program was:
#line 3218 "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:3268: checking for gettimeofday
configure:3296: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3268: checking for time
configure:3296: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3324: checking for libutil.h
configure:3334: cc -E  conftest.c >/dev/null 2>conftest.out
cc: Error: configure, line 3330: Cannot find file <libutil.h> specified in #include directive. (noinclfile)
#include <libutil.h>
-^
configure: failed program was:
#line 3329 "configure"
#include "confdefs.h"
#include <libutil.h>
configure:3363: checking for login
configure:3391: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3363: checking for logout
configure:3391: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3363: checking for updwtmp
configure:3391: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
updwtmp
configure: failed program was:
#line 3368 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char updwtmp(); 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 updwtmp();

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_updwtmp) || defined (__stub___updwtmp)
choke me
#else
updwtmp();
#endif

; return 0; }
configure:3363: checking for logwtmp
configure:3391: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3418: checking for endutent
configure:3446: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3418: checking for getutent
configure:3446: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3418: checking for getutid
configure:3446: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3418: checking for getutline
configure:3446: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3418: checking for pututline
configure:3446: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3418: checking for setutent
configure:3446: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3473: checking for utmpname
configure:3501: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3528: checking for endutxent
configure:3556: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3528: checking for getutxent
configure:3556: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3528: checking for getutxid
configure:3556: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3528: checking for getutxline
configure:3556: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3528: checking for pututxline
configure:3556: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3583: checking for setutxent
configure:3611: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3583: checking for utmpxname
configure:3611: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
utmpxname
configure: failed program was:
#line 3588 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char utmpxname(); 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 utmpxname();

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_utmpxname) || defined (__stub___utmpxname)
choke me
#else
utmpxname();
#endif

; return 0; }
configure:3637: checking for getuserattr
configure:3665: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Unresolved:
getuserattr
configure: failed program was:
#line 3642 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getuserattr(); 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 getuserattr();

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_getuserattr) || defined (__stub___getuserattr)
choke me
#else
getuserattr();
#endif

; return 0; }
configure:3686: checking for getuserattr in -ls
configure:3705: cc -o conftest -g   conftest.c -ls  -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
ld:
Can't locate file for: -ls
configure: failed program was:
#line 3694 "configure"
#include "confdefs.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 getuserattr();

int main() {
getuserattr()
; return 0; }
configure:3733: checking for login
configure:3829: checking for daemon
configure:3857: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:3925: checking for getpagesize
configure:3953: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:4023: checking whether snprintf correctly terminates long strings
configure:4035: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:4058: checking whether getpgrp takes no argument
configure:4121: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
configure:4376: checking for OpenSSL directory
configure:4433: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
cc: Severe: configure, line 4422: Cannot find file <openssl/rand.h> specified in #include directive. (noinclfile)
#include <openssl/rand.h>
-^
configure: failed program was:
#line 4419 "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:4433: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
configure:4502: checking for RSA support
configure:4532: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
configure:4618: checking size of char
configure:4637: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
configure:4657: checking size of short int
configure:4676: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
configure:4696: checking size of int
configure:4715: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
configure:4735: checking size of long int
configure:4754: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
configure:4774: checking size of long long int
configure:4793: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
configure:4815: checking for u_int type
configure:4828: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Warning: configure, line 4822: # not in column 1 is ignored, skipping to end of line. (ignoretokens)
 #include <sys/types.h> 
-^
cc: Error: configure, line 4824: In this declaration, "u_int" must specify a type. (badparsedecl)
 u_int a; a = 1;
-^
cc: Error: configure, line 4824: In this statement, "a" is not declared. (undeclared)
 u_int a; a = 1;
----------^
configure: failed program was:
#line 4821 "configure"
#include "confdefs.h"
 #include <sys/types.h> 
int main() {
 u_int a; a = 1;
; return 0; }
configure:4852: checking for intXX_t types
configure:4865: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Warning: configure, line 4859: # not in column 1 is ignored, skipping to end of line. (ignoretokens)
 #include <sys/types.h> 
-^
cc: Error: configure, line 4861: In this declaration, "int8_t" must specify a type. (badparsedecl)
 int8_t a; int16_t b; int32_t c; a = b = c = 1;
-^
cc: Error: configure, line 4861: In this declaration, "int16_t" must specify a type. (badparsedecl)
 int8_t a; int16_t b; int32_t c; a = b = c = 1;
-----------^
cc: Error: configure, line 4861: In this declaration, "int32_t" must specify a type. (badparsedecl)
 int8_t a; int16_t b; int32_t c; a = b = c = 1;
----------------------^
cc: Error: configure, line 4861: In this statement, "a" is not declared. (undeclared)
 int8_t a; int16_t b; int32_t c; a = b = c = 1;
---------------------------------^
cc: Error: configure, line 4861: In this statement, "b" is not declared. (undeclared)
 int8_t a; int16_t b; int32_t c; a = b = c = 1;
-------------------------------------^
cc: Error: configure, line 4861: In this statement, "c" is not declared. (undeclared)
 int8_t a; int16_t b; int32_t c; a = b = c = 1;
-----------------------------------------^
configure: failed program was:
#line 4858 "configure"
#include "confdefs.h"
 #include <sys/types.h> 
int main() {
 int8_t a; int16_t b; int32_t c; a = b = c = 1;
; return 0; }
configure:4889: checking for int64_t type
configure:4902: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Warning: configure, line 4896: # not in column 1 is ignored, skipping to end of line. (ignoretokens)
 #include <sys/types.h> 
-^
cc: Error: configure, line 4898: In this declaration, "int64_t" must specify a type. (badparsedecl)
 int64_t a; a = 1;
-^
cc: Error: configure, line 4898: In this statement, "a" is not declared. (undeclared)
 int64_t a; a = 1;
------------^
configure: failed program was:
#line 4895 "configure"
#include "confdefs.h"
 #include <sys/types.h> 
int main() {
 int64_t a; a = 1;
; return 0; }
configure:4926: checking for u_intXX_t types
configure:4939: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Warning: configure, line 4933: # not in column 1 is ignored, skipping to end of line. (ignoretokens)
 #include <sys/types.h> 
-^
cc: Error: configure, line 4935: In this declaration, "u_int8_t" must specify a type. (badparsedecl)
 u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
-^
cc: Error: configure, line 4935: In this declaration, "u_int16_t" must specify a type. (badparsedecl)
 u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
-------------^
cc: Error: configure, line 4935: In this declaration, "u_int32_t" must specify a type. (badparsedecl)
 u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
--------------------------^
cc: Error: configure, line 4935: In this statement, "a" is not declared. (undeclared)
 u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
---------------------------------------^
cc: Error: configure, line 4935: In this statement, "b" is not declared. (undeclared)
 u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
-------------------------------------------^
cc: Error: configure, line 4935: In this statement, "c" is not declared. (undeclared)
 u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
-----------------------------------------------^
configure: failed program was:
#line 4932 "configure"
#include "confdefs.h"
 #include <sys/types.h> 
int main() {
 u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
; return 0; }
configure:4963: checking for u_int64_t types
configure:4976: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Warning: configure, line 4970: # not in column 1 is ignored, skipping to end of line. (ignoretokens)
 #include <sys/types.h> 
-^
cc: Error: configure, line 4972: In this declaration, "u_int64_t" must specify a type. (badparsedecl)
 u_int64_t a; a = 1;
-^
cc: Error: configure, line 4972: In this statement, "a" is not declared. (undeclared)
 u_int64_t a; a = 1;
--------------^
configure: failed program was:
#line 4969 "configure"
#include "confdefs.h"
 #include <sys/types.h> 
int main() {
 u_int64_t a; a = 1;
; return 0; }
configure:5043: checking for uintXX_t types
configure:5058: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 5054: In this declaration, "uint8_t" must specify a type. (badparsedecl)
 uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; 
-^
cc: Error: configure, line 5054: In this declaration, "uint16_t" must specify a type. (badparsedecl)
 uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; 
------------^
cc: Error: configure, line 5054: In this declaration, "uint32_t" must specify a type. (badparsedecl)
 uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; 
------------------------^
cc: Error: configure, line 5054: In this statement, "a" is not declared. (undeclared)
 uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; 
------------------------------------^
cc: Error: configure, line 5054: In this statement, "b" is not declared. (undeclared)
 uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; 
----------------------------------------^
cc: Error: configure, line 5054: In this statement, "c" is not declared. (undeclared)
 uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; 
--------------------------------------------^
configure: failed program was:
#line 5049 "configure"
#include "confdefs.h"

#include <sys/types.h>
			
int main() {
 uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; 
; return 0; }
configure:5082: checking for socklen_t
configure:5098: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
configure:5121: checking for size_t
configure:5136: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
configure:5159: checking for ssize_t
configure:5174: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
configure:5197: checking for clock_t
configure:5212: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
configure:5235: checking for sa_family_t
configure:5251: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
configure:5296: checking for pid_t
configure:5311: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
configure:5334: checking for mode_t
configure:5349: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
configure:5373: checking for struct sockaddr_storage
configure:5389: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 5385: In this declaration, "s" has no linkage and is of an incomplete type. (incompnolink)
 struct sockaddr_storage s; 
-------------------------^
configure: failed program was:
#line 5379 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <sys/socket.h>
		
int main() {
 struct sockaddr_storage s; 
; return 0; }
configure:5412: checking for struct sockaddr_in6
configure:5428: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 5424: In this declaration, "s" has no linkage and is of an incomplete type. (incompnolink)
 struct sockaddr_in6 s; s.sin6_family = 0; 
---------------------^
configure: failed program was:
#line 5418 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <netinet/in.h>
		
int main() {
 struct sockaddr_in6 s; s.sin6_family = 0; 
; return 0; }
configure:5451: checking for struct in6_addr
configure:5467: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 5463: In this declaration, "s" has no linkage and is of an incomplete type. (incompnolink)
 struct in6_addr s; s.s6_addr[0] = 0; 
-----------------^
configure: failed program was:
#line 5457 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <netinet/in.h>
		
int main() {
 struct in6_addr s; s.s6_addr[0] = 0; 
; return 0; }
configure:5490: checking for struct addrinfo
configure:5507: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 5503: In this declaration, "s" has no linkage and is of an incomplete type. (incompnolink)
 struct addrinfo s; s.ai_flags = AI_PASSIVE; 
-----------------^
cc: Error: configure, line 5503: In this statement, "AI_PASSIVE" is not declared. (undeclared)
 struct addrinfo s; s.ai_flags = AI_PASSIVE; 
---------------------------------^
configure: failed program was:
#line 5496 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
		
int main() {
 struct addrinfo s; s.ai_flags = AI_PASSIVE; 
; return 0; }
configure:5530: checking for struct timeval
configure:5543: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Warning: configure, line 5537: # not in column 1 is ignored, skipping to end of line. (ignoretokens)
 #include <sys/time.h> 
-^
cc: Error: configure, line 5539: In this declaration, "tv" has no linkage and is of an incomplete type. (incompnolink)
 struct timeval tv; tv.tv_sec = 1;
----------------^
configure: failed program was:
#line 5536 "configure"
#include "confdefs.h"
 #include <sys/time.h> 
int main() {
 struct timeval tv; tv.tv_sec = 1;
; return 0; }
configure:5604: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
configure: failed program was:
#line 5577 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <string.h>
#ifdef HAVE_SNPRINTF
main()
{
	char buf[50];
	char expected_out[50];
	int mazsize = 50 ;
#if (SIZEOF_LONG_INT == 8)
	long int num = 0x7fffffffffffffff;
#else
	long long num = 0x7fffffffffffffff;
#endif
	strcpy(expected_out, "9223372036854775807");
	snprintf(buf, mazsize, "%lld", num);
	if(strcmp(buf, expected_out) != 0)
        	exit(1);
	exit(0);
}
#else
main() { exit(0); }
#endif
		
configure:5628: checking for ut_host field in utmp.h
configure:5668: checking for ut_host field in utmpx.h
configure:5708: checking for syslen field in utmpx.h
configure:5748: checking for ut_pid field in utmp.h
configure:5788: checking for ut_type field in utmp.h
configure:5828: checking for ut_type field in utmpx.h
configure:5868: checking for ut_tv field in utmp.h
configure:5908: checking for ut_id field in utmp.h
configure:5948: checking for ut_id field in utmpx.h
configure:5988: checking for ut_addr field in utmp.h
configure:6028: checking for ut_addr field in utmpx.h
configure:6068: checking for ut_addr_v6 field in utmp.h
configure:6108: checking for ut_addr_v6 field in utmpx.h
configure:6148: checking for ut_exit field in utmp.h
configure:6188: checking for ut_time field in utmp.h
configure:6228: checking for ut_time field in utmpx.h
configure:6268: checking for ut_tv field in utmpx.h
configure:6304: checking for st_blksize in struct stat
configure:6317: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
configure:6339: checking for sun_len field in struct sockaddr_un
configure:6355: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 6351: In this declaration, "s" has no linkage and is of an incomplete type. (incompnolink)
 struct sockaddr_un s; s.sun_len = 1; 
--------------------^
configure: failed program was:
#line 6345 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <sys/socket.h>
		
int main() {
 struct sockaddr_un s; s.sun_len = 1; 
; return 0; }
configure:6377: checking for ss_family field in struct sockaddr_storage
configure:6393: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 6389: In this declaration, "s" has no linkage and is of an incomplete type. (incompnolink)
 struct sockaddr_storage s; s.ss_family = 1; 
-------------------------^
configure: failed program was:
#line 6383 "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:6415: checking for __ss_family field in struct sockaddr_storage
configure:6431: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 6427: In this declaration, "s" has no linkage and is of an incomplete type. (incompnolink)
 struct sockaddr_storage s; s.__ss_family = 1; 
-------------------------^
configure: failed program was:
#line 6421 "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:6454: checking for pw_class field in struct passwd
configure:6469: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 6465: In this statement, "pw_class" is not a member of "p". (needmember)
 struct passwd p; p.pw_class = 0; 
------------------^
configure: failed program was:
#line 6460 "configure"
#include "confdefs.h"

#include <pwd.h>
		
int main() {
 struct passwd p; p.pw_class = 0; 
; return 0; }
configure:6493: checking if libc defines __progname
configure:6506: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
ld:
Unresolved:
__progname
configure: failed program was:
#line 6499 "configure"
#include "confdefs.h"

int main() {
 extern char *__progname; printf("%s", __progname); 
; return 0; }
configure:6530: checking if libc defines sys_errlist
configure:6543: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
configure:6567: checking if libc defines sys_nerr
configure:6580: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
configure:6973: checking for rsh
configure:7023: checking for xauth
configure:7094: checking for /dev/ptmx
configure:7127: checking for /dev/ptc
configure:7178: checking for /dev/urandom
configure:7248: checking for PRNGD/EGD socket
configure:7281: checking for ls
configure:7322: checking for netstat
configure:7363: checking for arp
configure:7404: checking for ifconfig
configure:7445: checking for ps
configure:7486: checking for w
configure:7527: checking for who
configure:7568: checking for last
configure:7609: checking for lastlog
configure:7650: checking for df
configure:7691: checking for vmstat
configure:7732: checking for uptime
configure:7773: checking for ipcs
configure:7814: checking for tail
configure:7879: checking for nroff
configure:7968: checking if the systems has expire shadow information
configure:7981: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Severe: configure, line 7973: Cannot find file <shadow.h> specified in #include directive. (noinclfile)
#include <shadow.h>
-^
configure: failed program was:
#line 7970 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <shadow.h>
	struct spwd sp;
	
int main() {
 sp.sp_expire = sp.sp_lstchg = sp.sp_inact = 0; 
; return 0; }
configure:8080: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto  1>&5
configure:8137: checking if we need to convert IPv4 in IPv6-mapped addresses
configure:8189: checking whether to install ssh as suid root
configure:8338: checking if your system defines LASTLOG_FILE
configure:8356: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 8352: In the initializer for lastlog, "LASTLOG_FILE" is not declared. (undeclared)
 char *lastlog = LASTLOG_FILE; 
-----------------^
configure: failed program was:
#line 8340 "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:8366: checking if your system defines _PATH_LASTLOG
configure:8384: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 8380: In the initializer for lastlog, "_PATH_LASTLOG" is not declared. (undeclared)
 char *lastlog = _PATH_LASTLOG; 
-----------------^
configure: failed program was:
#line 8368 "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 = _PATH_LASTLOG; 
; return 0; }
configure:8423: checking if your system defines UTMP_FILE
configure:8438: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
configure:8473: checking if your system defines WTMP_FILE
configure:8488: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
configure:8524: checking if your system defines UTMPX_FILE
configure:8542: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 8538: In the initializer for utmpx, "UTMPX_FILE" is not declared. (undeclared)
 char *utmpx = UTMPX_FILE; 
---------------^
configure: failed program was:
#line 8526 "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:8569: checking if your system defines WTMPX_FILE
configure:8587: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 8583: In the initializer for wtmpx, "WTMPX_FILE" is not declared. (undeclared)
 char *wtmpx = WTMPX_FILE; 
---------------^
configure: failed program was:
#line 8571 "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; }
configure:8639: checking for Cygwin environment
configure:8655: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 8651: In this statement, "__CYGWIN32__" is not declared. (undeclared)
return __CYGWIN__;
-------^
configure: failed program was:
#line 8644 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:8672: checking for mingw32 environment
configure:8684: cc -c -g -I/usr/local/ssl/include  conftest.c 1>&5
cc: Error: configure, line 8680: In this statement, "__MINGW32__" is not declared. (undeclared)
return __MINGW32__;
-------^
configure: failed program was:
#line 8677 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:8703: checking for executable suffix
configure:8713: cc -o conftest -g -I/usr/local/ssl/include  -L/usr/local/ssl/lib  conftest.c -lz  -lsecurity -ldb -lm -laud -lutil -lcrypto  1>&5





More information about the openssh-unix-dev mailing list