[PHP-DEV] Bug #3194: Compile Error : functions/snmp.o: In function `_php3_snmp' From: r.eichhorn <email protected>
Date: 01/12/00

From: r.eichhorn <email protected>
Operating system: Linux Suse 6.2
PHP version: 3.0.13
PHP Bug Type: Compile Failure
Bug description: Compile Error : functions/snmp.o: In function `_php3_snmp'

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

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>