Help: Installation of FreeRadius 1.0.4 on Solaris 10

Jaspreet Brar pingindia at yahoo.com
Sun Jun 26 03:12:35 CEST 2005


Hi All,

I would really appriciate, if you would kindly help me
out.
 
I'm trying to install FreeRadius-1.0.4(downloaded from
freeradius.org) on Solaris OS 10 (SPARC) as below:

 
 
 /freeradius-1.0.4# ./configure
 /freeradius-1.0.4# make
 /freeradius-1.0.4# make install
 
 
But I'm getting errors while installing it. 

/freeradius-1.0.4# ./configure
...
...
config.h is unchanged*



/freeradius-1.0.4# make
make: make not found *



Please suggest me how to install it properly.

Below is what i captured in configure.log file 


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

configure:748: checking for gcc
configure:861: checking whether the C compiler (gcc  )
works
configure:877: gcc -o conftest    conftest.c  1>&5
configure:903: checking whether the C compiler (gcc  )
is a 
cross-compiler
configure:908: checking whether we are using GNU C
configure:917: gcc -E conftest.c
configure:936: checking whether gcc accepts -g
configure:969: checking how to run the C preprocessor
configure:990: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:1049: checking for AIX
configure:1075: checking whether gcc needs
-traditional
configure:1121: checking whether we are using SUNPro C
configure:1130: gcc -E conftest.c
configure:1141: checking for ranlib
configure:1176: checking whether byte ordering is
bigendian
configure:1194: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1189: error: `bogus' undeclared (first use
in this function)
configure:1189: error: (Each undeclared identifier is
reported only 
once
configure:1189: error: for each function it appears
in.)
configure:1189: error: syntax error before "endian"
configure: failed program was:
#line 1183 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
 bogus endian macros
#endif
; return 0; }
configure:1242: gcc -o conftest -g -O2   conftest.c 
1>&5
configure: failed program was:
#line 1229 "configure"
#include "confdefs.h"
main () {
  /* Are we little or big endian?  From
Harbison&Steele.  */
  union
  {
    long l;
    char c[sizeof (long)];
  } u;
  u.l = 1;
  exit (u.c[sizeof (long) - 1] == 1);
}
configure:1269: checking for gmake
configure:1337: checking for gmake
configure:1420: checking for lt_dlinit in -lltdl
configure:1439: gcc -o conftest -g -O2   conftest.c
-lltdl   1>&5
ld: fatal: library -lltdl: not found
ld: fatal: File processing errors. No output written
to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 1428 "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 lt_dlinit();

int main() {
lt_dlinit()
; return 0; }
configure:1544: checking for Cygwin environment
configure:1560: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1556: error: `__CYGWIN32__' undeclared
(first use in this 
function)
configure:1556: error: (Each undeclared identifier is
reported only 
once
configure:1556: error: for each function it appears
in.)
configure: failed program was:
#line 1549 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1577: checking for mingw32 environment
configure:1589: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1585: error: `__MINGW32__' undeclared (first
use in this 
function)
configure:1585: error: (Each undeclared identifier is
reported only 
once
configure:1585: error: for each function it appears
in.)
configure: failed program was:
#line 1582 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1681: checking host system type
configure:1702: checking build system type
configure:1731: checking for ld used by GCC
configure:1799: checking if the linker
(/usr/ccs/bin/ld) is GNU ld
configure:1816: checking for /usr/ccs/bin/ld option to
reload object 
files
configure:1828: checking for BSD-compatible nm
configure:1866: checking whether ln -s works
configure:1887: checking how to recognise dependant
libraries
configure:2070: checking for object suffix
configure:2076: gcc -c -g -O2  conftest.c 1>&5
configure:2096: checking for executable suffix
configure:2106: gcc -o conftest -g -O2   conftest.c 
1>&5
configure:2137: checking command to parse
/usr/ccs/bin/nm -p output
configure:2217: gcc -c -g -O2  conftest.c 1>&5
configure:2220: /usr/ccs/bin/nm -p conftest.o | sed -n
-e 's/^.*[ 
]\([BDT][BDT]*\)[ ][
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > 
conftest.nm
configure:2271: gcc -o conftest -g -O2   conftest.c
conftstm.o 1>&5
configure:2320: checking for dlfcn.h
configure:2330: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:2498: checking for ranlib
configure:2565: checking for strip
configure:2810: checking for objdir
configure:2841: checking for gcc option to produce PIC
configure:2993: checking if gcc PIC flag -fPIC works
configure:3007: gcc -c -g -O2 -fPIC -DPIC  conftest.c
1>&5
configure:3063: checking if gcc static flag -static
works
configure:3078: gcc -o conftest -g -O2   -static
conftest.c  1>&5
ld: fatal: library -lc: not found
ld: fatal: library -lc: not found
ld: fatal: File processing errors. No output written
to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 3071 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:3109: checking if gcc supports -c -o file.o
configure:3128: gcc -c -g -O2 -o out/conftest2.o 
conftest.c 1>&5
configure:3157: checking if gcc supports -c -o file.lo
configure:3175: gcc -c -g -O2 -c -o conftest.lo 
conftest.c 1>&5
configure:3233: checking if gcc supports -fno-rtti
-fno-exceptions
configure:3246: gcc -c -g -O2 -fno-rtti
-fno-exceptions -c conftest.c  
conftest.c 1>&5
cc1: warning: command line option "-fno-rtti" is valid
for C++/ObjC++ 
but not for C
cc1: warning: command line option "-fno-rtti" is valid
for C++/ObjC++ 
but not for C
configure:3277: checking whether the linker
(/usr/ccs/bin/ld) supports 
shared libraries
configure:3965: checking how to hardcode library paths
into programs
configure:3997: checking whether stripping libraries
is possible
configure:4015: checking dynamic linker
characteristics
configure:4416: checking if libtool supports shared
libraries
configure:4424: checking whether to build shared
libraries
configure:4451: checking whether to build static
libraries
configure:4494: checking for shl_load
configure:4522: gcc -o conftest -g -O2   conftest.c 
1>&5
Undefined			first referenced
 symbol  			    in file
shl_load                           
/var/tmp//cc0O8ZuU.o
ld: fatal: Symbol referencing errors. No output
written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 4499 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully
few prototypes,
    which can conflict with char shl_load(); 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 shl_load();

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_shl_load) || defined
(__stub___shl_load)
choke me
#else
shl_load();
#endif

; return 0; }
configure:4540: checking for shl_load in -ldld
configure:4559: gcc -o conftest -g -O2   conftest.c
-ldld   1>&5
ld: fatal: library -ldld: not found
ld: fatal: File processing errors. No output written
to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 4548 "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 shl_load();

int main() {
shl_load()
; return 0; }
configure:4578: checking for dlopen
configure:4606: gcc -o conftest -g -O2   conftest.c 
1>&5
configure:4775: checking whether a program can dlopen
itself
configure:4846: gcc -o conftest -g -O2  -DHAVE_DLFCN_H
  conftest.c   
1>&5
configure:4869: checking whether a statically linked
program can dlopen 
itself
configure:4940: gcc -o conftest -g -O2  -DHAVE_DLFCN_H
   conftest.c   
1>&5
configure:5654: checking logdir
configure:5676: checking radacctdir
configure:5698: checking raddbdir
configure:5910: checking for perl
configure:5949: checking for snmpget
configure:5988: checking for snmpwalk
configure:6027: checking for rusers
configure:6063: checking for working aclocal
configure:6076: checking for working autoconf
configure:6089: checking for working autoheader
configure:6105: checking for locate
configure:6140: checking for dirname
configure:6175: checking for grep
configure:6219: checking for pthread.h
configure:6229: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6258: checking for pthread_create in
-lpthread
configure:6277: gcc -o conftest -g -O2   conftest.c
-lpthread   1>&5
configure:6351: checking for library containing
sem_init
configure:6369: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS   conftest.c  -lpthread
1>&5
Undefined			first referenced
 symbol  			    in file
sem_init                           
/var/tmp//ccons7ln.o
ld: fatal: Symbol referencing errors. No output
written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 6358 "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 sem_init();

int main() {
sem_init()
; return 0; }
configure:6391: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS   conftest.c -lpthread  
-lpthread 1>&5
Undefined			first referenced
 symbol  			    in file
sem_init                           
/var/tmp//ccMBgZrp.o
ld: fatal: Symbol referencing errors. No output
written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 6380 "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 sem_init();

int main() {
sem_init()
; return 0; }
configure:6391: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS   conftest.c -lsem  
-lpthread 1>&5
ld: fatal: library -lsem: not found
ld: fatal: File processing errors. No output written
to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 6380 "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 sem_init();

int main() {
sem_init()
; return 0; }
configure:6391: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS   conftest.c -lposix4  
-lpthread 1>&5
configure:6415: checking for getsockname in -lsocket
configure:6434: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS   conftest.c -lsocket 
-lposix4  -lpthread 1>&5
configure:6463: checking for inet_aton in -lresolv
configure:6482: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS   conftest.c -lresolv 
-lsocket -lposix4  -lpthread 1>&5
configure:6511: checking for inet_ntoa in -lnsl
configure:6530: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS   conftest.c -lnsl 
-lresolv -lsocket -lposix4  -lpthread 1>&5
configure:6570: checking for dirent.h that defines DIR
configure:6583: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS  
conftest.c 1>&5
configure:6608: checking for opendir in -ldir
configure:6627: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS   conftest.c -ldir  -lnsl
-lresolv -lsocket -lposix4  -lpthread 
1>&5
ld: fatal: library -ldir: not found
ld: fatal: File processing errors. No output written
to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 6616 "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 opendir();

int main() {
opendir()
; return 0; }
configure:6691: checking for ANSI C header files
configure:6704: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6771: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS   conftest.c -lnsl -lresolv
-lsocket -lposix4  -lpthread 1>&5
configure:6795: checking whether time.h and sys/time.h
may both be 
included
configure:6809: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS  
conftest.c 1>&5
configure:6830: checking for sys/wait.h that is
POSIX.1 compatible
configure:6851: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS  
conftest.c 1>&5
configure:6905: checking for unistd.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for crypt.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for errno.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for resource.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6911:22: resource.h: No such file or
directory
configure: failed program was:
#line 6910 "configure"
#include "confdefs.h"
#include <resource.h>
configure:6905: checking for getopt.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for malloc.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for utmp.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for utmpx.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for signal.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for sys/select.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for syslog.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for inttypes.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for stdint.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for stdio.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for netdb.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for semaphore.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for arpa/inet.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for netinet/in.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for sys/types.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for sys/socket.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for sys/time.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for sys/wait.h
configure:6905: checking for sys/security.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6911:26: sys/security.h: No such file or
directory
configure: failed program was:
#line 6910 "configure"
#include "confdefs.h"
#include <sys/security.h>
configure:6905: checking for fcntl.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for sys/fcntl.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6905: checking for prot.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6911:18: prot.h: No such file or directory
configure: failed program was:
#line 6910 "configure"
#include "confdefs.h"
#include <prot.h>
configure:6905: checking for sia.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6911:17: sia.h: No such file or directory
configure: failed program was:
#line 6910 "configure"
#include "confdefs.h"
#include <sia.h>
configure:6905: checking for siad.h
configure:6915: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:6911:18: siad.h: No such file or directory
configure: failed program was:
#line 6910 "configure"
#include "confdefs.h"
#include <siad.h>
configure:6945: checking for regex.h
configure:6955: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:7027: checking for openssl/ssl.h
configure:7042: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5  conftest.c 1>&5
configure:7139: checking for openssl/err.h
configure:7149: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:7139: checking for openssl/crypto.h
configure:7149: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:7139: checking for openssl/rand.h
configure:7149: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:7139: checking for openssl/engine.h
configure:7149: gcc -E  conftest.c >/dev/null
2>conftest.out
configure:7178: checking for OpenSSL version >= 0.9.7
configure:7213: checking for DH_new in -lcrypto
configure:7228: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto 1>&5
configure:7334: checking for SSL_new in -lssl
configure:7349: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7461: checking for off_t
configure:7494: checking for pid_t
configure:7527: checking for size_t
configure:7560: checking for uid_t in sys/types.h
configure:7596: checking for socklen_t
configure:7615: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7639: checking for uint8_t
configure:7658: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7682: checking for uint16_t
configure:7701: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7725: checking for uint32_t
configure:7744: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7793: checking for getopt_long
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for lockf
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for strsignal
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for sigaction
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for sigprocmask
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for pthread_sigmask
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for snprintf
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7805: warning: conflicting types for
built-in function 
'snprintf'
configure:7793: checking for vsnprintf
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7805: warning: conflicting types for
built-in function 
'vsnprintf'
configure:7793: checking for setsid
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for strncasecmp
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for strcasecmp
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for localtime_r
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for ctime_r
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for gmtime_r
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for strsep
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
Undefined			first referenced
 symbol  			    in file
strsep                             
/var/tmp//cc2MO9Nr.o
ld: fatal: Symbol referencing errors. No output
written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 7798 "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:7793: checking for inet_aton
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for inet_pton
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for inet_ntop
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for gethostname
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for setlinebuf
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for setvbuf
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for getusershell
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7793: checking for initgroups
configure:7821: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5    
conftest.c -lnsl -lresolv -lsocket 
-lposix4  -lpthread -lcrypto -lssl 1>&5
configure:7857: checking whether crypt must be
declared
configure:7917: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7857: checking whether strncasecmp must be
declared
configure:7917: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7857: checking whether strcasecmp must be
declared
configure:7917: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7857: checking whether inet_aton must be
declared
configure:7917: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7857: checking whether gethostname must be
declared
configure:7917: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7857: checking whether setlinebuf must be
declared
configure:7917: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7857: checking whether getusershell must be
declared
configure:7917: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7857: checking whether endusershell must be
declared
configure:7917: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7944: checking return type of signal
handlers
configure:7966: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:7989: checking for ut_xtime in struct utmpx
configure:8005: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:8036: checking for ipi_addr in struct
in_pktinfo
configure:8052: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure: In function `main':
configure:8048: error: dereferencing pointer to
incomplete type
configure: failed program was:
#line 8040 "configure"
#include "confdefs.h"

