Re: Problems attempting to compile net-snmp 5.8 libs without libcrypto

2021-06-18 Thread Wes Hardaker via Net-snmp-coders
"Weiland, Nicholas" writes: > libnetsnmpmibs.so.35 and libnetsnmptrapd.so.35 still have links to > libcrypto.so.1.1 > (but not libssl.so.1.1). I would like to know if there are any configuration > flags I > missed that would fix this for us, or if there is any manual hack that would > get > ar

Re: Problems attempting to compile net-snmp 5.8 libs without libcrypto

2021-06-14 Thread Larry Hayes
Not sure how to get rid of the libnetsnmpmibs.so, But you might try the configure option: '--disable-applications' to get rid of the libsnmptrapd.so >From configure help: --disable-applications Do not build the apps (snmpget, ...). On Sun, Jun 13, 2021 at 10:13 AM Weiland, Nicholas