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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 14:01:31 2024 UTC