php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3140 Compile-Problems with snmp and pdflib
Submitted: 2000-01-07 16:47 UTC Modified: 2001-02-10 15:24 UTC
From: r dot eichhorn at i-team dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (07/01/2000) 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-07 16:47 UTC] r dot eichhorn at i-team dot de
after fine configure , make tells me following 2 errors :

----------
1.
functions/snmp.o: In function `_php3_snmp':
/usr/src/php3cvs/php3/functions/snmp.c:268: undefined reference to `snmp_add_var'
2.
/usr/local/lib/libpdf.so: undefined reference to `TIFFSetWarningHandler'
/usr/local/lib/libpdf.so: undefined reference to `TIFFGetFieldDefaulted'
/usr/local/lib/libpdf.so: undefined reference to `TIFFReadRGBAImage'
/usr/local/lib/libpdf.so: undefined reference to `_TIFFmalloc'
/usr/local/lib/libpdf.so: undefined reference to `_TIFFfree'
/usr/local/lib/libpdf.so: undefined reference to `TIFFSetErrorHandler'
/usr/local/lib/libpdf.so: undefined reference to `TIFFClose'
/usr/local/lib/libpdf.so: undefined reference to `TIFFOpen'
/usr/local/lib/libpdf.so: undefined reference to `TIFFGetField'

ucd_snmp Version = 3.5.3
pdflib2.01
tiffv3.5.4
jpeg6b
zlib1.1.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-08-06 06:14 UTC] rasmus@php.net
Could you please check a current PHP 4 snapshot? (http://snaps.php.net)  The pdflib one is definitely fixed there.
 [2001-02-10 15:24 UTC] jimw@php.net
no feedback, closing.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 14:01:30 2025 UTC