PDA

View Full Version : "Patch" for configure (1.4.5)


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.

Alexei
24-04-2008, 16:30
Thank you for the patch. I fixes very old and popular issue! :)