php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3194 Compile Error : functions/snmp.o: In function `_php3_snmp'
Submitted: 2000-01-12 13:21 UTC Modified: 2000-04-03 14:35 UTC
From: r dot eichhorn at i-team dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.13 OS: Linux Suse 6.2
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: r dot eichhorn at i-team dot de
New email:
PHP Version: OS:

 

 [2000-01-12 13:21 UTC] r dot eichhorn at i-team dot de
after fine configure , make tells me following error :

functions/snmp.o: In function `_php3_snmp':
/usr/src/php3cvs/php3/functions/snmp.c:268: undefined reference to `snmp_add_var'

ucd_snmp Version = 3.5.3

my configure parameters :

./configure \
        --prefix=/usr/local/php \
        --with-mysql=/usr/local/mysql \
        --with-snmp=/usr/local/ucd-snmp \
        --with-gd=/usr/include/gd \
        --with-ldap \
        --with-config-file-path=/usr/local/php/lib \
        --with-zlib \
        --with-jpeg-dir=/usr/local \
        --with-tiff-dir=/usr/local \
        --with-pdflib=/usr/local \
        --enable-safe-mode \
        --enable-discard-path \
        --enable-force-cgi-redirect \
        --enable-track-vars





Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-03 14:35 UTC] sas at cvs dot php dot net
Upgrading PHP should solve this.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sat Jul 04 17:00:02 2026 UTC