On 7/26/21 3:42 AM, Krishna Vivek Vitta wrote: > I am using the code downloaded from > > https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9/ > > Somehow the patch provided below isn't working. I have used both > --without-pcre and --with-pcre="no"
I cannot reproduce the reported behavior. If I build Net-SNMP with --without-pcre then Net-SNMP is not linked against the pcre library: $ ldd agent/.libs/snmpd | grep pcre Without that option Net-SNMP is linked against the pcre library: $ ldd agent/.libs/snmpd|grep pcre libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f73a4e81000) Bart. _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users