-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Troubleshooting build issues
Quentin Young edited this page Apr 22, 2018
·
1 revision
FRR is a big project and Autotools is notoriously difficult to debug when issues crop up. This page lists out some of the common build issues that show up and how to fix them.
-
configure: error: vtysh needs libreadline but was not found and usable on your system.
Disable
-Werror
when runningbootstrap.sh
and./configure
.