#include <netinet/in.h>
#ifndef offsetof
#define offsetof(TYPE, MEMBER) ((int) &((TYPE
*)0)->MEMBER)
#endif

int main() {
 int foo = offsetof(struct in_pktinfo, ipi_addr) 
; return 0; }
configure:8082: checking for working const
configure:8136: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5    conftest.c 1>&5
configure:8158: checking type of OS
configure:8173: checking for developer gcc flags
configure:8188: checking for crypt in -lcrypt
configure:8207: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -DNDEBUG   conftest.c 
-lcrypt  -lnsl -lresolv -lsocket -lposix4  -lpthread
-lcrypto -lssl 1>&5
configure:8288: checking for setkey in -lcipher
configure:8307: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -DNDEBUG   conftest.c 
-lcipher  -lnsl -lresolv -lsocket -lposix4  -lpthread
-lcrypto -lssl 
1>&5
ld: fatal: library -lcipher: not found
ld: fatal: File processing errors. No output written
to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 8296 "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 setkey();

int main() {
setkey()
; return 0; }
configure:8336: checking for asn1.h,snmp.h,snmp_impl.h
configure:8364: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -DNDEBUG 
conftest.c 1>&5
In file included from configure:8356:
/usr/sfw/include/ucd-snmp/asn1.h:7:2: #error "Please
update your 
headers or configure using
--enable-ucd-snmp-compatibility"
In file included from configure:8357:
/usr/sfw/include/ucd-snmp/snmp.h:7:2: #error "Please
update your 
headers or configure using
--enable-ucd-snmp-compatibility"
In file included from configure:8358:
/usr/sfw/include/ucd-snmp/snmp_impl.h:7:2: #error
"Please update your 
headers or configure using
--enable-ucd-snmp-compatibility"
configure: In function `main':
configure:8360: warning: unused variable `a'
configure: failed program was:
#line 8339 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <ucd-snmp/asn1.h>
#include <ucd-snmp/snmp.h>
#include <ucd-snmp/snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8405: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -DNDEBUG
-I/usr/include  
conftest.c 1>&5
In file included from configure:8397:
/usr/sfw/include/ucd-snmp/asn1.h:7:2: #error "Please
update your 
headers or configure using
--enable-ucd-snmp-compatibility"
In file included from configure:8398:
/usr/sfw/include/ucd-snmp/snmp.h:7:2: #error "Please
update your 
headers or configure using
--enable-ucd-snmp-compatibility"
In file included from configure:8399:
/usr/sfw/include/ucd-snmp/snmp_impl.h:7:2: #error
"Please update your 
headers or configure using
--enable-ucd-snmp-compatibility"
configure: In function `main':
configure:8401: warning: unused variable `a'
configure: failed program was:
#line 8380 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <ucd-snmp/asn1.h>
#include <ucd-snmp/snmp.h>
#include <ucd-snmp/snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8405: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -DNDEBUG
-I/usr/local/include  
conftest.c 1>&5
In file included from configure:8397:
/usr/sfw/include/ucd-snmp/asn1.h:7:2: #error "Please
update your 
headers or configure using
--enable-ucd-snmp-compatibility"
In file included from configure:8398:
/usr/sfw/include/ucd-snmp/snmp.h:7:2: #error "Please
update your 
headers or configure using
--enable-ucd-snmp-compatibility"
In file included from configure:8399:
/usr/sfw/include/ucd-snmp/snmp_impl.h:7:2: #error
"Please update your 
headers or configure using
--enable-ucd-snmp-compatibility"
configure: In function `main':
configure:8401: warning: unused variable `a'
configure: failed program was:
#line 8380 "configure"m
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <ucd-snmp/asn1.h>
#include <ucd-snmp/snmp.h>
#include <ucd-snmp/snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8452: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -DNDEBUG
-I/usr/include/ucd-snmp  
conftest.c 1>&5
configure:8444:18: asn1.h: No such file or directory
configure:8445:18: snmp.h: No such file or directory
configure:8446:23: snmp_impl.h: No such file or
directory
configure: In function `main':
configure:8448: warning: unused variable `a'
configure: failed program was:
#line 8427 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <asn1.h>
#include <snmp.h>
#include <snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8452: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -DNDEBUG 
-I/usr/local/include/ucd-snmp  conftest.c 1>&5
configure:8444:18: asn1.h: No such file or directory
configure:8445:18: snmp.h: No such file or directory
configure:8446:23: snmp_impl.h: No such file or
directory
configure: In function `main':
configure:8448: warning: unused variable `a'
configure: failed program was:
#line 8427 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <asn1.h>
#include <snmp.h>
#include <snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8499: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -DNDEBUG
-I/usr/include/ucd-snmp  
conftest.c 1>&5
configure:8491:18: asn1.h: No such file or directory
configure:8492:18: snmp.h: No such file or directory
configure:8493:23: snmp_impl.h: No such file or
directory
configure: In function `main':
configure:8495: warning: unused variable `a'
configure: failed program was:
#line 8474 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <asn1.h>
#include <snmp.h>
#include <snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8499: gcc -c -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS 
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -DNDEBUG 
-I/usr/local/include/ucd-snmp  conftest.c 1>&5
configure:8491:18: asn1.h: No such file or directory
configure:8492:18: snmp.h: No such file or directory
configure:8493:23: snmp_impl.h: No such file or
directory
configure: In function `main':
configure:8495: warning: unused variable `a'
configure: failed program was:
#line 8474 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <asn1.h>
#include <snmp.h>
#include <snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8649: checking gethostbyaddr_r() syntax
configure:8672: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -DNDEBUG   conftest.c 
-lnsl -lresolv -lsocket -lposix4  -lpthread -lcrypto
-lssl 1>&5
configure: In function `main':
configure:8668: error: too many arguments to function
`gethostbyaddr_r'
configure: failed program was:
#line 8662 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <netdb.h>

