The Steps to Install Zebra-0.95 with vtysh in ubuntu 5.10 Linux Sysytem.
2006.02.09 kenthy#qingdaonews.com
*************************************************************
Software List:
readline-5.0-fixes-1.patch
readline-5.0.tar.bz2
ncurses-5.4.tar.bz2
zebra-0.95.tar.bz2
*************************************************************
1. Install ncurses-5.4
# patch -Np1 -i ../readline-5.0-fixes-1.patch
# ./configure --prefix=/usr --libdir=/lib
# make SHLIB_XLDFLAGS=-lncurses
# make install
# chmod 755 /lib/lib{readline,history}.so*
# mv /lib/lib{readline,history}.a /usr/lib
# rm -rf /lib/lib{readline,history}.so
3. Install zebra-0.95a
# ./configure --prefix=/usr/local --enable-vtysh
# make
# make install
4. Start Zebra
:~# cd /usr/local/etc/
# cp zebra.conf.sample zebra.conf
# cp vtysh.conf.sample vtysh.conf
# cp ripd.conf.sample rip
# cp ripd.conf.sample ripd.conf
# zebra -d
# vtysh
Hello, this is zebra (version 0.95a).
Copyright 1996-2004 Kunihiro Ishiguro.
kserver>
阅读(1288) | 评论(0) | 转发(1) |