php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9126 Compilation stop with PDF_show_boxed in -lpdf... no
Submitted: 2001-02-06 08:04 UTC Modified: 2001-02-14 12:50 UTC
From: webmaster at powerweb dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Solaris/Linux
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: webmaster at powerweb dot de
New email:
PHP Version: OS:

 

 [2001-02-06 08:04 UTC] webmaster at powerweb dot de
Including PDflib 3.0.3 into PHP4.0.4pl1 stops with

  checking for PDF_show_boxed in -lpdf... no
  configure: error: pdflib extension requires pdflib 3.x.

Somehow, PDFlib 3.0.3 created shared libs with the names
libpdf_java.so.0.1.1
wich are not recognized by PHPs configure

Made a symbolic link resulting in a libpdf.so

Works ...

Kind regards, Frank Gadegast

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-06 08:12 UTC] derick@php.net
You need to compile pdflib --with-shared-pdflib for use with PHP. IF this still causes problems, reopen this report.
 [2001-02-14 12:50 UTC] sniper@php.net
--enable-shared-pdflib
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 15:01:31 2025 UTC