Saturday, May 15, 2010

Problem using vtysh

checking for main in -lreadline... no
configure: error: vtysh needs libreadline but was not found and


solution:
just install readline-devel !!!


Install packages under a different destination directory

we can install packages under a different destination directory by using the DESTDIR variable during make install, with a command like

make install DESTDIR=/tmp/myfolder


Install packages under a different destination directory

We can install packages under a different destination directory by using the DESTDIR variable during make install, with a command like

make install DESTDIR=/tmp/myfolder