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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 22:01:31 2024 UTC