Installation

Die Windowsdistribution von » Net-SNMP enthält Unterstützungsdateien für SNMP im Verzeichnis mibs. Dieses Verzeichnis sollte als MIBDIRS zu den Windows-Umgebungsvariablen hinzugefügt werden, wobei der Wert der vollständige Pfad zum mibs-Verzeichnis sein sollte, z. B. c:\usr\mibs.

add a note

User Contributed Notes 1 note

up
0
henkpoley at gmail dot com
14 days ago
The actual Windows path may be C:\usr\share\snmp\mibs

E.g. 'C:\'  concatenated with $mibdir (which is '/usr/share/snmp/mibs')

https://github.com/php/php-src/blob/75ed2091bca359f5bb1f1819a03f04c57be82b84/ext/snmp/tests/snmp_include.inc#L23

At least this is where PhpStan looks for it as well.
To Top