php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8877 symbol not defined (used by ucd-snmp)
Submitted: 2001-01-24 04:48 UTC Modified: 2001-03-16 16:38 UTC
From: dferdinand at nothelfer dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: aix and linux
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: dferdinand at nothelfer dot com
New email:
PHP Version: OS:

 

 [2001-01-24 04:48 UTC] dferdinand at nothelfer dot com
hello,
when i compile php with ucd-snmp then i must always edit the file snmp.c and insert the following lines:
#define DS_LIBRARY_ID     0
#define DS_LIB_QUICK_PRINT         13 /* print very brief output for parsing */

this symbols are defined in snmp_api.h from ucd-snmp.

i compile php always for apache with shared apache or with apxs.

goodby

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-24 20:09 UTC] sniper@php.net
Why do you have to insert those lines? What errors do you get if you
don't add them? snmp.c does include snmp_api.h itself so those constants
should be defined then.

btw. What is the version of GCC you are using?

--Jani

 [2001-03-16 16:38 UTC] sniper@php.net
No feedback. 

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 09:01:27 2025 UTC