1.1.3 on Solaris 10 (sparc)

Lin Richardson lin at xmission.com
Wed Sep 6 00:43:21 CEST 2006


You should post this to thet userlist (I am cc'ing them on this reply).
Perhaps someone there has seen the "false cru" error before...

I'm no compiler guru, but google tells me that libtool may be to blame.
I don't acutally show libtool installed on my box and don't know much about
it.

Regards,
Lin


On 9/5/06, Ahsan Rafiqul-CRA064 <rahsan at motorola.com> wrote:
>
>  Hi Lin Richardson,
>
> I need your help. As I understand you succesfully installed freeRadius
> 1.1.3 for Solaris 10. I tried to follow your direction as follows, and
> installed all necessary pacjkage (openssl, and openldap...as you suggested).
> However, I am getting error at make, as follow:
>
> # make
> gmake[1]: Entering directory
> `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3'
> Making all in libltdl...
> gmake[2]: Entering directory
> `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3/libltdl'
> /usr/sfw/bin//gmake  all-am
> gmake[3]: Entering directory
> `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3/libltdl'
> /bin/bash ./libtool --tag=CC   --mode=link gcc  -g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -no-undefined
> -version-info 4:4:1  -o libltdl.la -rpath /usr/local/lib ltdl.lo -ldl
> -lnsl -lresolv -lsocket -lposix4  -lpthread
> rm -fr  .libs/libltdl.so .libs/libltdl.so.3 .libs/libltdl.so.3.1.4
> gcc -shared -Wl,-h -Wl,libltdl.so.3 -o .libs/libltdl.so.3.1.4
> .libs/ltdl.o  -ldl -lnsl -lresolv -lsocket -lposix4 -lpthread -lc
> (cd .libs && rm -f libltdl.so.3 && ln -s libltdl.so.3.1.4 libltdl.so.3)
> (cd .libs && rm -f libltdl.so && ln -s libltdl.so.3.1.4 libltdl.so)
> false cru .libs/libltdl.a  ltdl.o
> gmake[3]: *** [libltdl.la] Error 1
> gmake[3]: Leaving directory
> `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3/libltdl'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory
> `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3/libltdl'
> gmake[1]: *** [common] Error 2
> gmake[1]: Leaving directory
> `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3'
> make: *** [all] Error 2
> Here is the out put of my ./configure
>
>
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for egrep... egrep
> checking for AIX... no
> checking whether gcc needs -traditional... no
> checking whether we are using SUNPro C... no
> checking for ranlib... :
> checking whether byte ordering is bigendian... yes
> checking for gmake... yes
> checking for gmake... /usr/sfw/bin//gmake
> checking for lt_dlinit in -lltdl... no
> checking build system type... sparc-sun-solaris2.10
> checking host system type... sparc-sun-solaris2.10
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for ld used by gcc... /usr/ccs/bin/ld
> checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
> checking for /usr/ccs/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/ccs/bin/nm -p
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for frt... no
> checking for pgf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for epcf90... no
> checking for f95... no
> checking for fort... no
> checking for xlf95... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for gfortran... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether  accepts -g... no
> checking the maximum length of command line arguments... 262144
> checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
> checking for objdir... .libs
> checking for ar... false
> checking for ranlib... (cached) :
> checking for strip... :
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... no
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/ccs/bin/ld) supports shared
> libraries... yes
> checking whether -lc should be explicitly linked in... yes
> checking dynamic linker characteristics... solaris2.10 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... no
> checking for shl_load... no
> checking for shl_load in -ldld... no
> checking for dlopen... yes
> checking whether a program can dlopen itself... yes
> checking whether a statically linked program can dlopen itself... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/ccs/bin/ld
> checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
> checking whether the g++ linker (/usr/ccs/bin/ld) supports shared
> libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... no
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/ccs/bin/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... solaris2.10 ld.so
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> checking docdir... ${datadir}/doc/freeradius
> checking logdir... ${localstatedir}/log/radius
> checking radacctdir... ${logdir}/radacct
> checking raddbdir... ${sysconfdir}/raddb
> checking for perl... /usr/bin/perl
> checking for snmpget... /usr/sfw/bin//snmpget
> checking for snmpwalk... /usr/sfw/bin//snmpwalk
> checking for rusers... /usr/bin/rusers
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working autoheader... missing
> checking for locate... no
> checking for dirname... /usr/bin/dirname
> checking for grep... /usr/bin/grep
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking for pthread_create in -lpthread... yes
> checking for library containing sem_init... -lposix4
> checking for getsockname in -lsocket... yes
> checking for inet_aton in -lresolv... yes
> checking for inet_ntoa in -lnsl... yes
> checking for DH_new in -lcrypto... yes
> checking for SSL_new in -lssl... yes
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking for ANSI C header files... (cached) yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking for unistd.h... (cached) yes
> checking crypt.h usability... yes
> checking crypt.h presence... yes
> checking for crypt.h... yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking resource.h usability... no
> checking resource.h presence... no
> checking for resource.h... no
> checking getopt.h usability... yes
> checking getopt.h presence... yes
> checking for getopt.h... yes
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> checking utmp.h usability... yes
> checking utmp.h presence... yes
> checking for utmp.h... yes
> checking utmpx.h usability... yes
> checking utmpx.h presence... yes
> checking for utmpx.h... yes
> checking signal.h usability... yes
> checking signal.h presence... yes
> checking for signal.h... yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking syslog.h usability... yes
> checking syslog.h presence... yes
> checking for syslog.h... yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking netdb.h usability... yes
> checking netdb.h presence... yes
> checking for netdb.h... yes
> checking semaphore.h usability... yes
> checking semaphore.h presence... yes
> checking for semaphore.h... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking for sys/types.h... (cached) yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking for sys/wait.h... (cached) yes
> checking sys/security.h usability... no
> checking sys/security.h presence... no
> checking for sys/security.h... no
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking sys/fcntl.h usability... yes
> checking sys/fcntl.h presence... yes
> checking for sys/fcntl.h... yes
> checking for sys/stat.h... (cached) yes
> checking sys/prctl.h usability... no
> checking sys/prctl.h presence... no
> checking for sys/prctl.h... no
> checking prot.h usability... no
> checking prot.h presence... no
> checking for prot.h... no
> checking sia.h usability... no
> checking sia.h presence... no
> checking for sia.h... no
> checking siad.h usability... no
> checking siad.h presence... no
> checking for siad.h... no
> checking regex.h usability... yes
> checking regex.h presence... yes
> checking for regex.h... yes
> checking openssl/ssl.h usability... yes
> checking openssl/ssl.h presence... yes
> checking for openssl/ssl.h... yes
> checking openssl/crypto.h usability... yes
> checking openssl/crypto.h presence... yes
> checking for openssl/crypto.h... yes
> checking openssl/err.h usability... yes
> checking openssl/err.h presence... yes
> checking for openssl/err.h... yes
> checking openssl/engine.h usability... yes
> checking for openssl/engine.h... yes
> checking for OpenSSL version >= 0.9.7... yes
> checking for off_t... yes
> checking for pid_t... yes
> checking for size_t... yes
> checking for uid_t in sys/types.h... yes
> checking for socklen_t... yes
> checking for uint8_t... yes
> checking for uint16_t... yes
> checking for uint32_t... yes
> checking for getopt_long... yes
> checking for lockf... yes
> checking for strsignal... yes
> checking for sigaction... yes
> checking for sigprocmask... yes
> checking for pthread_sigmask... yes
> checking for snprintf... yes
> checking for vsnprintf... yes
> checking for setsid... yes
> checking for strncasecmp... yes
> checking for strcasecmp... yes
> checking for localtime_r... yes
> checking for ctime_r... yes
> checking for gmtime_r... yes
> checking for strsep... no
> checking for inet_aton... yes
> checking for inet_pton... yes
> checking for inet_ntop... yes
> checking for gethostname... yes
> checking for setlinebuf... yes
> checking for setvbuf... yes
> checking for getusershell... yes
> checking for initgroups... yes
> checking for closefrom... yes
> checking whether crypt must be declared... no
> checking whether strncasecmp must be declared... no
> checking whether strcasecmp must be declared... no
> checking whether inet_aton must be declared... no
> checking whether gethostname must be declared... no
> checking whether setlinebuf must be declared... no
> checking whether getusershell must be declared... no
> checking whether endusershell must be declared... no
> checking return type of signal handlers... void
> checking for ut_xtime in struct utmpx... yes
> checking for ipi_addr in struct in_pktinfo... no
> checking type of OS... SunOS
> checking for developer gcc flags... no.
> checking for crypt in -lcrypt... yes
> checking for setkey in -lcipher... no
> checking for asn1.h,snmp.h,snmp_impl.h... no
> checking gethostbyaddr_r() syntax... SYSV-style
> checking gethostbyname_r() syntax... SYSV-style
> checking ctime_r() syntax... POSIX-style
> top_builddir=/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3
> configure: creating ./config.status
> config.status: creating ./Make.inc
> config.status: creating ./src/include/build-radpaths-h
> config.status: creating ./src/main/Makefile
> config.status: creating ./src/main/checkrad.pl
> config.status: creating ./src/main/radlast
> config.status: creating ./src/main/radtest
> config.status: creating ./scripts/rc.radiusd
> config.status: creating ./scripts/radwatch
> config.status: creating ./scripts/check-radiusd-config
> config.status: creating ./scripts/radiusd.cron.daily
> config.status: creating ./scripts/radiusd.cron.monthly
> config.status: creating ./scripts/cryptpasswd
> config.status: creating ./raddb/dictionary
> config.status: creating ./raddb/radiusd.conf
> config.status: creating src/include/autoconf.h
> config.status: src/include/autoconf.h is unchanged
> configure: configuring in libltdl
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for a BSD-compatible install... ./install-sh -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... none
> checking dependency style of gcc... none
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking build system type... sparc-sun-solaris2.10
> checking host system type... sparc-sun-solaris2.10
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for grep that handles long lines and -e... /usr/sfw/bin//ggrep
> checking for egrep... /usr/sfw/bin//ggrep -E
> checking for ld used by gcc... /usr/ccs/bin/ld
> checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
> checking for /usr/ccs/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/ccs/bin/nm -p
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... none
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... no
> checking for g95... no
> checking for f95... no
> checking for fort... no
> checking for xlf95... no
> checking for ifort... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for ftn... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether  accepts -g... no
> checking the maximum length of command line arguments... 262144
> checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
> checking for objdir... .libs
> checking for ar... no
> checking for ranlib... no
> checking for strip... no
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... no
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/ccs/bin/ld) supports shared
> libraries... yes
> checking whether -lc should be explicitly linked in... yes
> checking dynamic linker characteristics... solaris2.10 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... no
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/ccs/bin/ld
> checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
> checking whether the g++ linker (/usr/ccs/bin/ld) supports shared
> libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... no
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/ccs/bin/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... solaris2.10 ld.so
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking which extension is used for loadable modules... .so
> checking which variable specifies run-time library path... LD_LIBRARY_PATH
> checking for the default library search path... /lib /usr/lib
> checking for objdir... .libs
> checking whether libtool supports -dlopen/-dlpreopen... yes
> checking for shl_load... no
> checking for shl_load in -ldld... no
> checking for dlopen in -ldl... yes
> checking for dlerror... yes
> checking for _ prefix in compiled symbols... no
> checking whether deplibs are loaded by dlopen... yes
> checking argz.h usability... no
> checking argz.h presence... no
> checking for argz.h... no
> checking for error_t... no
> checking for argz_append... no
> checking for argz_create_sep... no
> checking for argz_insert... no
> checking for argz_next... no
> checking for argz_stringify... no
> checking assert.h usability... yes
> checking assert.h presence... yes
> checking for assert.h... yes
> checking ctype.h usability... yes
> checking ctype.h presence... yes
> checking for ctype.h... yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> checking for memory.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking for unistd.h... (cached) yes
> checking dl.h usability... no
> checking dl.h presence... no
> checking for dl.h... no
> checking sys/dl.h usability... yes
> checking sys/dl.h presence... yes
> checking for sys/dl.h... yes
> checking dld.h usability... no
> checking dld.h presence... no
> checking for dld.h... no
> checking mach-o/dyld.h usability... no
> checking mach-o/dyld.h presence... no
> checking for mach-o/dyld.h... no
> checking for string.h... (cached) yes
> checking for strchr... yes
> checking for strrchr... yes
> checking for memcpy... yes
> checking for memmove... yes
> checking for strcmp... yes
> checking for closedir... yes
> checking for opendir... yes
> checking for readdir... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> config.status: executing depfiles commands
> configure: configuring in src/modules/rlm_attr_rewrite
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in src/modules/rlm_counter
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for gdbm.h... no
> checking for gdbm_open in -lgdbm... no
> checking for gdbm_fdesc... no
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in src/modules/rlm_dbm
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for ndbm.h... yes
> checking for dbm in default lib... yes
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in src/modules/rlm_eap
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in ./types/rlm_eap_tls
> configure: running /bin/bash './configure' --prefix=/usr/local
> '--prefix=/usr/local' '--enable-ltdl-instal
> l' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=-g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GN
> U_SOURCE -DNDEBUG' --cache-file=/dev/null --srcdir=.
> checking for OpenSSL support... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in ./types/rlm_eap_sim
> configure: running /bin/bash './configure' --prefix=/usr/local
> '--prefix=/usr/local' '--enable-ltdl-instal
> l' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=-g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GN
> U_SOURCE -DNDEBUG' --cache-file=/dev/null --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in ./types/rlm_eap_ttls
> configure: running /bin/bash './configure' --prefix=/usr/local
> '--prefix=/usr/local' '--enable-ltdl-instal
> l' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=-g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GN
> U_SOURCE -DNDEBUG' --cache-file=/dev/null --srcdir=.
> checking for OpenSSL support... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in ./types/rlm_eap_mschapv2
> configure: running /bin/bash './configure' --prefix=/usr/local
> '--prefix=/usr/local' '--enable-ltdl-instal
> l' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=-g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GN
> U_SOURCE -DNDEBUG' --cache-file=/dev/null --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for egrep... egrep
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in ./types/rlm_eap_md5
> configure: running /bin/bash './configure' --prefix=/usr/local
> '--prefix=/usr/local' '--enable-ltdl-instal
> l' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=-g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GN
> U_SOURCE -DNDEBUG' --cache-file=/dev/null --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for egrep... egrep
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in ./types/rlm_eap_peap
> configure: running /bin/bash './configure' --prefix=/usr/local
> '--prefix=/usr/local' '--enable-ltdl-instal
> l' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=-g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GN
> U_SOURCE -DNDEBUG' --cache-file=/dev/null --srcdir=.
> checking for OpenSSL support... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in src/modules/rlm_ippool
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... n
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for gdbm.h... no
> checking for gdbm_open in -lgdbm... no
> checking for gdbm_fdesc... no
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in src/modules/rlm_krb5
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... 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
> checking for krb5_init_context in -lkrb5... no
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in src/modules/rlm_ldap
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking for pthread_create in -lpthread... yes
> checking for ldap_init in -lldap_r... no
> checking for ldap.h... yes
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in src/modules/rlm_otp
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for egrep... egrep
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for inttypes.h... (cached) yes
> checking for SSL_new in -lssl... yes
> checking openssl/des.h usability... yes
> checking openssl/des.h presence... yes
> checking for openssl/des.h... yes
> checking openssl/hmac.h usability... yes
> checking openssl/hmac.h presence... yes
> checking for openssl/hmac.h... yes
> checking openssl/md4.h usability... yes
> checking openssl/md4.h presence... yes
> checking for openssl/md4.h... yes
> checking openssl/md5.h usability... yes
> checking openssl/md5.h presence... yes
> checking for openssl/md5.h... yes
> checking openssl/sha.h usability... yes
> checking openssl/sha.h presence... yes
> checking for openssl/sha.h... yes
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in src/modules/rlm_pam
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for dlopen in -ldl... yes
> checking for pam_start in -lpam... yes
> checking for egrep... egrep
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking security/pam_appl.h usability... yes
> checking security/pam_appl.h presence... yes
> checking for security/pam_appl.h... yes
> checking pam/pam_appl.h usability... no
> checking pam/pam_appl.h presence... no
> checking for pam/pam_appl.h... no
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in src/modules/rlm_perl
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking how to run the C preprocessor... gcc -E
> checking for perl... yes
> checking for EXTERN.h... no
> checking for perl.h... no
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in src/modules/rlm_radutmp
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for egrep... egrep
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking sys/mman.h usability... yes
> checking sys/mman.h presence... yes
> checking for sys/mman.h... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in src/modules/rlm_sql
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> config.status: creating ./Makefile
> config.status: creating ./drivers/Makefile
> configure: configuring in ./drivers/rlm_sql_iodbc
> configure: running /bin/bash './configure' --prefix=/usr/local
> '--prefix=/usr/local' '--enable-ltdl-instal
> l' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=-g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GN
> U_SOURCE -DNDEBUG' --cache-file=/dev/null --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for isql.h... no
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in ./drivers/rlm_sql_mysql
> configure: running /bin/bash './configure' --prefix=/usr/local
> '--prefix=/usr/local' '--enable-ltdl-instal
> l' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=-g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GN
> U_SOURCE -DNDEBUG' --cache-file=/dev/null --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking for mysql_config... yes
> checking for pthread_create in -lpthread... yes
> checking for mysql_init in -lmysqlclient_r (using mysql_config)... yes
> checking for mysql.h (using mysql_config)... no
> checking for mysql/mysql.h... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in ./drivers/rlm_sql_postgresql
> configure: running /bin/bash './configure' --prefix=/usr/local
> '--prefix=/usr/local' '--enable-ltdl-instal
> l' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=-g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GN
> U_SOURCE -DNDEBUG' --cache-file=/dev/null --srcdir=.
>
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking for libpq-fe.h... no
> checking for PQconnectdb in -lpq... no
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in ./drivers/rlm_sql_oracle
> configure: running /bin/bash './configure' --prefix=/usr/local
> '--prefix=/usr/local' '--enable-ltdl-instal
> l' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=-g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GN
> U_SOURCE -DNDEBUG' --cache-file=/dev/null --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for oci.h... no
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in ./drivers/rlm_sql_unixodbc
> configure: running /bin/bash './configure' --prefix=/usr/local
> '--prefix=/usr/local' '--enable-ltdl-instal
> l' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=-g -O2 -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GN
> U_SOURCE -DNDEBUG' --cache-file=/dev/null --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for sql.h... no
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in src/modules/rlm_sqlcounter
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> configure: creating ./config.status
> config.status: creating Makefile
> configure: configuring in src/modules/rlm_unix
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for system password file... /etc/passwd
> checking for system shadow password file... /etc/shadow
> checking for crypt... yes
> checking for egrep... egrep
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking crypt.h usability... yes
> checking crypt.h presence... yes
> checking for crypt.h... yes
> checking shadow.h usability... yes
> checking shadow.h presence... yes
> checking for shadow.h... yes
> checking for getspnam... yes
> checking for getusershell... yes
> checking for getspnam in -lshadow... no
> checking for fgetpwent... yes
> checking for fgetspent... yes
> checking for fgetgrent... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in src/modules/rlm_checkval
> configure: running /bin/bash './configure' --prefix=/usr/local
> --enable-ltdl-install --cache-file=/dev/nul
> l --srcdir=.
> configure: creating ./config.status
> config.status: creating Makefile
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> "rafi.notes" 939 lines, 40686 characters
>
> *Rafi Ahsan*
> *_______________________________*
> *Motorola Wireless Broadband Engineering (WiMAX)*
> *1455 W. Shure Dr. (IL 75/ Rm 341)*
> *Arlington Heights, IL 60004*
> *Desk : 847-435-2449*
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20060905/797b12ac/attachment.html>


More information about the Freeradius-Users mailing list