"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
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
Hello,
We would like to compile the net snmp 5.8 libs
(https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8/net-snmp-5.8.tar.gz/download)
without any crypto/ssl support whatsoever. Currently I have tried the
following configure options:
'--disable-embedded-perl',