OpenSSL をインストールしておく ./configure make umask 022 make install UCD-SNMP OpenSSL をインストールしておく(ここでは \usr\include\openssl, \usr\lib にインストール) win32\config.h を修正: (修正前) /* define if you are using the internal MD5 code */ #define USE_INTERNAL_MD5 1 (修正後) /* define if you are using the internal MD5 code */ #undef USE_INTERNAL_MD5 /* define if you are using OpenSSL */ #define USE_OPEN