CakeFest 2024: The Official CakePHP Conference

インストール手順

Windows 版の » Net-SNMP には、 SNMP サポート用ファイルがが含まれています。 サポート用ファイルは mibs ディレクトリにあります。 このディレクトリを、Windows の環境変数 MIBDIRS に追加しなければいけません。 環境変数の値は、mibs ディレクトリへのフルパス (例: c:\usr\mibs) となります。

add a note

User Contributed Notes 1 note

up
-57
bug404 at free dot fr
9 years ago
If net-snmp was not installed in default c:\usr folder (which may be the case for most peoples used to Windows instead of Linux), then, you should also create SNMP_PERSISTENT_DIR system environment variable with "persistent" folder location (located in snmp folder).
Otherwise, php will will create its own persistant folder in c:/usr/snmp/persistent folder, which is probably not what you want !
To Top