Matt
I just sent this link to someone else having setup issues.  It is a web page
that has an excerpt from an O'rielly book about radius that specifically
talks about setting up Freeradius.

The site is http://www.oreilly.de/catalog/radius/chapter/ch05.html

Best Regards,
Bryan


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt
Sent: Wednesday, October 20, 2004 1:12 PM
To: [EMAIL PROTECTED]
Subject: Problem Compiling


Hi,
Can anyone explain to me why I'm getting the error I am and the
aborted compile?  I'm compling on a fedora core 1 system.

rlm_exec.c: In function `exec_xlat':
rlm_exec.c:124: warning: unused parameter `func'
rlm_exec.c: In function `exec_detach':
rlm_exec.c:162: warning: passing arg 2 of `xlat_unregister' from
incompatible pointer type
rlm_exec.c: In function `exec_instantiate':
rlm_exec.c:264: warning: passing arg 2 of `xlat_register' from
incompatible pointer type
rlm_exec.c: In function `exec_dispatch':
rlm_exec.c:296: warning: comparison between signed and unsigned
rlm_exec.c:297: warning: comparison between signed and unsigned
rlm_exec.c:299: warning: comparison between signed and unsigned
rlm_exec.c:301: warning: comparison between signed and unsigned
/home/matth/freeradius-1.0.1/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith
-Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W
-Wredundant-decls -Wundef  -I../../include  rlm_exec.o -o rlm_exec.a
mkdir .libs
ar cru rlm_exec.a rlm_exec.o
ranlib rlm_exec.a
/home/matth/freeradius-1.0.1/libtool --mode=compile gcc  -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include  -c rlm_exec.c
rm -f .libs/rlm_exec.lo
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
-Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include -c rlm_exec.c  -fPIC -DPIC -o .libs/rlm_exec.lo
rlm_exec.c: In function `exec_xlat':
rlm_exec.c:124: warning: unused parameter `func'
rlm_exec.c: In function `exec_detach':
rlm_exec.c:162: warning: passing arg 2 of `xlat_unregister' from
incompatible pointer type
rlm_exec.c: In function `exec_instantiate':
rlm_exec.c:264: warning: passing arg 2 of `xlat_register' from
incompatible pointer type
rlm_exec.c: In function `exec_dispatch':
rlm_exec.c:296: warning: comparison between signed and unsigned
rlm_exec.c:297: warning: comparison between signed and unsigned
rlm_exec.c:299: warning: comparison between signed and unsigned
rlm_exec.c:301: warning: comparison between signed and unsigned
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
-Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include -c rlm_exec.c -o rlm_exec.o >/dev/null 2>&1
mv -f .libs/rlm_exec.lo rlm_exec.lo
/home/matth/freeradius-1.0.1/libtool --mode=link gcc -release 1.0.1 \
-module -export-dynamic  -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -g
-Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -W -Wredundant-decls -Wundef  -I../../include   \
-o rlm_exec.la -rpath /usr/local/lib rlm_exec.lo  -lnsl -lresolv
-lpthread -lcrypto -lssl
rm -fr .libs/rlm_exec.la .libs/rlm_exec.* .libs/rlm_exec-1.0.1.*
gcc -shared  rlm_exec.lo  -lnsl -lresolv -lpthread -lcrypto -lssl
-Wl,-soname -Wl,rlm_exec-1.0.1.so -o .libs/rlm_exec-1.0.1.so
(cd .libs && rm -f rlm_exec.so && ln -s rlm_exec-1.0.1.so rlm_exec.so)
ar cru .libs/rlm_exec.a  rlm_exec.o
ranlib .libs/rlm_exec.a
creating rlm_exec.la
(cd .libs && rm -f rlm_exec.la && ln -s ../rlm_exec.la rlm_exec.la)
gmake[6]: Leaving directory
`/home/matth/freeradius-1.0.1/src/modules/rlm_exec'
Making static dynamic in rlm_expr...
gmake[6]: Entering directory
`/home/matth/freeradius-1.0.1/src/modules/rlm_expr'
gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
 -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include  -c rlm_expr.c -o rlm_expr.o
rlm_expr.c: In function `expr_instantiate':
rlm_expr.c:281: warning: passing arg 2 of `xlat_register' from
incompatible pointer type
rlm_expr.c: In function `expr_detach':
rlm_expr.c:295: warning: passing arg 2 of `xlat_unregister' from
incompatible pointer type
/home/matth/freeradius-1.0.1/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith
-Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W
-Wredundant-decls -Wundef  -I../../include  rlm_expr.o -o rlm_expr.a
mkdir .libs
ar cru rlm_expr.a rlm_expr.o
ranlib rlm_expr.a
/home/matth/freeradius-1.0.1/libtool --mode=compile gcc  -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include  -c rlm_expr.c
rm -f .libs/rlm_expr.lo
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
-Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include -c rlm_expr.c  -fPIC -DPIC -o .libs/rlm_expr.lo
rlm_expr.c: In function `expr_instantiate':
rlm_expr.c:281: warning: passing arg 2 of `xlat_register' from
incompatible pointer type
rlm_expr.c: In function `expr_detach':
rlm_expr.c:295: warning: passing arg 2 of `xlat_unregister' from
incompatible pointer type
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
-Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include -c rlm_expr.c -o rlm_expr.o >/dev/null 2>&1
mv -f .libs/rlm_expr.lo rlm_expr.lo
/home/matth/freeradius-1.0.1/libtool --mode=link gcc -release 1.0.1 \
-module -export-dynamic  -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -g
-Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -W -Wredundant-decls -Wundef  -I../../include   \
-o rlm_expr.la -rpath /usr/local/lib rlm_expr.lo  -lnsl -lresolv
-lpthread -lcrypto -lssl
rm -fr .libs/rlm_expr.la .libs/rlm_expr.* .libs/rlm_expr-1.0.1.*
gcc -shared  rlm_expr.lo  -lnsl -lresolv -lpthread -lcrypto -lssl
-Wl,-soname -Wl,rlm_expr-1.0.1.so -o .libs/rlm_expr-1.0.1.so
(cd .libs && rm -f rlm_expr.so && ln -s rlm_expr-1.0.1.so rlm_expr.so)
ar cru .libs/rlm_expr.a  rlm_expr.o
ranlib .libs/rlm_expr.a
creating rlm_expr.la
(cd .libs && rm -f rlm_expr.la && ln -s ../rlm_expr.la rlm_expr.la)
gmake[6]: Leaving directory
`/home/matth/freeradius-1.0.1/src/modules/rlm_expr'
Making static dynamic in rlm_fastusers...
gmake[6]: Entering directory
`/home/matth/freeradius-1.0.1/src/modules/rlm_fastusers'
gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
 -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include  -c rlm_fastusers.c -o rlm_fastusers.o
/home/matth/freeradius-1.0.1/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith
-Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W
-Wredundant-decls -Wundef  -I../../include  rlm_fastusers.o -o
rlm_fastusers.a
mkdir .libs
ar cru rlm_fastusers.a rlm_fastusers.o
ranlib rlm_fastusers.a
/home/matth/freeradius-1.0.1/libtool --mode=compile gcc  -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include  -c rlm_fastusers.c
rm -f .libs/rlm_fastusers.lo
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
-Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include -c rlm_fastusers.c  -fPIC -DPIC -o
.libs/rlm_fastusers.lo
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
-Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include -c rlm_fastusers.c -o rlm_fastusers.o >/dev/null 2>&1
mv -f .libs/rlm_fastusers.lo rlm_fastusers.lo
/home/matth/freeradius-1.0.1/libtool --mode=link gcc -release 1.0.1 \
-module -export-dynamic  -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -g
-Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -W -Wredundant-decls -Wundef  -I../../include   \
-o rlm_fastusers.la -rpath /usr/local/lib rlm_fastusers.lo  -lnsl
-lresolv  -lpthread -lcrypto -lssl
rm -fr .libs/rlm_fastusers.la .libs/rlm_fastusers.*
.libs/rlm_fastusers-1.0.1.*
gcc -shared  rlm_fastusers.lo  -lnsl -lresolv -lpthread -lcrypto -lssl
 -Wl,-soname -Wl,rlm_fastusers-1.0.1.so -o
.libs/rlm_fastusers-1.0.1.so
(cd .libs && rm -f rlm_fastusers.so && ln -s rlm_fastusers-1.0.1.so
rlm_fastusers.so)
ar cru .libs/rlm_fastusers.a  rlm_fastusers.o
ranlib .libs/rlm_fastusers.a
creating rlm_fastusers.la
(cd .libs && rm -f rlm_fastusers.la && ln -s ../rlm_fastusers.la
rlm_fastusers.la)
gmake[6]: Leaving directory
`/home/matth/freeradius-1.0.1/src/modules/rlm_fastusers'
Making static dynamic in rlm_files...
gmake[6]: Entering directory
`/home/matth/freeradius-1.0.1/src/modules/rlm_files'
gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
 -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include  -c rlm_files.c -o rlm_files.o
/home/matth/freeradius-1.0.1/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith
-Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W
-Wredundant-decls -Wundef  -I../../include  rlm_files.o -o rlm_files.a
mkdir .libs
ar cru rlm_files.a rlm_files.o
ranlib rlm_files.a
/home/matth/freeradius-1.0.1/libtool --mode=compile gcc  -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include  -c rlm_files.c
rm -f .libs/rlm_files.lo
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
-Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include -c rlm_files.c  -fPIC -DPIC -o .libs/rlm_files.lo
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
-Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include -c rlm_files.c -o rlm_files.o >/dev/null 2>&1
mv -f .libs/rlm_files.lo rlm_files.lo
/home/matth/freeradius-1.0.1/libtool --mode=link gcc -release 1.0.1 \
-module -export-dynamic  -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -g
-Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -W -Wredundant-decls -Wundef  -I../../include   \
-o rlm_files.la -rpath /usr/local/lib rlm_files.lo  -lnsl -lresolv
-lpthread -lcrypto -lssl
rm -fr .libs/rlm_files.la .libs/rlm_files.* .libs/rlm_files-1.0.1.*
gcc -shared  rlm_files.lo  -lnsl -lresolv -lpthread -lcrypto -lssl
-Wl,-soname -Wl,rlm_files-1.0.1.so -o .libs/rlm_files-1.0.1.so
(cd .libs && rm -f rlm_files.so && ln -s rlm_files-1.0.1.so rlm_files.so)
ar cru .libs/rlm_files.a  rlm_files.o
ranlib .libs/rlm_files.a
creating rlm_files.la
(cd .libs && rm -f rlm_files.la && ln -s ../rlm_files.la rlm_files.la)
gmake[6]: Leaving directory
`/home/matth/freeradius-1.0.1/src/modules/rlm_files'
Making static dynamic in rlm_ippool...
gmake[6]: Entering directory
`/home/matth/freeradius-1.0.1/src/modules/rlm_ippool'
gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
 -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include  -c rlm_ippool.c -o rlm_ippool.o
rlm_ippool.c: In function `ippool_instantiate':
rlm_ippool.c:265: warning: comparison between signed and unsigned
/home/matth/freeradius-1.0.1/libtool --mode=link ld \
-module -static  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith
-Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W
-Wredundant-decls -Wundef  -I../../include  rlm_ippool.o -o
rlm_ippool.a
mkdir .libs
ar cru rlm_ippool.a rlm_ippool.o
ranlib rlm_ippool.a
gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
 -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include  -c rlm_ippool_tool.c -o rlm_ippool_tool.o
/home/matth/freeradius-1.0.1/libtool --mode=link gcc rlm_ippool_tool.o
-lnsl -lresolv  -lpthread -lcrypto -lssl  -lgdbm -o rlm_ippool_tool
gcc rlm_ippool_tool.o -o rlm_ippool_tool  -lnsl -lresolv -lpthread
-lcrypto -lssl /usr/lib/libgdbm.so
/home/matth/freeradius-1.0.1/libtool --mode=compile gcc  -g -O2
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall
-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include  -c rlm_ippool.c
rm -f .libs/rlm_ippool.lo
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
-Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include -c rlm_ippool.c  -fPIC -DPIC -o .libs/rlm_ippool.lo
rlm_ippool.c: In function `ippool_instantiate':
rlm_ippool.c:265: warning: comparison between signed and unsigned
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
-Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include -c rlm_ippool.c -o rlm_ippool.o >/dev/null 2>&1
mv -f .libs/rlm_ippool.lo rlm_ippool.lo
/home/matth/freeradius-1.0.1/libtool --mode=link gcc -release 1.0.1 \
-module -export-dynamic  -g -O2 -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   -Wall -D_GNU_SOURCE -g
-Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -W -Wredundant-decls -Wundef  -I../../include   \
-o rlm_ippool.la -rpath /usr/local/lib rlm_ippool.lo -lgdbm -lnsl
-lresolv  -lpthread -lcrypto -lssl
rm -fr .libs/rlm_ippool.la .libs/rlm_ippool.* .libs/rlm_ippool-1.0.1.*
gcc -shared  rlm_ippool.lo  /usr/lib/libgdbm.so -lnsl -lresolv
-lpthread -lcrypto -lssl  -Wl,-soname -Wl,rlm_ippool-1.0.1.so -o
.libs/rlm_ippool-1.0.1.so
(cd .libs && rm -f rlm_ippool.so && ln -s rlm_ippool-1.0.1.so rlm_ippool.so)
ar cru .libs/rlm_ippool.a  rlm_ippool.o
ranlib .libs/rlm_ippool.a
creating rlm_ippool.la
(cd .libs && rm -f rlm_ippool.la && ln -s ../rlm_ippool.la rlm_ippool.la)
gmake[6]: Leaving directory
`/home/matth/freeradius-1.0.1/src/modules/rlm_ippool'
Making static dynamic in rlm_krb5...
gmake[6]: Entering directory
`/home/matth/freeradius-1.0.1/src/modules/rlm_krb5'
gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
 -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include  -c rlm_krb5.c -o rlm_krb5.o
rlm_krb5.c:40:21: com_err.h: No such file or directory
rlm_krb5.c: In function `verify_krb5_tgt':
rlm_krb5.c:105: warning: passing arg 2 of `krb5_kt_read_service_key'
discards qualifiers from pointer target type
rlm_krb5.c: In function `krb5_auth':
rlm_krb5.c:219: warning: initialization discards qualifiers from
pointer target type
rlm_krb5.c:305: warning: implicit declaration of function
`krb5_get_in_tkt_with_password'
gmake[6]: *** [rlm_krb5.o] Error 1
gmake[6]: Leaving directory
`/home/matth/freeradius-1.0.1/src/modules/rlm_krb5'
gmake[5]: *** [common] Error 1
gmake[5]: Leaving directory `/home/matth/freeradius-1.0.1/src/modules'
gmake[4]: *** [all] Error 2
gmake[4]: Leaving directory `/home/matth/freeradius-1.0.1/src/modules'
gmake[3]: *** [common] Error 1
gmake[3]: Leaving directory `/home/matth/freeradius-1.0.1/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/matth/freeradius-1.0.1/src'
gmake[1]: *** [common] Error 1
gmake[1]: Leaving directory `/home/matth/freeradius-1.0.1'
make: *** [all] Error 2

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


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

Reply via email to