Hi,

I am trying to install freeradius in Darwin BSD OS (FreeBSD better
cmpatibility). But I have problems...

Following the INSTALL instructions I am not sucessful.
Is there any special thing to do freeradius install or compile in my OS?

Could anybody help me??



Follow my installation log:

[localhost:alberto/desktop/freeradius] root# ls
COPYRIGHT    Make.inc.in  aclocal.m4   configure.in install-sh   man
scripts
CREDITS      Makefile     config.guess debian       libltdl      missing
src
INSTALL      README       config.sub   dialup_admin ltconfig     raddb
todo
LICENSE      acconfig.h   configure    doc          ltmain.sh    redhat
[localhost:alberto/desktop/freeradius] root# ./configure
creating cache ./config.cache
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E -traditional-cpp
checking whether cc needs -traditional... no
checking whether we are using SUNPro C... no
checking for ranlib... ranlib
checking for AIX... no
checking for gmake... no
checking for make... /usr/bin/make
checking for main in -lltdl... no
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... powerpc-apple-darwin5.5
checking build system type... powerpc-apple-darwin5.5
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic Mach-O
dynamically linked shared library
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -p output... ok
checking for dlfcn.h... no
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o...
/Users/alberto/desktop/freeradius/conftest
yes
checking if cc supports -c -o file.lo... yes
checking if cc 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... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin5.5 dyld
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... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... no
checking for dlopen in -lsvld... no
checking for dld_link in -ldld... no
creating libtool
checking logdir... ${localstatedir}/log/radius
checking radacctdir... ${logdir}/radacct
checking raddbdir... ${sysconfdir}/raddb
checking for perl... /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... /usr/bin/rusers
checking for working aclocal... missing
checking for working autoconf... found
checking for working autoheader... found
checking for locate... /usr/bin/locate
checking for dirname... /usr/bin/dirname
checking for grep... /usr/bin/grep
checking for pthread.h... yes
checking for pthread_join... yes
checking for pthread_join in -lpthread... yes
checking for library containing sem_init... none required
checking for getsockname in -lsocket... no
checking for inet_aton in -lresolv... no
checking for inet_ntoa in -lnsl... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... 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... yes
checking for crypt.h... no
checking for errno.h... yes
checking for resource.h... no
checking for getopt.h... no
checking for malloc.h... no
checking for utmp.h... yes
checking for utmpx.h... no
checking for signal.h... yes
checking for sys/select.h... yes
checking for syslog.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdio.h... yes
checking for netdb.h... yes
checking for semaphore.h... yes
checking for arpa/inet.h... yes
checking for netinet/in.h... yes
checking for sys/types.h... yes
checking for sys/socket.h... yes
checking for sys/time.h... yes
checking for sys/wait.h... (cached) yes
checking for sys/security.h... no
checking for prot.h... no
checking for sia.h... no
checking for siad.h... no
checking for regex.h... 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... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for getopt_long... no
checking for lockf... no
checking for strsignal... no
checking for sigaction... yes
checking for sigprocmask... yes
checking for pthread_sigmask... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for setsid... yes
checking for strncasecmp... yes
checking for strcasecmp... yes
checking for localtime_r... no
checking for ctime_r... no
checking for gmtime_r... no
checking for strsep... yes
checking for inet_aton... yes
checking for gethostname... yes
checking for setlinebuf... yes
checking for setvbuf... yes
checking for sem_init... yes
checking for getusershell... 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 working const... yes
checking type of OS... Darwin
checking for developer gcc flags... no.
checking for crypt in -lcrypt... no
checking for crypt... yes
checking for setkey in -lcipher... no
checking for asn1.h... no
checking gethostbyaddr_r() syntax... BSD-style
updating cache ./config.cache
creating ./config.status
creating ./Make.inc
creating ./src/include/build-radpaths-h
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/radiusd.conf
creating src/include/autoconf.h
configuring in libltdl
/Users/alberto/desktop/freeradius/libltdl
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/Users/alberto/desktop/freeradius/missing: Unknown `--run' option
Try `/Users/alberto/desktop/freeradius/missing --help' for more information
configure: warning: `missing' script is too old or missing
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking for style of include used by make... GNU
checking dependency style of cc... none
checking for working const... (cached) yes
checking for inline... inline
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking host system type... powerpc-apple-darwin5.5
checking build system type... powerpc-apple-darwin5.5
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) no
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -p
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) file_magic Mach-O
dynamically linked shared library
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -p output... (cached) ok
checking for dlfcn.h... (cached) no
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for cc option to produce PIC... (cached)  -fno-common
checking if cc PIC flag  -fno-common works... (cached) yes
checking if cc static flag  works... (cached) no
checking if cc supports -c -o file.o... (cached) yes
checking if cc supports -c -o file.lo... (cached) yes
checking if cc 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... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin5.5 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
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 cc supports assert without backlinking...
checking which extension is used for shared libraries...
checking which variable specifies run-time library path... DYLD_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 dlopen in -ldl... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -lsvld... (cached) no
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... (cached) no
checking for _ prefix in compiled symbols... yes
checking whether deplibs are loaded by dlopen... unknown
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 for errno.h... (cached) yes
checking for malloc.h... (cached) no
checking for memory.h... yes
checking for stdlib.h... yes
checking for stdio.h... (cached) yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for string.h... yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in src/modules/rlm_attr_rewrite
/Users/alberto/desktop/freeradius/src/modules/rlm_attr_rewrite
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../.././config.cache --srcdir=.
loading cache ../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking for regex.h... (cached) yes
creating ./config.status
creating Makefile
creating config.h
configuring in src/modules/rlm_counter
/Users/alberto/desktop/freeradius/src/modules/rlm_counter
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../.././config.cache --srcdir=.
loading cache ../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking for gdbm.h... no
checking for gdbm_open in -lgdbm... no
checking for gdbm_fdesc... no
configure: warning: silently not building rlm_counter.
configure: warning: FAILURE: rlm_counter requires:  libgdbm.
updating cache ../../.././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in src/modules/rlm_dbm
/Users/alberto/desktop/freeradius/src/modules/rlm_dbm
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../.././config.cache --srcdir=.
loading cache ../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking for ndbm.h... yes
checking for dbm_open in -lndbm... no
checking for dbm_open in -lgdbm... no
configure: warning: FAILURE: rlm_dbm requires:  (libndbm or libgdm).
configure: warning: silently not building rlm_dbm.
updating cache ../../.././config.cache
creating ./config.status
creating Makefile
configuring in src/modules/rlm_krb5
/Users/alberto/desktop/freeradius/src/modules/rlm_krb5
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../.././config.cache --srcdir=.
loading cache ../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking for krb5.h... yes
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.
updating cache ../../.././config.cache
creating ./config.status
creating Makefile
configuring in src/modules/rlm_ldap
/Users/alberto/desktop/freeradius/src/modules/rlm_ldap
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../.././config.cache --srcdir=.
loading cache ../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking for inet_aton in -lresolv... (cached) no
checking for lber.h... no
checking for ldap.h... no
checking for sasl_encode in -lsasl... no
checking for DH_new in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking for ber_init in -llber... no
configure: warning: silently not building rlm_ldap.
configure: warning: FAILURE: rlm_ldap requires:  liblber.
updating cache ../../.././config.cache
creating ./config.status
creating Makefile
configuring in src/modules/rlm_pam
/Users/alberto/desktop/freeradius/src/modules/rlm_pam
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../.././config.cache --srcdir=.
loading cache ../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking for dlopen in -ldl... (cached) no
checking for pam_start in -lpam... no
configure: warning: silently not building rlm_pam.
configure: warning: FAILURE: rlm_pam requires:  libpam.
updating cache ../../.././config.cache
creating ./config.status
creating Makefile
configuring in src/modules/rlm_radutmp
/Users/alberto/desktop/freeradius/src/modules/rlm_radutmp
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../.././config.cache --srcdir=.
loading cache ../../.././config.cache
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking for sys/mman.h... yes
updating cache ../../.././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in src/modules/rlm_sql
/Users/alberto/desktop/freeradius/src/modules/rlm_sql
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../.././config.cache --srcdir=.
loading cache ../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
creating ./config.status
creating Makefile
configuring in ./drivers/rlm_sql_db2
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking for sqlcli.h... no
configure: warning: ibm db2 headers not found.  Use
--with-ibmdb2-include-dir=<path>.
configure: warning: sql submodule 'db2' disabled
creating ./config.status
creating Makefile
configuring in ./drivers/rlm_sql_freetds
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E -traditional-cpp
checking for freetds headers: tds.h, tdsconvert.h... no
configure: warning: freetds headers not found.  Use
--with-freetds-include-dir=<path>.
configure: warning: sql submodule 'freetds' disabled
creating ./config.status
creating Makefile
creating config.h
configuring in ./drivers/rlm_sql_iodbc
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
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  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking for compress in -lz... yes
checking for mysql/mysql.h... no
configure: warning: mysql headers not found.  Use
--with-mysql-include-dir=<path>.
configure: warning: sql submodule 'mysql' disabled
updating cache ../../../../.././config.cache
creating ./config.status
creating Makefile
configuring in ./drivers/rlm_sql_oracle
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
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_postgresql
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking for libpq-fe.h... no
checking for PQconnectdb in -lpq... no
configure: warning: silently not building rlm_sql_postgresql.
configure: warning: FAILURE: rlm_sql_postgresql requires:  libpq-fe.h libpq.
creating ./config.status
creating Makefile
configuring in ./drivers/rlm_sql_unixodbc
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
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_sql/drivers/rlm_sql_db2
/Users/alberto/desktop/freeradius/src/modules/rlm_sql/drivers/rlm_sql_db2
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking for sqlcli.h... no
configure: warning: ibm db2 headers not found.  Use
--with-ibmdb2-include-dir=<path>.
configure: warning: sql submodule 'db2' disabled
creating ./config.status
creating Makefile
configuring in src/modules/rlm_sql/drivers/rlm_sql_freetds
/Users/alberto/desktop/freeradius/src/modules/rlm_sql/drivers/rlm_sql_freetd
s
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E -traditional-cpp
checking for freetds headers: tds.h, tdsconvert.h... no
configure: warning: freetds headers not found.  Use
--with-freetds-include-dir=<path>.
configure: warning: sql submodule 'freetds' disabled
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
configuring in src/modules/rlm_sql/drivers/rlm_sql_iodbc
/Users/alberto/desktop/freeradius/src/modules/rlm_sql/drivers/rlm_sql_iodbc
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
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 src/modules/rlm_sql/drivers/rlm_sql_mysql
/Users/alberto/desktop/freeradius/src/modules/rlm_sql/drivers/rlm_sql_mysql
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking for compress in -lz... (cached) yes
checking for mysql/mysql.h... no
configure: warning: mysql headers not found.  Use
--with-mysql-include-dir=<path>.
configure: warning: sql submodule 'mysql' disabled
creating ./config.status
creating Makefile
configuring in src/modules/rlm_sql/drivers/rlm_sql_oracle
/Users/alberto/desktop/freeradius/src/modules/rlm_sql/drivers/rlm_sql_oracle
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
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 src/modules/rlm_sql/drivers/rlm_sql_postgresql
/Users/alberto/desktop/freeradius/src/modules/rlm_sql/drivers/rlm_sql_postgr
esql
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking for libpq-fe.h... no
checking for PQconnectdb in -lpq... no
configure: warning: silently not building rlm_sql_postgresql.
configure: warning: FAILURE: rlm_sql_postgresql requires:  libpq-fe.h libpq.
creating ./config.status
creating Makefile
configuring in src/modules/rlm_sql/drivers/rlm_sql_unixodbc
/Users/alberto/desktop/freeradius/src/modules/rlm_sql/drivers/rlm_sql_unixod
bc
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../../../.././config.cache --srcdir=.
loading cache ../../../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
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_unix
/Users/alberto/desktop/freeradius/src/modules/rlm_unix
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../.././config.cache --srcdir=.
loading cache ../../.././config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes
checking whether the C compiler (cc -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 cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E -traditional-cpp
checking for system password file... /etc/passwd
checking for system shadow password file... no /etc/shadow file.
checking for crypt... (cached) yes
checking for crypt.h... (cached) no
checking for shadow.h... no
checking for getspnam... no
checking for getusershell... (cached) yes
checking for getspnam in -lshadow... no
checking for fgetpwent... no
checking for fgetspent... no
checking for fgetgrent... no
updating cache ../../.././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in src/modules/rlm_x99_token
/Users/alberto/desktop/freeradius/src/modules/rlm_x99_token
running /bin/sh ./configure  --enable-ltdl-install
--cache-file=../../.././config.cache --srcdir=.
configure: loading cache ../../.././config.cache
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... no
checking for object suffix... (cached) o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... (cached) yes
checking for des_cbc_encrypt in -lcrypto... yes
updating cache ../../.././config.cache
configure: creating ./config.status
config.status: creating Makefile
[localhost:alberto/desktop/freeradius] root# make
Making all in libltdl...
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -c
ltdl.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -c ltdl.c
-fno-common -DPIC -o .libs/ltdl.lo
ltdl.c: In function `lt_dlopenext':
ltdl.c:2926: warning: unused variable `file_found'
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -c ltdl.c -o ltdl.o
>/dev/null 2>&1
mv -f .libs/ltdl.lo ltdl.lo
/bin/sh ./libtool --mode=link cc  -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG  -o libltdl.la
-rpath /usr/local/lib -no-undefined -version-info 4:0:1 ltdl.lo  -lpthread
rm -fr .libs/libltdl.la .libs/libltdl.* .libs/libltdl.*
./libtool: parse error: condition expected: xno = [3183]
cc -dynamiclib  -o .libs/libltdl.3.1.0.dylib  ltdl.lo  -lpthread -lc
-install_name  /usr/local/lib/libltdl.3.dylib -compatibility_version 5
-current_version 5.0
(cd .libs && rm -f libltdl.3.dylib && ln -s libltdl.3.1.0.dylib
libltdl.3.dylib)
/Users/alberto/desktop/freeradius/libltdl/.libs
(cd .libs && rm -f libltdl.dylib && ln -s libltdl.3.1.0.dylib libltdl.dylib)
/Users/alberto/desktop/freeradius/libltdl/.libs
ar cru .libs/libltdl.a  ltdl.o
ranlib .libs/libltdl.a
creating libltdl.la
(cd .libs && rm -f libltdl.la && ln -s ../libltdl.la libltdl.la)
/Users/alberto/desktop/freeradius/libltdl/.libs
Making all in src...
Making all in lib...
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c dict.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c print.c
print.c: In function `vp_prints_value':
print.c:145: warning: implicit declaration of function `gmtime_r'
print.c:145: warning: passing arg 4 of `strftime' makes pointer from integer
without a cast
print.c:147: warning: passing arg 4 of `strftime' makes pointer from integer
without a cast
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c radius.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c valuepair.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c token.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c misc.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c log.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c filters.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c missing.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c md4.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c md5.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c sha1.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include -c hmac.c
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -D_LIBRADIUS -I../include   -c -o snprintf.o snprintf.c
/Users/alberto/desktop/freeradius/libtool --mode=link ld dict.o print.o
radius.o valuepair.o token.o misc.o log.o filters.o missing.o md4.o md5.o
sha1.o hmac.o snprintf.o -o libradius.a
mkdir .libs
ar cru libradius.a dict.o print.o radius.o valuepair.o token.o misc.o log.o
filters.o missing.o md4.o md5.o sha1.o hmac.o snprintf.o
ranlib libradius.a
Making all in modules...
Making static dynamic in rlm_acct_unique...
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include  -c rlm_acct_unique.c -o rlm_acct_unique.o
/Users/alberto/desktop/freeradius/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-D_GNU_SOURCE -DNDEBUG -I../../include  rlm_acct_unique.o -o
rlm_acct_unique.a 
mkdir .libs
ar cru rlm_acct_unique.a rlm_acct_unique.o
ranlib rlm_acct_unique.a
/Users/alberto/desktop/freeradius/libtool --mode=compile cc  -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG
-I../../include  -c rlm_acct_unique.c
rm -f .libs/rlm_acct_unique.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_acct_unique.c  -fno-common -DPIC -o
.libs/rlm_acct_unique.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_acct_unique.c -o rlm_acct_unique.o
>/dev/null 2>&1
mv -f .libs/rlm_acct_unique.lo rlm_acct_unique.lo
/Users/alberto/desktop/freeradius/libtool --mode=link cc -release 0.6 \
-module -export-dynamic  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-Wall -D_GNU_SOURCE -DNDEBUG -I../../include   \
-o rlm_acct_unique.la -rpath /usr/local/lib rlm_acct_unique.lo  -lpthread
rm -fr .libs/rlm_acct_unique.la .libs/rlm_acct_unique.*
.libs/rlm_acct_unique-0.6.*
/Users/alberto/desktop/freeradius/libtool: parse error: condition expected:
xyes = [3183]
cc -dynamiclib -flat_namespace -undefined suppress -o
.libs/rlm_acct_unique-0.6.so  rlm_acct_unique.lo  -lpthread -lc
-install_name  /usr/local/lib/rlm_acct_unique-0.6.so
(cd .libs && rm -f rlm_acct_unique.so && ln -s rlm_acct_unique-0.6.so
rlm_acct_unique.so)
/Users/alberto/desktop/freeradius/src/modules/rlm_acct_unique/.libs
ar cru .libs/rlm_acct_unique.a  rlm_acct_unique.o
ranlib .libs/rlm_acct_unique.a
creating rlm_acct_unique.la
(cd .libs && rm -f rlm_acct_unique.la && ln -s ../rlm_acct_unique.la
rlm_acct_unique.la)
/Users/alberto/desktop/freeradius/src/modules/rlm_acct_unique/.libs
Making static dynamic in rlm_always...
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include  -c rlm_always.c -o rlm_always.o
/Users/alberto/desktop/freeradius/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-D_GNU_SOURCE -DNDEBUG -I../../include  rlm_always.o -o rlm_always.a
mkdir .libs
ar cru rlm_always.a rlm_always.o
ranlib rlm_always.a
/Users/alberto/desktop/freeradius/libtool --mode=compile cc  -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG
-I../../include  -c rlm_always.c
rm -f .libs/rlm_always.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_always.c  -fno-common -DPIC -o
.libs/rlm_always.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_always.c -o rlm_always.o >/dev/null 2>&1
mv -f .libs/rlm_always.lo rlm_always.lo
/Users/alberto/desktop/freeradius/libtool --mode=link cc -release 0.6 \
-module -export-dynamic  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-Wall -D_GNU_SOURCE -DNDEBUG -I../../include   \
-o rlm_always.la -rpath /usr/local/lib rlm_always.lo  -lpthread
rm -fr .libs/rlm_always.la .libs/rlm_always.* .libs/rlm_always-0.6.*
/Users/alberto/desktop/freeradius/libtool: parse error: condition expected:
xyes = [3183]
cc -dynamiclib -flat_namespace -undefined suppress -o
.libs/rlm_always-0.6.so  rlm_always.lo  -lpthread -lc -install_name
/usr/local/lib/rlm_always-0.6.so
(cd .libs && rm -f rlm_always.so && ln -s rlm_always-0.6.so rlm_always.so)
/Users/alberto/desktop/freeradius/src/modules/rlm_always/.libs
ar cru .libs/rlm_always.a  rlm_always.o
ranlib .libs/rlm_always.a
creating rlm_always.la
(cd .libs && rm -f rlm_always.la && ln -s ../rlm_always.la rlm_always.la)
/Users/alberto/desktop/freeradius/src/modules/rlm_always/.libs
Making static dynamic in rlm_attr_filter...
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include  -c rlm_attr_filter.c -o rlm_attr_filter.o
/Users/alberto/desktop/freeradius/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-D_GNU_SOURCE -DNDEBUG -I../../include  rlm_attr_filter.o -o
rlm_attr_filter.a 
mkdir .libs
ar cru rlm_attr_filter.a rlm_attr_filter.o
ranlib rlm_attr_filter.a
/Users/alberto/desktop/freeradius/libtool --mode=compile cc  -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG
-I../../include  -c rlm_attr_filter.c
rm -f .libs/rlm_attr_filter.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_attr_filter.c  -fno-common -DPIC -o
.libs/rlm_attr_filter.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_attr_filter.c -o rlm_attr_filter.o
>/dev/null 2>&1
mv -f .libs/rlm_attr_filter.lo rlm_attr_filter.lo
/Users/alberto/desktop/freeradius/libtool --mode=link cc -release 0.6 \
-module -export-dynamic  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-Wall -D_GNU_SOURCE -DNDEBUG -I../../include   \
-o rlm_attr_filter.la -rpath /usr/local/lib rlm_attr_filter.lo  -lpthread
rm -fr .libs/rlm_attr_filter.la .libs/rlm_attr_filter.*
.libs/rlm_attr_filter-0.6.*
/Users/alberto/desktop/freeradius/libtool: parse error: condition expected:
xyes = [3183]
cc -dynamiclib -flat_namespace -undefined suppress -o
.libs/rlm_attr_filter-0.6.so  rlm_attr_filter.lo  -lpthread -lc
-install_name  /usr/local/lib/rlm_attr_filter-0.6.so
(cd .libs && rm -f rlm_attr_filter.so && ln -s rlm_attr_filter-0.6.so
rlm_attr_filter.so)
/Users/alberto/desktop/freeradius/src/modules/rlm_attr_filter/.libs
ar cru .libs/rlm_attr_filter.a  rlm_attr_filter.o
ranlib .libs/rlm_attr_filter.a
creating rlm_attr_filter.la
(cd .libs && rm -f rlm_attr_filter.la && ln -s ../rlm_attr_filter.la
rlm_attr_filter.la)
/Users/alberto/desktop/freeradius/src/modules/rlm_attr_filter/.libs
Making static dynamic in rlm_attr_rewrite...
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include  -c rlm_attr_rewrite.c -o rlm_attr_rewrite.o
/Users/alberto/desktop/freeradius/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-D_GNU_SOURCE -DNDEBUG -I../../include  rlm_attr_rewrite.o -o
rlm_attr_rewrite.a 
mkdir .libs
ar cru rlm_attr_rewrite.a rlm_attr_rewrite.o
ranlib rlm_attr_rewrite.a
/Users/alberto/desktop/freeradius/libtool --mode=compile cc  -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG
-I../../include  -c rlm_attr_rewrite.c
rm -f .libs/rlm_attr_rewrite.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_attr_rewrite.c  -fno-common -DPIC -o
.libs/rlm_attr_rewrite.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_attr_rewrite.c -o rlm_attr_rewrite.o
>/dev/null 2>&1
mv -f .libs/rlm_attr_rewrite.lo rlm_attr_rewrite.lo
/Users/alberto/desktop/freeradius/libtool --mode=link cc -release 0.6 \
-module -export-dynamic  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-Wall -D_GNU_SOURCE -DNDEBUG -I../../include   \
-o rlm_attr_rewrite.la -rpath /usr/local/lib rlm_attr_rewrite.lo  -lpthread
rm -fr .libs/rlm_attr_rewrite.la .libs/rlm_attr_rewrite.*
.libs/rlm_attr_rewrite-0.6.*
/Users/alberto/desktop/freeradius/libtool: parse error: condition expected:
xyes = [3183]
cc -dynamiclib -flat_namespace -undefined suppress -o
.libs/rlm_attr_rewrite-0.6.so  rlm_attr_rewrite.lo  -lpthread -lc
-install_name  /usr/local/lib/rlm_attr_rewrite-0.6.so
(cd .libs && rm -f rlm_attr_rewrite.so && ln -s rlm_attr_rewrite-0.6.so
rlm_attr_rewrite.so)
/Users/alberto/desktop/freeradius/src/modules/rlm_attr_rewrite/.libs
ar cru .libs/rlm_attr_rewrite.a  rlm_attr_rewrite.o
ranlib .libs/rlm_attr_rewrite.a
creating rlm_attr_rewrite.la
(cd .libs && rm -f rlm_attr_rewrite.la && ln -s ../rlm_attr_rewrite.la
rlm_attr_rewrite.la)
/Users/alberto/desktop/freeradius/src/modules/rlm_attr_rewrite/.libs
Making static dynamic in rlm_chap...
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include  -c rlm_chap.c -o rlm_chap.o
/Users/alberto/desktop/freeradius/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-D_GNU_SOURCE -DNDEBUG -I../../include  rlm_chap.o -o rlm_chap.a
mkdir .libs
ar cru rlm_chap.a rlm_chap.o
ranlib rlm_chap.a
/Users/alberto/desktop/freeradius/libtool --mode=compile cc  -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG
-I../../include  -c rlm_chap.c
rm -f .libs/rlm_chap.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_chap.c  -fno-common -DPIC -o
.libs/rlm_chap.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_chap.c -o rlm_chap.o >/dev/null 2>&1
mv -f .libs/rlm_chap.lo rlm_chap.lo
/Users/alberto/desktop/freeradius/libtool --mode=link cc -release 0.6 \
-module -export-dynamic  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-Wall -D_GNU_SOURCE -DNDEBUG -I../../include   \
-o rlm_chap.la -rpath /usr/local/lib rlm_chap.lo  -lpthread
rm -fr .libs/rlm_chap.la .libs/rlm_chap.* .libs/rlm_chap-0.6.*
/Users/alberto/desktop/freeradius/libtool: parse error: condition expected:
xyes = [3183]
cc -dynamiclib -flat_namespace -undefined suppress -o .libs/rlm_chap-0.6.so
rlm_chap.lo  -lpthread -lc -install_name  /usr/local/lib/rlm_chap-0.6.so
(cd .libs && rm -f rlm_chap.so && ln -s rlm_chap-0.6.so rlm_chap.so)
/Users/alberto/desktop/freeradius/src/modules/rlm_chap/.libs
ar cru .libs/rlm_chap.a  rlm_chap.o
ranlib .libs/rlm_chap.a
creating rlm_chap.la
(cd .libs && rm -f rlm_chap.la && ln -s ../rlm_chap.la rlm_chap.la)
/Users/alberto/desktop/freeradius/src/modules/rlm_chap/.libs
Making static dynamic in rlm_counter...
make[6]: Nothing to be done for `static'.
make[6]: Nothing to be done for `dynamic'.
Making static dynamic in rlm_dbm...
make[6]: Nothing to be done for `static'.
make[6]: Nothing to be done for `dynamic'.
Making static dynamic in rlm_detail...
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include  -c rlm_detail.c -o rlm_detail.o
/Users/alberto/desktop/freeradius/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-D_GNU_SOURCE -DNDEBUG -I../../include  rlm_detail.o -o rlm_detail.a
mkdir .libs
ar cru rlm_detail.a rlm_detail.o
ranlib rlm_detail.a
/Users/alberto/desktop/freeradius/libtool --mode=compile cc  -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG
-I../../include  -c rlm_detail.c
rm -f .libs/rlm_detail.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_detail.c  -fno-common -DPIC -o
.libs/rlm_detail.lo
cc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -c rlm_detail.c -o rlm_detail.o >/dev/null 2>&1
mv -f .libs/rlm_detail.lo rlm_detail.lo
/Users/alberto/desktop/freeradius/libtool --mode=link cc -release 0.6 \
-module -export-dynamic  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-Wall -D_GNU_SOURCE -DNDEBUG -I../../include   \
-o rlm_detail.la -rpath /usr/local/lib rlm_detail.lo  -lpthread
rm -fr .libs/rlm_detail.la .libs/rlm_detail.* .libs/rlm_detail-0.6.*
/Users/alberto/desktop/freeradius/libtool: parse error: condition expected:
xyes = [3183]
cc -dynamiclib -flat_namespace -undefined suppress -o
.libs/rlm_detail-0.6.so  rlm_detail.lo  -lpthread -lc -install_name
/usr/local/lib/rlm_detail-0.6.so
(cd .libs && rm -f rlm_detail.so && ln -s rlm_detail-0.6.so rlm_detail.so)
/Users/alberto/desktop/freeradius/src/modules/rlm_detail/.libs
ar cru .libs/rlm_detail.a  rlm_detail.o
ranlib .libs/rlm_detail.a
creating rlm_detail.la
(cd .libs && rm -f rlm_detail.la && ln -s ../rlm_detail.la rlm_detail.la)
/Users/alberto/desktop/freeradius/src/modules/rlm_detail/.libs
Making static dynamic in rlm_eap...
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -I/Users/alberto/desktop/freeradius/libltdl -c
rlm_eap.c -o rlm_eap.o
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -I/Users/alberto/desktop/freeradius/libltdl -c
eap.c -o eap.o
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -I/Users/alberto/desktop/freeradius/libltdl -c
mem.c -o mem.o
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../include -I/Users/alberto/desktop/freeradius/libltdl -c
state.c -o state.o
/usr/include/netinet/in.h:290: warning: redefinition of macro INADDR_ANY
../../include/missing.h:73: warning: this is the location of the previous
definition
/usr/include/netinet/in.h:291: warning: redefinition of macro
INADDR_LOOPBACK
../../include/missing.h:77: warning: this is the location of the previous
definition
/usr/include/netinet/in.h:294: warning: redefinition of macro INADDR_NONE
../../include/missing.h:81: warning: this is the location of the previous
definition
/Users/alberto/desktop/freeradius/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-D_GNU_SOURCE -DNDEBUG -I../../include
-I/Users/alberto/desktop/freeradius/libltdl rlm_eap.o eap.o mem.o state.o -o
rlm_eap.a 
mkdir .libs
ar cru rlm_eap.a rlm_eap.o eap.o mem.o state.o
ranlib rlm_eap.a
Making static in types...
/usr/bin/make  WHAT_TO_MAKE=static common
Making static in rlm_eap_md5...
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../../../include -I/Users/alberto/desktop/freeradius/libltdl
-I../.. -c rlm_eap_md5.c -o rlm_eap_md5.o
cc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE
-DNDEBUG -I../../../../include -I/Users/alberto/desktop/freeradius/libltdl
-I../.. -c eap_md5.c -o eap_md5.o
eap_md5.c:39: header file 'malloc.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
make[10]: *** [eap_md5.o] Error 1
make[9]: *** [common] Error 1
make[8]: *** [static] Error 2
make[7]: *** [common] Error 1
make[6]: *** [static] Error 2
make[5]: *** [common] Error 1
make[4]: *** [all] Error 2
make[3]: *** [common] Error 1
make[2]: *** [all] Error 2
make[1]: *** [common] Error 1
make: *** [all] Error 2
[localhost:alberto/desktop/freeradius] root# make install
make: `install' is up to date.
[localhost:alberto/desktop/freeradius] root#





Thanx a lot,

Alberto V. M.
Marlin Project
http://macosx.homeunix.org


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to