Hi, all.<br><br>I&#39;m trying to install the latest version (v1.4) of RADVD, but having problems. The installed Linux distribution is Ubuntu (2.6.28-13-server). I got the source version and then executed the following: <i>./configure --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/share/man</i> Then, I executed <i>make</i>. But I met the following errors.<br>
<br><i>root@homer:~/radvd-1.4# make<br>make  all-am<br>make[1]: Entering directory `/root/radvd-1.4&#39;<br>gcc  -g -O2 -Wall -Wpointer-arith  -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -o radvd  log.o socket.o recv.o util.o radvd.o timer.o send.o process.o interface.o device.o device-common.o privsep.o gram.o scanner.o -lfl -lc <br>
radvd.o: In function `readin_config&#39;:<br>/root/radvd-1.4/radvd.c:634: undefined reference to `yyin&#39;<br>/root/radvd-1.4/radvd.c:646: undefined reference to `yyin&#39;<br>gram.o: In function `yyerror&#39;:<br>/root/radvd-1.4/gram.y:697: undefined reference to `yytext&#39;<br>
/root/radvd-1.4/gram.y:697: undefined reference to `num_lines&#39;<br>gram.o: In function `yyparse&#39;:<br>/root/radvd-1.4/gram.c:1528: undefined reference to `yylex&#39;<br>gram.o: In function `yyparse&#39;:<br>/root/radvd-1.4/gram.y:437: undefined reference to `num_lines&#39;<br>
gram.o: In function `yyerror&#39;:<br>/root/radvd-1.4/gram.y:697: undefined reference to `yytext&#39;<br>/root/radvd-1.4/gram.y:697: undefined reference to `num_lines&#39;<br>gram.o: In function `yyparse&#39;:<br>/root/radvd-1.4/gram.y:491: undefined reference to `num_lines&#39;<br>
/root/radvd-1.4/gram.y:385: undefined reference to `num_lines&#39;<br>/root/radvd-1.4/gram.y:543: undefined reference to `num_lines&#39;<br>/root/radvd-1.4/gram.y:423: undefined reference to `num_lines&#39;<br>gram.o:/root/radvd-1.4/gram.y:452: more undefined references to `num_lines&#39; follow<br>
collect2: ld returned 1 exit status<br>make[1]: *** [radvd] Error 1<br>make[1]: Leaving directory `/root/radvd-1.4&#39;<br>make: *** [all] Error 2<br>root@homer:~/radvd-1.4# </i><br><br>It seems to be related to flex or bison. Anyone knows about this?<br clear="all">
<br>-- <br>IMARA Team, INRIA &amp;<br>Internet Management Technology Lab, Sungkyunkwan University. <br>Jong-Hyouk Lee.<br><br>#email: jonghyouk (at) gmail (dot) com <br>#webpage: <a href="http://hurryon.googlepages.com/">http://hurryon.googlepages.com/</a><br>