RE: Can’t compile version 2.1.0 !

ST Wong (ITSC) ST at itsc.cuhk.edu.hk
Mon Sep 8 16:20:40 CEST 2008


Hi,
 
Have to link with -lncurses, see http://bugs.freeradius.org/show_bug.cgi?id=589 <https://webmail.itsc.cuhk.edu.hk/exchweb/bin/redir.asp?URL=http://bugs.freeradius.org/show_bug.cgi?id=589> . 
 
Hope this helps.

________________________________

From: freeradius-users-bounces+st=itsc.cuhk.edu.hk at lists.freeradius.org 代理 Jose Franco Jr
Sent: 8/9/2008 [Mon] 22:10
To: freeradius-users at lists.freeradius.org
Subject: Can’t compile version 2.1.0 !


Hi, I downloaded the new version 2.1.0 but I cannot compile it. 
 
./configure runs fine but when I run make I got the following error:
 
gmake[4]: Entering directory `/usr/local/src/freeradius-server-2.1.0/src/main'
/usr/local/src/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':
/usr/local/src/freeradius-server-2.1.0/src/main/radmin.c:117: undefined reference to `using_history'
/usr/local/src/freeradius-server-2.1.0/src/main/radmin.c:118: undefined reference to `rl_insert'
/usr/local/src/freeradius-server-2.1.0/src/main/radmin.c:118: undefined reference to `rl_bind_key'
/usr/local/src/freeradius-server-2.1.0/src/main/radmin.c:176: undefined reference to `readline'
/usr/local/src/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 `/usr/local/src/freeradius-server-2.1.0/src/main'
gmake[3]: *** [common] Error 2
gmake[3]: Leaving directory `/usr/local/src/freeradius-server-2.1.0/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/local/src/freeradius-server-2.1.0/src'
gmake[1]: *** [common] Error 2
gmake[1]: Leaving directory `/usr/local/src/freeradius-server-2.1.0'
make: *** [all] Error 2

I’m using Linux Slackware 12.1. On this same machine I have version 2.0.5 working and compiling fine. I already try to compile in another machine and have the same error.
 
 




More information about the Freeradius-Users mailing list