configure: error: vtysh needs libreadline but was not found and
solution:
just install readline-devel !!!
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
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