Я пытаюсь скомпилировать и установить quagga из его источника, и следую инструкциям ниже:
cd quagga-0.99.21-student-test2
./configure --enable-vtysh --enable-zebra --enable-ripd--disable-doc --disable-babeld --enable-isisd=no --disable-bgpd --disable-ospfd --disable-ospf6d --disable-ospfclient --enable-user=root --enable-group=root -enable-vty-group=root
make&& make install
Но я потерпел неудачу при создании и получил ошибку ниже при создании 'vtysh'
vtysh_main.o: In function `main':
/share/quagga-0.99.21-student-test2/vtysh/vtysh_main.c:296: undefined reference to `vtysh_init_cmd'
collect2: ld returned 1 exit status
make[1]: *** [vtysh] Error 1
make[1]: Leaving directory `/share/quagga-0.99.21-student-test2/vtysh'
make: *** [install-recursive] Error 1
В любом случае, спасибо!