php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #875 unable to load SNMP module
Submitted: 1998-10-26 04:53 UTC Modified: 1998-12-07 09:52 UTC
From: nemeth_zoltan at ba dot novitech dot sk Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 3.0.5 OS: Win NT 4.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nemeth_zoltan at ba dot novitech dot sk
New email:
PHP Version: OS:

 

 [1998-10-26 04:53 UTC] nemeth_zoltan at ba dot novitech dot sk
if I write some stupi script like:

------------------------
<?
  dl ( "php3_dbase.dll" );
  dl ( "php3_snmp.dll" );

  echo "<html><head><title>SNMP test</title></head><body>";
  $a = snmpwalk ( "XXX.xxx.XXX.xxx", "some", "" );
  for ( $i=0; $i<count($a); $i++ )
    echo "$a[i]<br>";
  echo "</body></html>";
?>
------------------------

the script says:

   Fatal error: Unable to load dynamic library 'c:/php3/php3_snmp.dll'
   The specified module could not be found. in C:\InetPub\wwwroot\og.php on line 3

Of course, the file is on it's right place...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-12-07 09:52 UTC] shane
Unfortunatly requires some additional software from M$ to even load.  This module is untested so far as I know, so
am closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC