configure error: Popt libraries is required on Ubuntu or Debian
January 09 2017
The below error showed on the terminal while trying to configure keealived with Net-SNMP on Ubuntu box
checking for poptGetContext in -lpopt... no
configure: error: Popt libraries is required
configure: error: Popt libraries is required
It's required to be install or updates libpopt-dev on Ubuntu
# apt-get install libpopt-dev
Comments (0)