int main() {
 gethostbyaddr_r(NULL, 0, 0, NULL, NULL, 0, NULL,
NULL) 
; return 0; }
configure:8699: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -DNDEBUG   conftest.c 
-lnsl -lresolv -lsocket -lposix4  -lpthread -lcrypto
-lssl 1>&5
configure:8754: checking gethostbyname_r() syntax
configure:8766: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -DNDEBUG   conftest.c 
-lnsl -lresolv -lsocket -lposix4  -lpthread -lcrypto
-lssl 1>&5
configure: In function `main':
configure:8762: error: too many arguments to function
`gethostbyname_r'
configure: failed program was:
#line 8756 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <netdb.h>

int main() {
 gethostbyname_r(NULL, NULL, NULL, 0, NULL, NULL) 
; return 0; }
configure:8792: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -DNDEBUG   conftest.c 
-lnsl -lresolv -lsocket -lposix4  -lpthread -lcrypto
-lssl 1>&5
configure:8847: checking ctime_r() syntax
configure:8858: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -DNDEBUG   conftest.c 
-lnsl -lresolv -lsocket -lposix4  -lpthread -lcrypto
-lssl 1>&5
configure: In function `main':
configure:8854: error: too many arguments to function
`ctime_r'
configure: failed program was:
#line 8849 "configure"
#include "confdefs.h"

#include <time.h>

int main() {
 ctime_r(NULL, NULL, 0) 
; return 0; }
configure:8883: gcc -o conftest -g -O2 -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -DNDEBUG   conftest.c 
-lnsl -lresolv -lsocket -lposix4  -lpthread -lcrypto
-lssl 1>&5



		
____________________________________________________ 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com



More information about the Freeradius-Users mailing list