Tiny Core Base > Micro Core

Quagga Vtysh

(1/5) > >>

chichita:
Hello,
in installed quagga with this following instructions but whenever i type vtysh i get this message " vtysh: error while loading shared libraries : libtinfo.so.6 : cannot open shared object file : No such file or directory "
what can i do please ?


tce-load -wi quagga

 sudo su
# echo "password quagga" > /usr/local/etc/quagga/zebra.conf
# echo "password quagga" > /usr/local/etc/quagga/vtysh.conf
# echo "password quagga" > /usr/local/etc/quagga/ripd.conf
# echo "password quagga" > /usr/local/etc/quagga/ripngd.conf
# echo "password quagga" > /usr/local/etc/quagga/ospfd.conf
# echo "password quagga" > /usr/local/etc/quagga/ospf6d.conf
# echo "password quagga" > /usr/local/etc/quagga/bgpd.conf
# echo "password quagga" > /usr/local/etc/quagga/isisd.conf
# echo "password quagga" > /usr/local/etc/quagga/babeld.conf

 sudo su
# echo "/usr/local/sbin/zebra -u root -d -f /usr/local/etc/quagga/zebra.conf" >> /opt/bootlocal.sh
# echo "/usr/local/sbin/ripd -u root -d -f /usr/local/etc/quagga/ripd.conf" >> /opt/bootlocal.sh
# echo "/usr/local/sbin/ripngd -u root -d -f /usr/local/etc/quagga/ripngd.conf" >> /opt/bootlocal.sh
# echo "/usr/local/sbin/ospfd -u root -d -f /usr/local/etc/quagga/ospfd.conf" >> /opt/bootlocal.sh
# echo "/usr/local/sbin/ospf6d -u root -d -f /usr/local/etc/quagga/ospf6d.conf" >> /opt/bootlocal.sh
# echo "/usr/local/sbin/bgpd -u root -d -f /usr/local/etc/quagga/bgpd.conf" >> /opt/bootlocal.sh
# echo "/usr/local/sbin/isisd -u root -d -f /usr/local/etc/quagga/isisd.conf" >> /opt/bootlocal.sh
# echo "/usr/local/sbin/babeld -u root -d -f /usr/local/etc/quagga/babeld.conf" >> /opt/bootlocal.sh

echo "/usr/local/etc/quagga" >> /opt/.filetool.lst
/usr/bin/filetool.sh -b

Rich:
Hi chichita

--- Quote from: chichita on March 28, 2020, 12:48:27 PM --- ... error while loading shared libraries : libtinfo.so.6 : cannot open shared object file : No such file or directory ...
--- End quote ---
libtinfo.so.6  is in  ncurses.tcz.  quagga.tcz  lists  ncursesw.tcz  as a dependency, which does not include  libtinfo.so.6.
If you are running TC10, you can try installing  ncurses.  That extension is not present in TC11.

chichita:
i already installed ncursesw.tcz , it says that it's already installed ...

Rich:
Hi chichita

--- Quote from: Rich on March 28, 2020, 01:53:41 PM ---libtinfo.so.6  is in  ncurses.tcz.  quagga.tcz  lists  ncursesw.tcz  as a dependency, which does not include  libtinfo.so.6.
If you are running TC10, you can try installing  ncurses.  That extension is not present in TC11.
--- End quote ---

TC10 has both  ncurses.tcz  and  ncursesw.tcz.  Notice the different spelling.

chichita:
i get an error when i load
tce-load -wi ncurses.tcz
bad address 'distro.ibiblio.org'
md5sum: ncurses.tcz.md5.txt: no such file or directory

Navigation

[0] Message Index

[#] Next page

Go to full version