Problem compiling freeradius-2.1.0 on Centos 5 x86_64
Hi, I have a freeradius 2.0.2 working fine with no problems on Centos 5 x86_64, I had no problem at compiling time. I want to test version 2.1.0 from freeradius. But it failed as follows: [snip] Making all in main... gmake[4]: Entering directory `/root/freeradius-server-2.1.0/src/main' /root/freeradius-server-2.1.0/libtool --mode=link gcc -o radmin radmin.lo gcc -o radmin .libs/radmin.o .libs/radmin.o: In function `main': /root/freeradius-server-2.1.0/src/main/radmin.c:117: undefined reference to `using_history' /root/freeradius-server-2.1.0/src/main/radmin.c:118: undefined reference to `rl_insert' /root/freeradius-server-2.1.0/src/main/radmin.c:118: undefined reference to `rl_bind_key' /root/freeradius-server-2.1.0/src/main/radmin.c:176: undefined reference to `readline' /root/freeradius-server-2.1.0/src/main/radmin.c:185: undefined reference to `add_history' collect2: ld returned 1 exit status gmake[4]: *** [radmin] Error 1 gmake[4]: Leaving directory `/root/freeradius-server-2.1.0/src/main' gmake[3]: *** [common] Error 2 gmake[3]: Leaving directory `/root/freeradius-server-2.1.0/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/root/freeradius-server-2.1.0/src' gmake[1]: *** [common] Error 2 gmake[1]: Leaving directory `/root/freeradius-server-2.1.0' make: *** [all] Error 2 [snip] What's wrong? -- -- Open Kairos http://www.openkairos.com Watch More TV http://sebelk.blogspot.com Sergio Belkin -
Sergio Belkin wrote:
I have a freeradius 2.0.2 working fine with no problems on Centos 5 x86_64, I had no problem at compiling time. I want to test version 2.1.0 from freeradius. But it failed as follows:
This is a "configure" script issue that's fixed in git, and in 2.1.1. Alan DeKok.
2008/9/12 Alan DeKok <aland@deployingradius.com>:
Sergio Belkin wrote:
I have a freeradius 2.0.2 working fine with no problems on Centos 5 x86_64, I had no problem at compiling time. I want to test version 2.1.0 from freeradius. But it failed as follows:
This is a "configure" script issue that's fixed in git, and in 2.1.1.
Alan DeKok. -
Hi Alan, is not 2.1.1 released as stable, is it? -- -- Open Kairos http://www.openkairos.com Watch More TV http://sebelk.blogspot.com Sergio Belkin -
Sergio Belkin escreveu:
Hi,
I have a freeradius 2.0.2 working fine with no problems on Centos 5 x86_64, I had no problem at compiling time. I want to test version 2.1.0 from freeradius. But it failed as follows:
[snip]
Making all in main... gmake[4]: Entering directory `/root/freeradius-server-2.1.0/src/main' /root/freeradius-server-2.1.0/libtool --mode=link gcc -o radmin radmin.lo gcc -o radmin .libs/radmin.o .libs/radmin.o: In function `main': /root/freeradius-server-2.1.0/src/main/radmin.c:117: undefined reference to `using_history' /root/freeradius-server-2.1.0/src/main/radmin.c:118: undefined reference to `rl_insert' /root/freeradius-server-2.1.0/src/main/radmin.c:118: undefined reference to `rl_bind_key' /root/freeradius-server-2.1.0/src/main/radmin.c:176: undefined reference to `readline' /root/freeradius-server-2.1.0/src/main/radmin.c:185: undefined reference to `add_history' collect2: ld returned 1 exit status gmake[4]: *** [radmin] Error 1 gmake[4]: Leaving directory `/root/freeradius-server-2.1.0/src/main' gmake[3]: *** [common] Error 2 gmake[3]: Leaving directory `/root/freeradius-server-2.1.0/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/root/freeradius-server-2.1.0/src' gmake[1]: *** [common] Error 2 gmake[1]: Leaving directory `/root/freeradius-server-2.1.0' make: *** [all] Error 2
[snip]
What's wrong?
I've solved this issue getting freeradius source from cvs. -- Jeronimo Zucco LPIC-1 Linux Professional Institute Certified Universidade de Caxias do Sul - NPDU http://jczucco.blogspot.com
participants (3)
-
Alan DeKok -
Jeronimo Zucco -
Sergio Belkin