|
Posted by Andy Hassall on 02/05/06 17:52
On Sun, 5 Feb 2006 02:10:06 -0500, "David T. Ashley" <dta@e3ft.com> wrote:
>Red Hat Enterprise Linux 4.X.
>
>I'm writing command-line PHP scripts for the first time.
>
>I get the messages below. What do they mean? Are these operating system
>library modules, or something in PHP that I don't have? Do I need to
>install more Linux packages? Or adjust PHP in some way?
>[dashley@pamc standalone]$ ./sitehashkeygen.php
>No log handling enabled - turning on stderr logging
>Cannot find module (IP-MIB): At line 0 in (none)
>Cannot find module (IF-MIB): At line 0 in (none)
They're SNMP MIBs - you've got SNMP support compiled in or dynamically loaded,
but the SNMP library can't find the MIBs, which are files containing mappings
from SNMP IDs to more readable names. Hopefully that gives you some more
keywords to search on to find a solution.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|