Hi there I'm currently trying to compile freeradius v1.1.2 and I'm having some trouble getting openssl to link in. Version 1.0.5 compiles fine using the same configure flags. My configure line is: ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius I've pasted the entire output from configure at the end of the email in case it helps, but the important bits would seem to be these: checking for DH_new in -lcrypto... (cached) yes checking for SSL_new in -lssl... (cached) no configuring in ./types/rlm_eap_tls running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for OpenSSL support... no configure: warning: silently not building rlm_eap_tls. I would appreciate any help you can give me -- Mick Tait fenrir:/usr/src/freeradius-1.1.2# ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius loading cache ./config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for AIX... no checking whether gcc needs -traditional... (cached) no checking whether we are using SUNPro C... (cached) no checking for ranlib... (cached) ranlib checking whether byte ordering is bigendian... (cached) no checking for gmake... (cached) no checking for make... (cached) /usr/bin/make checking for lt_dlinit in -lltdl... (cached) yes checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking host system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for ld used by GCC... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for /usr/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking whether ln -s works... (cached) yes checking how to recognise dependant libraries... (cached) pass_all checking for object suffix... (cached) o checking for executable suffix... (cached) no checking command to parse /usr/bin/nm -B output... (cached) ok checking for dlfcn.h... (cached) yes checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking for objdir... .libs checking for gcc option to produce PIC... (cached) -fPIC checking if gcc PIC flag -fPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.lo... (cached) yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether -lc should be explicitly linked in... (cached) no creating libtool checking logdir... ${localstatedir}/log/radius checking radacctdir... ${logdir}/radacct checking raddbdir... ${sysconfdir}/raddb checking for perl... (cached) /usr/bin/perl checking for snmpget... no configure: warning: snmpget not found - Simultaneous-Use and checkrad.pl may not work checking for snmpwalk... no configure: warning: snmpwalk not found - Simultaneous-Use and checkrad.pl may not work checking for rusers... (cached) /usr/bin/rusers checking for working aclocal... found checking for working autoconf... found checking for working autoheader... found checking for locate... (cached) /usr/bin/locate checking for dirname... (cached) /usr/bin/dirname checking for grep... (cached) /bin/grep checking for pthread.h... (cached) yes checking for pthread_create in -lpthread... (cached) yes checking for library containing sem_init... (cached) none required checking for getsockname in -lsocket... (cached) no checking for inet_aton in -lresolv... (cached) yes checking for inet_ntoa in -lnsl... (cached) yes checking for DH_new in -lcrypto... (cached) yes checking for SSL_new in -lssl... (cached) no checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for unistd.h... (cached) yes checking for crypt.h... (cached) yes checking for errno.h... (cached) yes checking for resource.h... (cached) no checking for getopt.h... (cached) yes checking for malloc.h... (cached) yes checking for utmp.h... (cached) yes checking for utmpx.h... (cached) yes checking for signal.h... (cached) yes checking for sys/select.h... (cached) yes checking for syslog.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for stdio.h... (cached) yes checking for netdb.h... (cached) yes checking for semaphore.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for netinet/in.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/wait.h... (cached) yes checking for sys/security.h... (cached) no checking for fcntl.h... (cached) yes checking for sys/fcntl.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/prctl.h... (cached) yes checking for prot.h... (cached) no checking for sia.h... (cached) no checking for siad.h... (cached) no checking for regex.h... (cached) yes configure: warning: skipping test for openssl/ssl.h checking for off_t... (cached) yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking for uid_t in sys/types.h... (cached) yes checking for socklen_t... (cached) yes checking for uint8_t... (cached) yes checking for uint16_t... (cached) yes checking for uint32_t... (cached) yes checking for getopt_long... (cached) yes checking for lockf... (cached) yes checking for strsignal... (cached) yes checking for sigaction... (cached) yes checking for sigprocmask... (cached) yes checking for pthread_sigmask... (cached) yes checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for setsid... (cached) yes checking for strncasecmp... (cached) yes checking for strcasecmp... (cached) yes checking for localtime_r... (cached) yes checking for ctime_r... (cached) yes checking for gmtime_r... (cached) yes checking for strsep... (cached) yes checking for inet_aton... (cached) yes checking for inet_pton... (cached) yes checking for inet_ntop... (cached) yes checking for gethostname... (cached) yes checking for setlinebuf... (cached) yes checking for setvbuf... (cached) yes checking for getusershell... (cached) yes checking for initgroups... (cached) yes checking for closefrom... (cached) no checking whether crypt must be declared... (cached) no checking whether strncasecmp must be declared... (cached) no checking whether strcasecmp must be declared... (cached) no checking whether inet_aton must be declared... (cached) no checking whether gethostname must be declared... (cached) no checking whether setlinebuf must be declared... (cached) no checking whether getusershell must be declared... (cached) no checking whether endusershell must be declared... (cached) no checking return type of signal handlers... (cached) void checking for ut_xtime in struct utmpx... no checking for ipi_addr in struct in_pktinfo... yes checking for working const... (cached) yes checking type of OS... Linux checking for developer gcc flags... no. checking for crypt in -lcrypt... (cached) yes checking for setkey in -lcipher... (cached) no checking for asn1.h,snmp.h,snmp_impl.h... no checking gethostbyaddr_r() syntax... GNU-style checking gethostbyname_r() syntax... GNU-style checking ctime_r() syntax... POSIX-style top_builddir=/usr/src/freeradius-1.1.2 updating cache ./config.cache creating ./config.status creating ./Make.inc creating ./src/include/build-radpaths-h creating ./src/main/Makefile creating ./src/main/checkrad.pl creating ./src/main/radlast creating ./src/main/radtest creating ./scripts/rc.radiusd creating ./scripts/radwatch creating ./scripts/check-radiusd-config creating ./scripts/radiusd.cron.daily creating ./scripts/radiusd.cron.monthly creating ./scripts/cryptpasswd creating ./raddb/dictionary creating ./raddb/radiusd.conf creating src/include/autoconf.h src/include/autoconf.h is unchanged configuring in libltdl running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=.././config.cache --srcdir=. loading cache .././config.cache checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for mawk... (cached) mawk checking whether make sets ${MAKE}... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for style of include used by make... GNU checking dependency style of gcc... (cached) none checking for working const... (cached) yes checking for inline... (cached) inline checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking how to run the C preprocessor... (cached) gcc -E checking host system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for ld used by GCC... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for /usr/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking whether ln -s works... (cached) yes checking how to recognise dependant libraries... (cached) pass_all checking for object suffix... (cached) o checking for executable suffix... (cached) no checking command to parse /usr/bin/nm -B output... (cached) ok checking for dlfcn.h... (cached) yes checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking for objdir... .libs checking for gcc option to produce PIC... (cached) -fPIC checking if gcc PIC flag -fPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.lo... (cached) yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... (cached) no creating libtool checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking whether gcc supports assert without backlinking... checking which extension is used for shared libraries... (cached) .so checking which variable specifies run-time library path... (cached) LD_LIBRARY_PATH checking for the default library search path... (cached) /lib /usr/lib checking for objdir... (cached) .libs checking whether libtool supports -dlopen/-dlpreopen... (cached) yes checking for dlopen in -ldl... (cached) yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... (cached) no checking for dlerror... (cached) yes checking for _ prefix in compiled symbols... (cached) no checking whether deplibs are loaded by dlopen... (cached) yes checking for argz.h... (cached) yes checking for error_t... yes checking for argz_append... (cached) yes checking for argz_create_sep... (cached) yes checking for argz_insert... (cached) yes checking for argz_next... (cached) yes checking for argz_stringify... (cached) yes checking for errno.h... (cached) yes checking for malloc.h... (cached) yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdio.h... (cached) yes checking for ctype.h... (cached) yes checking for unistd.h... (cached) yes checking for dl.h... (cached) no checking for sys/dl.h... (cached) no checking for dld.h... (cached) no checking for string.h... (cached) yes checking for strchr... (cached) yes checking for strrchr... (cached) yes checking for memcpy... (cached) yes checking for memmove... (cached) yes checking for strcmp... (cached) yes updating cache .././config.cache creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in src/modules/rlm_attr_rewrite running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for regex.h... (cached) yes creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in src/modules/rlm_counter running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for gdbm.h... no checking for gdbm_open in -lgdbm... no checking for gdbm_fdesc... (cached) no configure: warning: silently not building rlm_counter. configure: warning: FAILURE: rlm_counter requires: libgdbm. creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in src/modules/rlm_dbm running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for ndbm.h... no checking for gdbm/ndbm.h... no checking for gdbm-ndbm.h... no checking for dbm in default lib... no checking for dbm_open in -lndbm... no checking for dbm_open in -lgdbm... no checking for dbm_open in -lgdbm_compat... no configure: warning: FAILURE: rlm_dbm requires: (ndbm.h or gdbm/ndbm.h or gdbm-ndbm.h) (libndbm or libgdbm or libgdbm_compat). configure: warning: silently not building rlm_dbm. creating ./config.status creating Makefile configuring in src/modules/rlm_eap running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes creating ./config.status creating Makefile configuring in ./types/rlm_eap_tls running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for OpenSSL support... no configure: warning: silently not building rlm_eap_tls. configure: warning: FAILURE: rlm_eap_tls requires: OpenSSL. creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in ./types/rlm_eap_sim running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes creating ./config.status creating Makefile configuring in ./types/rlm_eap_ttls running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for OpenSSL support... no configure: warning: silently not building rlm_eap_ttls. configure: warning: FAILURE: rlm_eap_ttls requires: OpenSSL. creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in ./types/rlm_eap_mschapv2 running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking how to run the C preprocessor... (cached) gcc -E checking for malloc.h... (cached) yes creating ./config.status creating Makefile configuring in ./types/rlm_eap_md5 running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking how to run the C preprocessor... (cached) gcc -E checking for malloc.h... (cached) yes creating ./config.status creating Makefile configuring in ./types/rlm_eap_peap running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for OpenSSL support... no configure: warning: silently not building rlm_eap_peap. configure: warning: FAILURE: rlm_eap_peap requires: OpenSSL. creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in src/modules/rlm_ippool running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for gdbm.h... no checking for gdbm_open in -lgdbm... no checking for gdbm_fdesc... (cached) no configure: warning: silently not building rlm_ippool. configure: warning: FAILURE: rlm_ippool requires: libgdbm. creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in src/modules/rlm_krb5 running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for krb5.h... no checking for krb5_encrypt_data in -lk5crypto... no checking for DH_new in -lcrypto... yes checking for set_com_err_hook in -lcom_err... no configure: warning: the comm_err library isn't found! checking for krb5_init_context in -lkrb5... no configure: warning: silently not building rlm_krb5. configure: warning: FAILURE: rlm_krb5 requires: krb5. creating ./config.status creating Makefile configuring in src/modules/rlm_ldap running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for pthread_create in -lpthread... (cached) yes checking for ldap_init in -lldap_r... no checking for ldap.h... no configure: warning: silently not building rlm_ldap. configure: warning: FAILURE: rlm_ldap requires: libldap_r ldap.h. creating ./config.status creating Makefile configuring in src/modules/rlm_otp running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking how to run the C preprocessor... (cached) gcc -E checking for inttypes.h... (cached) yes checking for SSL_new in -lssl... (cached) no checking for openssl/des.h... (cached) no checking for openssl/hmac.h... (cached) no checking for openssl/md4.h... (cached) no checking for openssl/md5.h... (cached) no checking for openssl/sha.h... (cached) no configure: warning: silently not building rlm_otp. configure: warning: FAILURE: rlm_otp requires: openssl-libs openssl-includes openssl-includes openssl-includes openssl-includes openssl-includes. creating ./config.status creating Makefile configuring in src/modules/rlm_pam running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for dlopen in -ldl... (cached) yes checking for pam_start in -lpam... (cached) no checking for security/pam_appl.h... (cached) no checking for pam/pam_appl.h... (cached) no configure: warning: silently not building rlm_pam. configure: warning: FAILURE: rlm_pam requires: libpam. creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in src/modules/rlm_perl running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for perl... (cached) yes checking for EXTERN.h... yes checking for perl.h... yes creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in src/modules/rlm_radutmp running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking how to run the C preprocessor... (cached) gcc -E checking for sys/mman.h... (cached) yes creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in src/modules/rlm_sql running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes creating ./config.status creating ./Makefile creating ./drivers/Makefile configuring in ./drivers/rlm_sql_iodbc running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for isql.h... no configure: warning: iodbc headers not found. Use --with-iodbc-include-dir=<path>. configure: warning: sql submodule 'iodbc' disabled creating ./config.status creating Makefile configuring in ./drivers/rlm_sql_mysql running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for mysql_config... (cached) no checking for pthread_create in -lpthread... (cached) yes checking for mysql_init in -lmysqlclient_r... yes checking for mysql/mysql.h... yes creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in ./drivers/rlm_sql_postgresql running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for libpq-fe.h... yes checking for PQconnectdb in -lpq... yes creating ./config.status creating Makefile configuring in ./drivers/rlm_sql_oracle running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for oci.h... no configure: warning: oracle headers not found. Use --with-oracle-home-dir=<path>. configure: warning: sql submodule 'oracle' disabled creating ./config.status creating Makefile configuring in ./drivers/rlm_sql_unixodbc running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for sql.h... no configure: warning: unixODBC headers not found. Use --with-unixodbc-include-dir=<path>. configure: warning: sql submodule 'unixodbc' disabled creating ./config.status creating Makefile configuring in src/modules/rlm_sqlcounter running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in src/modules/rlm_unix running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for system password file... /etc/passwd checking for system shadow password file... /etc/shadow checking for crypt... (cached) no checking for crypt in -lcrypt... (cached) yes checking for crypt.h... (cached) yes checking for shadow.h... (cached) yes checking for getspnam... (cached) yes checking for getusershell... (cached) yes checking for getspnam in -lshadow... (cached) no checking for fgetpwent... (cached) yes checking for fgetspent... (cached) yes checking for fgetgrent... (cached) yes creating ./config.status creating Makefile creating config.h config.h is unchanged configuring in src/modules/rlm_checkval running /bin/sh ./configure --with-openssl-libraries=/usr/local/openssl --with-openssl-includes=/usr/local/openssl/include --prefix=/usr/local/radius --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for regex.h... (cached) yes creating ./config.status creating Makefile creating config.h config.h is unchanged
Mick Tait <mick@bmnetworks.co.uk> wrote:
I've pasted the entire output from configure at the end of the email in case it helps, but the important bits would seem to be these:
checking for DH_new in -lcrypto... (cached) yes checking for SSL_new in -lssl... (cached) no
See config.log for reasons why a particular check failed. Alan DeKok.
Alan DeKok wrote:
Mick Tait <mick@bmnetworks.co.uk> wrote:
I've pasted the entire output from configure at the end of the email in case it helps, but the important bits would seem to be these:
checking for DH_new in -lcrypto... (cached) yes checking for SSL_new in -lssl... (cached) no
See config.log for reasons why a particular check failed.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi Alan, Thanks for the response. I did look through this file and every other file I could find that might shed some light on this. Unfortunately I found nothing that made any sense to me as regards this issue. Rather than paste them here and increase the amount of stuff coming through the list I'm pasting URL's to the files instead. http://www.bmnetworks.co.uk/freeradius I'd appreciate any help you can give. Thank you -- Mick Tait
Mick Tait <mick@bmnetworks.co.uk> wrote:
Thanks for the response. I did look through this file and every other file I could find that might shed some light on this. Unfortunately I found nothing that made any sense to me as regards this issue. Rather than paste them here and increase the amount of stuff coming through the list I'm pasting URL's to the files instead.
The config.log file looks like most of the content has been removed. i.e. when it says "checking for X", it should then contain lines running gcc, etc. Alan DeKok.
Alan DeKok wrote:
Mick Tait <mick@bmnetworks.co.uk> wrote:
Thanks for the response. I did look through this file and every other file I could find that might shed some light on this. Unfortunately I found nothing that made any sense to me as regards this issue. Rather than paste them here and increase the amount of stuff coming through the list I'm pasting URL's to the files instead.
The config.log file looks like most of the content has been removed. i.e. when it says "checking for X", it should then contain lines running gcc, etc.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Thats odd to say the least. All I did was simlink to the file itself, so something else must have upset the log - either that or there's something happened to my system. I'll try deleting the source directory, extracting the tarball and starting again. Thanks -- Mick Tait
Alan DeKok wrote:
The config.log file looks like most of the content has been removed. i.e. when it says "checking for X", it should then contain lines running gcc, etc.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Thats odd to say the least. All I did was simlink to the file itself, so something else must have upset the log - either that or there's something happened to my system.
I'll try deleting the source directory, extracting the tarball and starting again.
Thanks
-- Mick Tait - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Bloody hell. This time it linked in and compiled cleanly. I have no idea what's different this time around, but hell its working so I'm not complaining. Thanks for your time, and sorry to have wasted it. -- Mick Tait
participants (2)
-
Alan DeKok -
Mick Tait