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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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 Apr 27 09:01:29 2024 UTC