[Nut-upsuser] configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"

Charles Lepple clepple at gmail.com
Thu Oct 9 21:11:26 UTC 2014


On Oct 9, 2014, at 4:17 PM, Brian Jester <bjester at spawar.navy.mil> wrote:

>     ./configure --with-snmp --with-wrap --with-snmp-libs="L/opt/csw/lib
> l/libnetsnmp"

Not sure if this was a copy-and-paste error, but the "L" and "l" need a hyphen before them, and the argument to "-l" should contain only the portion after "lib" and before the first dot:

./configure --with-snmp --with-wrap --with-snmp-libs="-L/opt/csw/lib -lnetsnmp"

If that doesn't work, can you gzip and send config.log?

-- 
Charles Lepple
clepple at gmail






More information about the Nut-upsuser mailing list