php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10427 Compilation stop with PDF_show_boxed in -lpdf... no
Submitted: 2001-04-20 17:03 UTC Modified: 2001-06-03 23:53 UTC
From: alkaline01 at hotmail dot com Assigned:
Status: Closed Package: PDF related
PHP Version: 4.0.4pl1 OS: FreeBSD 4.2-RELEASE
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alkaline01 at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-04-20 17:03 UTC] alkaline01 at hotmail dot com
hi...having a problem compiling pdflib support into php4.0.4pl1.

configure for php4.0.4pl1:
./configure --with-pdflib=/usr/local --enable-shared-pdflib --with-jpeg-dir=/usr/local --with-tiff-dir=/usr/local

...
checking whether to include Pdflib 3.x support... /usr/local
yes
checking for libz needed by pdflib 3.x... already zlib support
checking for jpeg_read_header in -ljpeg... yes
checking for png_create_info_struct in -lpng... yes
checking for TIFFOpen in -ltiff... yes
checking for PDF_show_boxed in -lpdf... no
configure: error: pdflib extension requires pdflib 3.x.

ive tried several different ./configure options and this is the best result i get.  same problem using pdflib 3.0.3 and pdflib 4.0.0.  also tried to disable tiff support on the pdflib compile but that did not work either.

this seems to be the same bug as the open Bug id #9275 http://www.php.net/bugs.php?id=9275

any suggestions??
thx

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-23 01:40 UTC] sniper@php.net
First, try with PHP 4.0.5. If it fails too, check what 
it says in the end of config.log

--Jani

 [2001-06-03 23:53 UTC] sniper@php.net
This should be fixed in PHP 4.0.6R. Please try the 
latest release candidate from:

http://www.php.net/~andi/php-4.0.6RC2.tar.gz

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 15:01:56 2024 UTC