php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13821 ucd-snmp include directory not found
Submitted: 2001-10-25 04:15 UTC Modified: 2001-10-25 04:27 UTC
From: achowe at snert dot com Assigned:
Status: Closed Package: SNMP related
PHP Version: 4.0.6 OS: Linux Cobalt
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: achowe at snert dot com
New email:
PHP Version: OS:

 

 [2001-10-25 04:15 UTC] achowe at snert dot com
The configuration and make process fails to find mib.h when ucd-snmp is install in the default location of
/usr/local.  In particular the configuration looks every where BUT /usr/local/include/ucd-snmp for the 
necessary headers. 

The simple work around of course is to add a symbolic link:

cd /usr/local/include
ln -s ucd-snmp snmp

and/or then specify:

--with-snmp=/usr/local

But thats nusance to remember late at night, especially for a module that goes out of its way to include every
thing and the kitchen sink (one might think it was Perl).

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-25 04:27 UTC] rasmus@php.net
Fixed in CVS (in July)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC