|
RE: Radius does not try to register with SMUX: msg#00939freeradius.user
APaul/Alan Thanks for your time and effort I tried to go back to UCD-SNMP, but first, I removed net-snmp as follows: 1) Removed /usr/local/share/snmp 2) Removed /var/net-snmp 3) Removed /usr/local/include/net-snmp I checked the config.log file (very spooky :-) " It had the following entries (it was complaining about encryption stuff (though I tried to put - - with-openssl): The sad thing of the story, I'm still facing same problem :-( I'm thinking it was a mistake to install net-snmp from the start? But how could I remove net-snmp completely? And how could I get snmpwalk and snmpget ..etc if I didn't install net-snmp? The result is that it's still not working!! Is there any special options to install ucd-snmp in order to work with Free Radius!! This is really driving me crazy. configure:740: checking for gcc configure:853: checking whether the C compiler (gcc ) works configure:869: gcc -o conftest conftest.c 1>&5 configure:895: checking whether the C compiler (gcc ) is a cross-compiler configure:900: checking whether we are using GNU C configure:909: gcc -E conftest.c configure:928: checking whether gcc accepts -g configure:960: checking how to run the C preprocessor configure:981: gcc -E conftest.c >/dev/null 2>conftest.out configure:1041: checking whether gcc needs -traditional configure:1087: checking whether we are using SUNPro C configure:1096: gcc -E conftest.c configure:1107: checking for ranlib configure:1139: checking for AIX configure:1166: checking for gmake configure:1197: checking for make configure:1317: checking for lt_dlinit in -lltdl configure:1336: gcc -o conftest -g -O2 conftest.c -lltdl 1>&5 configure:1441: checking for Cygwin environment configure:1457: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1453: `__CYGWIN32__' undeclared (first use in this function) configure:1453: (Each undeclared identifier is reported only once configure:1453: for each function it appears in.) configure: failed program was: #line 1446 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1474: checking for mingw32 environment configure:1486: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1482: `__MINGW32__' undeclared (first use in this function) configure:1482: (Each undeclared identifier is reported only once configure:1482: for each function it appears in.) configure: failed program was: #line 1479 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1578: checking host system type configure:1599: checking build system type configure:1628: checking for ld used by GCC configure:1696: checking if the linker (/usr/local/bin/ld) is GNU ld GNU ld version 2.11.2 (with BFD 2.11.2) configure:1713: checking for /usr/local/bin/ld option to reload object files configure:1725: checking for BSD-compatible nm configure:1763: checking whether ln -s works configure:1784: checking how to recognise dependant libraries configure:1967: checking for object suffix configure:1973: gcc -c -g -O2 conftest.c 1>&5 configure:1993: checking for executable suffix configure:2003: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2034: checking command to parse /usr/local/bin/nm -B output configure:2114: gcc -c -g -O2 conftest.c 1>&5 configure:2117: /usr/local/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm configure:2168: gcc -o conftest -g -O2 conftest.c conftstm.o 1>&5 configure:2217: checking for dlfcn.h configure:2227: gcc -E conftest.c >/dev/null 2>conftest.out configure:2395: checking for -ranlib configure:2462: checking for -strip configure:2494: checking for strip configure:2707: checking for objdir configure:2738: checking for gcc option to produce PIC configure:2890: checking if gcc PIC flag -fPIC works configure:2904: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5 configure:2960: checking if gcc static flag -static works configure:2975: gcc -o conftest -g -O2 -static conftest.c 1>&5 configure:3006: checking if gcc supports -c -o file.o configure:3025: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5 configure:3054: checking if gcc supports -c -o file.lo configure:3072: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5 configure:3130: checking if gcc supports -fno-rtti -fno-exceptions configure:3143: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 configure:3174: checking whether the linker (/usr/local/bin/ld) supports shared libraries configure:3862: checking how to hardcode library paths into programs configure:3894: checking whether stripping libraries is possible configure:3912: checking dynamic linker characteristics configure:4313: checking if libtool supports shared libraries configure:4321: checking whether to build shared libraries configure:4348: checking whether to build static libraries configure:4391: checking for shl_load configure:4419: gcc -o conftest -g -O2 conftest.c 1>&5 /var/tmp/ccofGqxh.o: In function `main': /app/experimental/freeradius-snapshot-20030525/configure:4413: undefined reference to `shl_load' collect2: ld returned 1 exit status configure: failed program was: #line 4396 "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:4437: checking for shl_load in -ldld configure:4456: gcc -o conftest -g -O2 conftest.c -ldld 1>&5 /usr/local/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure: failed program was: #line 4445 "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:4475: checking for dlopen configure:4503: gcc -o conftest -g -O2 conftest.c 1>&5 configure:4672: checking whether a program can dlopen itself configure:4743: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c 1>&5 configure:4766: checking whether a statically linked program can dlopen itself configure:4837: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c 1>&5 /var/tmp/ccemPvUl.o: In function `main': /app/experimental/freeradius-snapshot-20030525/configure:4823: undefined reference to `dlopen' /app/experimental/freeradius-snapshot-20030525/configure:4828: undefined reference to `dlsym' /app/experimental/freeradius-snapshot-20030525/configure:4829: undefined reference to `dlsym' collect2: ld returned 1 exit status configure:5551: checking logdir configure:5573: checking radacctdir configure:5595: checking raddbdir configure:5753: checking for perl configure:5792: checking for snmpget configure:5831: checking for snmpwalk configure:5870: checking for rusers configure:5906: checking for working aclocal configure:5919: checking for working autoconf configure:5932: checking for working autoheader configure:5948: checking for locate configure:5983: checking for dirname configure:6018: checking for grep configure:6062: checking for pthread.h configure:6072: gcc -E conftest.c >/dev/null 2>conftest.out configure:6101: checking for pthread_create in -lpthread configure:6120: gcc -o conftest -g -O2 conftest.c -lpthread 1>&5 configure:6194: checking for library containing sem_init configure:6212: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lpthread 1>&5 /var/tmp/cciGRXEF.o: In function `main': /app/experimental/freeradius-snapshot-20030525/configure:6208: undefined reference to `sem_init' collect2: ld returned 1 exit status configure: failed program was: #line 6201 "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:6234: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lpthread -lpthread 1>&5 /var/tmp/ccE1Rmov.o: In function `main': /app/experimental/freeradius-snapshot-20030525/configure:6230: undefined reference to `sem_init' collect2: ld returned 1 exit status configure: failed program was: #line 6223 "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:6234: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lsem -lpthread 1>&5 /usr/local/bin/ld: cannot find -lsem collect2: ld returned 1 exit status configure: failed program was: #line 6223 "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:6234: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lposix4 -lpthread 1>&5 configure:6258: checking for getsockname in -lsocket configure:6277: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lsocket -lposix4 -lpthread 1>&5 configure:6306: checking for inet_aton in -lresolv configure:6325: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:6354: checking for inet_ntoa in -lnsl configure:6373: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:6407: checking for dirent.h that defines DIR configure:6420: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:6445: checking for opendir in -ldir configure:6464: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -ldir -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 /usr/local/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 6453 "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:6528: checking for ANSI C header files configure:6541: gcc -E conftest.c >/dev/null 2>conftest.out configure:6608: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:6632: checking whether time.h and sys/time.h may both be included configure:6646: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:6667: checking for sys/wait.h that is POSIX.1 compatible configure:6688: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:6742: checking for unistd.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for crypt.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for errno.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for resource.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6748:22: resource.h: No such file or directory configure: failed program was: #line 6747 "configure" #include "confdefs.h" #include <resource.h> configure:6742: checking for getopt.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6748:20: getopt.h: No such file or directory configure: failed program was: #line 6747 "configure" #include "confdefs.h" #include <getopt.h> configure:6742: checking for malloc.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for utmp.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for utmpx.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for signal.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for sys/select.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for syslog.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for inttypes.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for stdint.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6748:20: stdint.h: No such file or directory configure: failed program was: #line 6747 "configure" #include "confdefs.h" #include <stdint.h> configure:6742: checking for stdio.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for netdb.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for semaphore.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for arpa/inet.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for netinet/in.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for sys/types.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for sys/socket.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for sys/time.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for sys/wait.h configure:6742: checking for sys/security.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6748:26: sys/security.h: No such file or directory configure: failed program was: #line 6747 "configure" #include "confdefs.h" #include <sys/security.h> configure:6742: checking for fcntl.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for sys/fcntl.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: checking for prot.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6748:18: prot.h: No such file or directory configure: failed program was: #line 6747 "configure" #include "confdefs.h" #include <prot.h> configure:6742: checking for sia.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6748:17: sia.h: No such file or directory configure: failed program was: #line 6747 "configure" #include "confdefs.h" #include <sia.h> configure:6742: checking for siad.h configure:6752: gcc -E conftest.c >/dev/null 2>conftest.out configure:6748:18: siad.h: No such file or directory configure: failed program was: #line 6747 "configure" #include "confdefs.h" #include <siad.h> configure:6782: checking for regex.h configure:6792: gcc -E conftest.c >/dev/null 2>conftest.out configure:6861: checking for off_t configure:6894: checking for pid_t configure:6927: checking for size_t configure:6960: checking for uid_t in sys/types.h configure:6996: checking for socklen_t configure:7015: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7039: checking for uint8_t configure:7058: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7082: checking for uint16_t configure:7101: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7125: checking for uint32_t configure:7144: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7190: checking for getopt_long configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 /var/tmp/cciQ070f.o: In function `main': /app/experimental/freeradius-snapshot-20030525/configure:7212: undefined reference to `getopt_long' collect2: ld returned 1 exit status configure: failed program was: #line 7195 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getopt_long(); 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 getopt_long(); 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_getopt_long) || defined (__stub___getopt_long) choke me #else getopt_long(); #endif ; return 0; } configure:7190: checking for lockf configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for strsignal configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for sigaction configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for sigprocmask configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for pthread_sigmask configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for snprintf configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for vsnprintf configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for setsid configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for strncasecmp configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for strcasecmp configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for localtime_r configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for ctime_r configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for gmtime_r configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for strsep configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 /var/tmp/cc21JjUN.o: In function `main': /app/experimental/freeradius-snapshot-20030525/configure:7212: undefined reference to `strsep' collect2: ld returned 1 exit status configure: failed program was: #line 7195 "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:7190: checking for inet_aton configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for gethostname configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for setlinebuf configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for setvbuf configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7190: checking for getusershell configure:7218: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7254: checking whether crypt must be declared configure:7314: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7254: checking whether strncasecmp must be declared configure:7314: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7254: checking whether strcasecmp must be declared configure:7314: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7254: checking whether inet_aton must be declared configure:7314: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7254: checking whether gethostname must be declared configure:7314: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7254: checking whether setlinebuf must be declared configure:7314: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7254: checking whether getusershell must be declared configure:7314: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:7311: `getusershell' undeclared (first use in this function) configure:7311: (Each undeclared identifier is reported only once configure:7311: for each function it appears in.) configure: failed program was: #line 7259 "configure" #include "confdefs.h" #include <stdio.h> #include <string.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_CRYPT_H #include <crypt.h> #endif #ifdef HAVE_ERRNO_H #include <errno.h> #endif #ifdef HAVE_RESOURCE_H #include <resource.h> #endif #ifdef HAVE_GETOPT_H #include <getopt.h> #endif #ifdef HAVE_MALLOC_H #include <malloc.h> #endif #ifdef HAVE_UTMP_H #include <utmp.h> #endif #ifdef HAVE_UTMPX_H #include <utmpx.h> #endif #ifdef HAVE_SYS_SELECT_H #include <sys/select.h> #endif #ifdef HAVE_DLFCN_H #include <dlfcn.h> #endif #ifdef HAVE_REGEX_H #include <regex.h> #endif #ifdef HAVE_SYSLOG_H #include <syslog.h> #endif #ifdef HAVE_INTTYPES_H #include <inttypes.h> #endif #ifdef HAVE_STDINT_H #include <stdint.h> #endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif int main() { char *(*pfn) = (char *(*)) getusershell ; return 0; } configure:7254: checking whether endusershell must be declared configure:7314: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:7311: `endusershell' undeclared (first use in this function) configure:7311: (Each undeclared identifier is reported only once configure:7311: for each function it appears in.) configure: failed program was: #line 7259 "configure" #include "confdefs.h" #include <stdio.h> #include <string.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_CRYPT_H #include <crypt.h> #endif #ifdef HAVE_ERRNO_H #include <errno.h> #endif #ifdef HAVE_RESOURCE_H #include <resource.h> #endif #ifdef HAVE_GETOPT_H #include <getopt.h> #endif #ifdef HAVE_MALLOC_H #include <malloc.h> #endif #ifdef HAVE_UTMP_H #include <utmp.h> #endif #ifdef HAVE_UTMPX_H #include <utmpx.h> #endif #ifdef HAVE_SYS_SELECT_H #include <sys/select.h> #endif #ifdef HAVE_DLFCN_H #include <dlfcn.h> #endif #ifdef HAVE_REGEX_H #include <regex.h> #endif #ifdef HAVE_SYSLOG_H #include <syslog.h> #endif #ifdef HAVE_INTTYPES_H #include <inttypes.h> #endif #ifdef HAVE_STDINT_H #include <stdint.h> #endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif int main() { char *(*pfn) = (char *(*)) endusershell ; return 0; } configure:7341: checking return type of signal handlers configure:7363: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7386: checking for ut_xtime in struct utmpx configure:7402: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7433: checking for working const configure:7487: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:7509: checking type of OS configure:7524: checking for developer gcc flags configure:7539: checking for crypt in -lcrypt configure:7558: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c -lcrypt -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7551: warning: function declaration isn't a prototype configure:7553: warning: function declaration isn't a prototype configure:7639: checking for setkey in -lcipher configure:7658: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c -lcipher -lnsl -lresolv -lsocket -lposix4 -lpthread 1>&5 configure:7651: warning: function declaration isn't a prototype configure:7653: warning: function declaration isn't a prototype /usr/local/bin/ld: cannot find -lcipher collect2: ld returned 1 exit status configure: failed program was: #line 7647 "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:7687: checking for asn1.h,snmp.h,snmp_impl.h configure:7715: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c 1>&5 configure:7710: warning: function declaration isn't a prototype configure: In function `main': configure:7711: warning: unused variable `a' configure:7756: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I/usr/include conftest.c 1>&5 In file included from configure:7734: /usr/include/sys/types.h:16: warning: ignoring #pragma ident In file included from /usr/include/sys/types.h:18, from configure:7734: /usr/include/sys/isa_defs.h:9: warning: ignoring #pragma ident In file included from /usr/include/sys/types.h:19, from configure:7734: /usr/include/sys/feature_tests.h:13: warning: ignoring #pragma ident In file included from /usr/include/sys/types.h:24, from configure:7734: /usr/include/sys/machtypes.h:16: warning: ignoring #pragma ident In file included from /usr/include/sys/types.h:36, from configure:7734: /usr/include/sys/int_types.h:9: warning: ignoring #pragma ident In file included from /usr/include/sys/types.h:548, from configure:7734: /usr/include/sys/select.h:12: warning: ignoring #pragma ident In file included from /usr/include/sys/select.h:17, from /usr/include/sys/types.h:548, from configure:7734: /usr/include/sys/time.h:22: warning: ignoring #pragma ident In file included from /usr/include/sys/time.h:410, from /usr/include/sys/select.h:17, from /usr/include/sys/types.h:548, from configure:7734: /usr/include/time.h:16: warning: ignoring #pragma ident In file included from /usr/include/time.h:20, from /usr/include/sys/time.h:410, from /usr/include/sys/select.h:17, from /usr/include/sys/types.h:548, from configure:7734: /usr/include/iso/time_iso.h:28: warning: ignoring #pragma ident In file included from /usr/include/sys/time.h:410, from /usr/include/sys/select.h:17, from /usr/include/sys/types.h:548, from configure:7734: /usr/include/time.h: In function `asctime_r': /usr/include/time.h:259: warning: nested extern declaration of `__posix_asctime_r' /usr/include/time.h: In function `ctime_r': /usr/include/time.h:265: warning: nested extern declaration of `__posix_ctime_r' In file included from configure:7740: /usr/include/stdio.h: At top level: /usr/include/stdio.h:20: warning: ignoring #pragma ident In file included from /usr/include/stdio.h:22, from configure:7740: /usr/include/iso/stdio_iso.h:32: warning: ignoring #pragma ident In file included from /usr/include/iso/stdio_iso.h:36, from /usr/include/stdio.h:22, from configure:7740: /usr/include/sys/va_list.h:9: warning: ignoring #pragma ident In file included from /usr/include/iso/stdio_iso.h:37, from /usr/include/stdio.h:22, from configure:7740: /usr/include/stdio_tag.h:9: warning: ignoring #pragma ident In file included from /usr/include/iso/stdio_iso.h:38, from /usr/include/stdio.h:22, from configure:7740: /usr/include/stdio_impl.h:9: warning: ignoring #pragma ident In file included from configure:7743: /usr/include/netdb.h:93: warning: ignoring #pragma ident In file included from /usr/include/netdb.h:96, from configure:7743: /usr/include/netinet/in.h:30: warning: ignoring #pragma ident In file included from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/stream.h:16: warning: ignoring #pragma ident In file included from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/vnode.h:35: warning: ignoring #pragma ident In file included from /usr/include/sys/vnode.h:38, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/t_lock.h:15: warning: ignoring #pragma ident In file included from /usr/include/sys/t_lock.h:18, from /usr/include/sys/vnode.h:38, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/machlock.h:9: warning: ignoring #pragma ident In file included from /usr/include/sys/t_lock.h:19, from /usr/include/sys/vnode.h:38, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/param.h:37: warning: ignoring #pragma ident In file included from /usr/include/sys/param.h:413, from /usr/include/sys/t_lock.h:19, from /usr/include/sys/vnode.h:38, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/unistd.h:25: warning: ignoring #pragma ident In file included from /usr/include/sys/t_lock.h:20, from /usr/include/sys/vnode.h:38, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/mutex.h:9: warning: ignoring #pragma ident In file included from /usr/include/sys/t_lock.h:21, from /usr/include/sys/vnode.h:38, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/rwlock.h:9: warning: ignoring #pragma ident In file included from /usr/include/sys/t_lock.h:22, from /usr/include/sys/vnode.h:38, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/semaphore.h:9: warning: ignoring #pragma ident In file included from /usr/include/sys/t_lock.h:23, from /usr/include/sys/vnode.h:38, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/condvar.h:17: warning: ignoring #pragma ident In file included from /usr/include/sys/vnode.h:39, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/time_impl.h:15: warning: ignoring #pragma ident In file included from /usr/include/sys/vnode.h:40, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/cred.h:34: warning: ignoring #pragma ident In file included from /usr/include/sys/vnode.h:41, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/uio.h:16: warning: ignoring #pragma ident In file included from /usr/include/sys/vnode.h:42, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/resource.h:16: warning: ignoring #pragma ident In file included from /usr/include/sys/vnode.h:43, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/vm/seg_enum.h:34: warning: ignoring #pragma ident In file included from /usr/include/sys/stream.h:23, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/poll.h:16: warning: ignoring #pragma ident In file included from /usr/include/sys/stream.h:24, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/strmdep.h:16: warning: ignoring #pragma ident In file included from /usr/include/sys/stream.h:27, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/model.h:9: warning: ignoring #pragma ident In file included from /usr/include/sys/stream.h:28, from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/strft.h:9: warning: ignoring #pragma ident In file included from /usr/include/netinet/in.h:41, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/stream.h:215: warning: function declaration isn't a prototype /usr/include/sys/stream.h:216: warning: function declaration isn't a prototype /usr/include/sys/stream.h:217: warning: function declaration isn't a prototype /usr/include/sys/stream.h:218: warning: function declaration isn't a prototype /usr/include/sys/stream.h:219: warning: function declaration isn't a prototype /usr/include/sys/stream.h:222: warning: function declaration isn't a prototype /usr/include/sys/stream.h:223: warning: function declaration isn't a prototype /usr/include/sys/stream.h:261: warning: function declaration isn't a prototype In file included from /usr/include/netinet/in.h:48, from /usr/include/netdb.h:96, from configure:7743: /usr/include/sys/byteorder.h:11: warning: ignoring #pragma ident In file included from /usr/include/netdb.h:98, from configure:7743: /usr/include/sys/socket.h:16: warning: ignoring #pragma ident In file included from /usr/include/sys/socket.h:42, from /usr/include/netdb.h:98, from configure:7743: /usr/include/sys/netconfig.h:11: warning: ignoring #pragma ident In file included from /usr/include/sys/socket.h:201, from /usr/include/netdb.h:98, from configure:7743: /usr/include/sys/un.h:34: warning: ignoring #pragma ident In file included from /usr/include/sys/socket.h:202, from /usr/include/netdb.h:98, from configure:7743: /usr/include/net/if_dl.h:41: warning: ignoring #pragma ident In file included from configure:7746: /usr/include/unistd.h:16: warning: ignoring #pragma ident In file included from configure:7746: /usr/include/unistd.h:782: warning: ignoring #pragma unknown_control_flow /usr/include/unistd.h: In function `getlogin_r': /usr/include/unistd.h:837: warning: nested extern declaration of `__posix_getlogin_r' /usr/include/unistd.h: In function `ttyname_r': /usr/include/unistd.h:843: warning: nested extern declaration of `__posix_ttyname_r' configure: At top level: configure:7751: warning: function declaration isn't a prototype configure: In function `main': configure:7752: warning: unused variable `a' configure: At top level: /usr/include/time.h:258: warning: `asctime_r' defined but not used /usr/include/time.h:264: warning: `ctime_r' defined but not used /usr/include/unistd.h:836: warning: `getlogin_r' defined but not used /usr/include/unistd.h:842: warning: `ttyname_r' defined but not used configure:7884: checking for snmp_build_var_op in -lsnmp configure:7896: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread -lsnmp 1>&5 configure:7890: warning: function declaration isn't a prototype configure:7891: warning: function declaration isn't a prototype /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestInit' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestFinal' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestFinal_ex' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `AES_set_encrypt_key' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_md5' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `HMAC' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_MD_CTX_cleanup' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `SSLeay' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_sha1' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_MD_CTX_init' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestUpdate' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `RAND_bytes' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `DES_cbc_encrypt' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `DES_ncbc_encrypt' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `DES_key_sched' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `AES_cfb128_encrypt' collect2: ld returned 1 exit status configure: failed program was: #line 7889 "configure" #include "confdefs.h" extern char snmp_build_var_op(); int main() { snmp_build_var_op() ; return 0; } configure:7918: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread -L/usr/lib -lsnmp 1>&5 configure:7912: warning: function declaration isn't a prototype configure:7913: warning: function declaration isn't a prototype /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestInit' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestFinal' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestFinal_ex' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `AES_set_encrypt_key' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_md5' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `HMAC' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_MD_CTX_cleanup' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `SSLeay' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_sha1' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_MD_CTX_init' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestUpdate' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `RAND_bytes' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `DES_cbc_encrypt' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `DES_ncbc_encrypt' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `DES_key_sched' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `AES_cfb128_encrypt' collect2: ld returned 1 exit status configure: failed program was: #line 7911 "configure" #include "confdefs.h" extern char snmp_build_var_op(); int main() { snmp_build_var_op() ; return 0; } configure:7940: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread -L/usr/lib -lsnmp -lcrypto 1>&5 configure:7934: warning: function declaration isn't a prototype configure:7935: warning: function declaration isn't a prototype /usr/local/bin/ld: cannot find -lcrypto collect2: ld returned 1 exit status configure: failed program was: #line 7933 "configure" #include "confdefs.h" extern char snmp_build_var_op(); int main() { snmp_build_var_op() ; return 0; } configure:7918: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread -L/usr/local/lib -lsnmp 1>&5 configure:7912: warning: function declaration isn't a prototype configure:7913: warning: function declaration isn't a prototype /usr/local/lib/libsnmp.so: undefined reference to `EVP_DigestInit' /usr/local/lib/libsnmp.so: undefined reference to `EVP_DigestFinal' /usr/local/lib/libsnmp.so: undefined reference to `EVP_DigestFinal_ex' /usr/local/lib/libsnmp.so: undefined reference to `AES_set_encrypt_key' /usr/local/lib/libsnmp.so: undefined reference to `EVP_md5' /usr/local/lib/libsnmp.so: undefined reference to `HMAC' /usr/local/lib/libsnmp.so: undefined reference to `EVP_MD_CTX_cleanup' /usr/local/lib/libsnmp.so: undefined reference to `SSLeay' /usr/local/lib/libsnmp.so: undefined reference to `EVP_sha1' /usr/local/lib/libsnmp.so: undefined reference to `EVP_MD_CTX_init' /usr/local/lib/libsnmp.so: undefined reference to `EVP_DigestUpdate' /usr/local/lib/libsnmp.so: undefined reference to `RAND_bytes' /usr/local/lib/libsnmp.so: undefined reference to `DES_cbc_encrypt' /usr/local/lib/libsnmp.so: undefined reference to `DES_ncbc_encrypt' /usr/local/lib/libsnmp.so: undefined reference to `DES_key_sched' /usr/local/lib/libsnmp.so: undefined reference to `AES_cfb128_encrypt' collect2: ld returned 1 exit status configure: failed program was: #line 7911 "configure" #include "confdefs.h" extern char snmp_build_var_op(); int main() { snmp_build_var_op() ; return 0; } configure:7940: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread -L/usr/local/lib -lsnmp -lcrypto 1>&5 configure:7934: warning: function declaration isn't a prototype configure:7935: warning: function declaration isn't a prototype /usr/local/bin/ld: cannot find -lcrypto collect2: ld returned 1 exit status configure: failed program was: #line 7933 "configure" #include "confdefs.h" extern char snmp_build_var_op(); int main() { snmp_build_var_op() ; return 0; } configure:7918: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread -L/usr/local/snmp/lib -lsnmp 1>&5 configure:7912: warning: function declaration isn't a prototype configure:7913: warning: function declaration isn't a prototype /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestInit' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestFinal' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestFinal_ex' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `AES_set_encrypt_key' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_md5' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `HMAC' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_MD_CTX_cleanup' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `SSLeay' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_sha1' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_MD_CTX_init' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `EVP_DigestUpdate' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `RAND_bytes' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `DES_cbc_encrypt' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `DES_ncbc_encrypt' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `DES_key_sched' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/../../../libsnmp.so: undefined reference to `AES_cfb128_encrypt' collect2: ld returned 1 exit status configure: failed program was: #line 7911 "configure" #include "confdefs.h" extern char snmp_build_var_op(); int main() { snmp_build_var_op() ; return 0; } configure:7940: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread -L/usr/local/snmp/lib -lsnmp -lcrypto 1>&5 configure:7934: warning: function declaration isn't a prototype configure:7935: warning: function declaration isn't a prototype /usr/local/bin/ld: cannot find -lcrypto collect2: ld returned 1 exit status configure: failed program was: #line 7933 "configure" #include "confdefs.h" extern char snmp_build_var_op(); int main() { snmp_build_var_op() ; return 0; } configure:7978: checking gethostbyaddr_r() syntax configure:7987: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c 1>&5 configure:7982: warning: function declaration isn't a prototype configure:8009: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c 1>&5 configure:8004: warning: function declaration isn't a prototype configure: In function `main': configure:8005: too many arguments to function `gethostbyaddr_r' configure: failed program was: #line 8002 "configure" #include "confdefs.h" #include <netdb.h> int main() { gethostbyaddr_r(NULL, 0, 0, NULL, NULL, 0, NULL, NULL) ; return 0; } configure:8032: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c 1>&5 configure:8027: warning: function declaration isn't a prototype - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Dialup_admin problems: 00939, Andrew Staples |
|---|---|
| Next by Date: | RE: Radius does not try to register with SMUX: 00939, Yousef Jamous |
| Previous by Thread: | Re: Radius does not try to register with SMUXi: 00939, Alan DeKok |
| Next by Thread: | RE: Radius does not try to register with SMUX: 00939, Yousef Jamous |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |