hi,
I have install radiusclient-0.3.2,and comment the related
exclude modules in the main Makefile.But when I build the whole SER,it
outputs something as follows:
...
make[1]: Entering directory
`/usr/local/src/ser-0.9.3/modules/auth_radius'
make[1]: Leaving
directory `/usr/local/src/ser-0.9.3/modules/auth_radius'
make[1]:
Entering directory `/usr/local/src/ser-0.9.3/modules/auth_radius'
gcc
-fPIC -DPIC -g -O9 -funroll-loops -Wcast-align
-Wall -minline-all-stringops -malign-double -falign-loops
-mcpu=athlon -DNAME='"ser"'
-DVERSION='"0.9.3"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc
3.2"' -D__CPU_i386 -D__OS_linux -DCFG_DIR='"/usr/local/etc/ser/"'
-DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6
-DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DFAST_LOCK -DADAPTIVE_WAIT
-DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETHOSTBYNAME2
-DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL
-DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -I/usr/local/include -c
authorize.c -o authorize.o
gcc -fPIC -DPIC -g -O9
-funroll-loops -Wcast-align -Wall
-minline-all-stringops -malign-double -falign-loops
-mcpu=athlon -DNAME='"ser"'
-DVERSION='"0.9.3"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc
3.2"' -D__CPU_i386 -D__OS_linux -DCFG_DIR='"/usr/local/etc/ser/"'
-DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6
-DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DFAST_LOCK -DADAPTIVE_WAIT
-DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETHOSTBYNAME2
-DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL
-DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -I/usr/local/include -c
authrad_mod.c -o authrad_mod.o
make[1]: Leaving directory
`/usr/local/src/ser-0.9.3/modules/auth_radius'
...
It does NOT create an auth_radius.so file.
Can anyone help me with some instructions?Thank you.