Hello,
I'm trying to compile the radius_acc modude but have run into the following error:
######
make[1]: Entering directory `/home/cthorell/ser-0.8.10/modules/radius_acc' gcc -fPIC -DPIC -O9 -funroll-loops -Wcast-align -Wall -m486 -malign-loops=4 -DNAME='"ser"' -DVERSION='"0.8.10"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc 2.95"' -D__CPU_i386 -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DDNS_IP_HACK -DUSE_IPV6 -DDBG_QM_MALLOC -DFAST_LOCK -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -c acc.c -o acc.o acc.c:38: radiusclient.h: File not found make[1]: *** [acc.o] Error 1 make[1]: Leaving directory `/home/cthorell/ser-0.8.10/modules/radius_acc'
######
I can't find radiusclient.h either on ser-0.8.10 or freeradius-0.8.1 directories. Where can I find this file?
Thanks, Claudio
Please make sure that you have rediusclient library installed. The library contains the missing header file. Also see files project.txt and radius_acc.txt in directory containing radius_acc module. There is some description how to install it.
Jan.
On 09-01 12:26, Claudio Thorell dos Santos wrote:
Hello,
I'm trying to compile the radius_acc modude but have run into the following error:
######
make[1]: Entering directory `/home/cthorell/ser-0.8.10/modules/radius_acc' gcc -fPIC -DPIC -O9 -funroll-loops -Wcast-align -Wall -m486 -malign-loops=4 -DNAME='"ser"' -DVERSION='"0.8.10"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc 2.95"' -D__CPU_i386 -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DDNS_IP_HACK -DUSE_IPV6 -DDBG_QM_MALLOC -DFAST_LOCK -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -c acc.c -o acc.o acc.c:38: radiusclient.h: File not found make[1]: *** [acc.o] Error 1 make[1]: Leaving directory `/home/cthorell/ser-0.8.10/modules/radius_acc'
######
I can't find radiusclient.h either on ser-0.8.10 or freeradius-0.8.1 directories. Where can I find this file?
Thanks, Claudio
You need to have the radiuslibrary isntalled fitrst http://www.mcs-cityline.net/~lf/radius/
Then you need to make sure that you have the latest radius_acc module version -- unfrotunately, the module was incomplete in the last release. Either download it from CVS or get a tarball at http://www.iptel.org/~jiri/etc/radius/
-Jiri
At 03:26 PM 1/9/2003, Claudio Thorell dos Santos wrote:
Hello,
I'm trying to compile the radius_acc modude but have run into the following error:
######
make[1]: Entering directory `/home/cthorell/ser-0.8.10/modules/radius_acc' gcc -fPIC -DPIC -O9 -funroll-loops -Wcast-align -Wall -m486 -malign-loops=4 -DNAME='"ser"' -DVERSION='"0.8.10"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc 2.95"' -D__CPU_i386 -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DDNS_IP_HACK -DUSE_IPV6 -DDBG_QM_MALLOC -DFAST_LOCK -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -c acc.c -o acc.o acc.c:38: radiusclient.h: File not found make[1]: *** [acc.o] Error 1 make[1]: Leaving directory `/home/cthorell/ser-0.8.10/modules/radius_acc' ######
I can't find radiusclient.h either on ser-0.8.10 or freeradius-0.8.1 directories. Where can I find this file?
Thanks, Claudio
-- Jiri Kuthan http://iptel.org/~jiri/