Click to See Complete Forum and Search --> : SNMP problem


Anon
11-07-2000, 02:14 AM
After enable extensions 'php_snmp.dll' in WinNT IIS 4.0, I get the following error at the end of all .php page,

Cannot find module (IP-MIB): At line 0 in (none) Cannot find module (IF-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0 in (none) Cannot find module (UDP-MIB): At line 0 in (none) Cannot find module (SNMPv2-MIB): At line 0 in (none) Cannot find module (SNMPv2-SMI): At line 0 in (none)

Thanks a lot!

Anon
01-16-2001, 06:10 PM
Hi Stan,

I have the EXACT same problem. I hope somebody could solve this matter. I installed the 4.0.4pl1 and still it's there. I've been searching for an answer for about 3 weeks now and all that shows up is NULL....

I hope you or somebody else has solved this matter and could tell me/us HOWTO.2..

Regards, Harro

Anon
01-16-2001, 08:48 PM
I have found a solution for this problem, create a directory '\usr\mibs' at the root of the same drive as the extracted php sources. Then, copy all MIBs files in the php sources to that directory.

Good luck.

Rgds.
Stanley

Anon
01-29-2001, 05:34 PM
This fix doesn't work on my system, I created the folder (in this case C:\usr\mibs") and copied the -MIB.txt files from the \php\mibs folder but I am still getting the same errors.

Anon
01-30-2001, 11:00 PM
Sorry for confusing you, I mean copy all files under '\php\mibs' to 'c:\usr\mibs'. I hope it will fix your problem. Good luck.

Rgds.
Stanley

Anon
03-02-2001, 02:08 AM
That's what I did and I still have the problem.

What did I wrong ?

Thanks

Anon
05-01-2001, 03:37 AM
Hi. Thnaks a lot! I do as you said and my problem has gone!!

thank you very mach !

Hikaru.

Anon
02-13-2002, 02:55 AM
I had the same problem only I happen to install PHP at D:\PHP.

Copying mibs to D:\usr\mibs\ did NOT work but
copying them to c:\usr\mibs\ DID work.

Possibly because C:\ is where IIS is installed?

-Mike