Updated SNMP support for Win32?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Schroeder, AJ

    Updated SNMP support for Win32?

    Hello group,

    I performed binary installs of Net-SNMP and PHP 4.4.4 on my Windows XP
    laptop so that I can do some offline development/testing away from my Linux
    server. Anyway, I attempted to do some SNMPv3 gets/sets and I am greeted
    with "Encryption support not enabled" whenever I try and do any SNMPv3 call.

    I thought it was Net-SNMP, so I did some googling and found that you need to
    compile Net-SNMP from scrtach with OpenSSL support to get SNMPv3 to work. I
    did, and I am now able to do SNMPv3 gets with Net-SNMP. However, I cannot
    execute snmp3_get() from any of my PHP scripts, I get the above encryption
    message.

    I ran phpinfo() on my XP machine and on my linux server and the SNMP section
    is quite different, my XP machine has support for "ucd-snmp-4.2.3" and my
    linux server has support for "Net-SNMP-5.1.2"

    Are there updated versions of php_snmp.dll for a Windows install of PHP? If
    so, where can I get them and are they compatible with PHP 4?

    Thank you in advance,

    AJ Schroeder


  • Schroeder, AJ

    #2
    Re: Updated SNMP support for Win32?

    Schroeder, AJ wrote:
    Hello group,
    >
    I performed binary installs of Net-SNMP and PHP 4.4.4 on my Windows XP
    laptop so that I can do some offline development/testing away from my
    Linux server. Anyway, I attempted to do some SNMPv3 gets/sets and I
    am greeted with "Encryption support not enabled" whenever I try and
    do any SNMPv3 call.
    I thought it was Net-SNMP, so I did some googling and found that you
    need to compile Net-SNMP from scrtach with OpenSSL support to get
    SNMPv3 to work. I did, and I am now able to do SNMPv3 gets with
    Net-SNMP. However, I cannot execute snmp3_get() from any of my PHP
    scripts, I get the above encryption message.
    >
    I ran phpinfo() on my XP machine and on my linux server and the SNMP
    section is quite different, my XP machine has support for
    "ucd-snmp-4.2.3" and my linux server has support for "Net-SNMP-5.1.2"
    >
    Are there updated versions of php_snmp.dll for a Windows install of
    PHP? If so, where can I get them and are they compatible with PHP 4?
    >
    Thank you in advance,
    >
    AJ Schroeder
    No one has an answer for this?

    Shall I fill out a bug report or feature request on http://www.php.net?


    Comment

    Working...