Hello,

I'm trying to compile the Net-snmp and Open-ssl with /MT flag for Windows. 32 
biits with VS2008

I've tried with OpenSSL versions 1.0.1s and 0,9,8r and compile as very easy, 
with make -f ms\nt.mat it will generate the ".lib" files for OpenSSL compiles 
with /MT flag

For Net-snmp I'm using the version 5.7.3, and to compile with /MT I've have to 
modify the makefiles (for static compilation) to use /MT instead of /MD

But it doesn't run. I can execute the GET for SNMP V2, but it becomes froze for 
SNMP V3. There is no error, no information, nothing.

To check the behavior of the compilation I'm executing the following:
snmpget -v3 -a MD5 -A testkey123  -u wallace -x DES -X testkey839 -l authPriv 
-n variation/virtualtable localhost:1161 IF-MIB::ifPhysAddress:1

But if I compile the net-snmp with the original flag /MD it  works fine

Is it possible to compile the net-snmp with openSSL for V3 with /MT flag in 
windows?

Thanks and regards

Oscar .............................................................


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
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

Reply via email to