maxpower
16-04-2008, 15:32
In configure please change SNMP_LDFLAGS="" to
SNMP_LDFLAGS="-lcrypto".
Your routine filters all libs that net-snmp-config -libs returns, it accepts only -L Parameters (case $i in -L*) ...).
Maybe the better fix would be to add case $i in -l*) ...
Without this patch it will not compile with snmp support.
SNMP_LDFLAGS="-lcrypto".
Your routine filters all libs that net-snmp-config -libs returns, it accepts only -L Parameters (case $i in -L*) ...).
Maybe the better fix would be to add case $i in -l*) ...
Without this patch it will not compile with snmp support.